cytoscape.generated2
Interface SimpleGraph

All Known Subinterfaces:
Graph, GraphicGraph
All Known Implementing Classes:
GraphicGraphImpl, GraphImpl, SimpleGraphImpl

public interface SimpleGraph

Java content class for simpleGraph complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/cellar/users/mes/cytoscape/schema/xgmml.xsd line 211)

 <complexType name="simpleGraph">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.cs.rpi.edu/XGMML}att" maxOccurs="unbounded" minOccurs="0"/>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element ref="{http://www.cs.rpi.edu/XGMML}node"/>
           <element ref="{http://www.cs.rpi.edu/XGMML}edge"/>
         </choice>
       </sequence>
       <attGroup ref="{http://www.cs.rpi.edu/XGMML}graph-atts-safe"/>
       <attGroup ref="{http://www.cs.rpi.edu/XGMML}graph-atts-app-unsafe-ngr"/>
       <attGroup ref="{http://www.cs.rpi.edu/XGMML}global-atts"/>
       <attGroup ref="{http://www.w3.org/1999/xlink}simpleLink"/>
       <attGroup ref="{http://www.cs.rpi.edu/XGMML}graph-atts-gml-unsafe"/>
       <attGroup ref="{http://www.cs.rpi.edu/XGMML}xml-atts"/>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getActuate()
          Gets the value of the actuate property.
 String getArcrole()
          Gets the value of the arcrole property.
 List getAtt()
          Gets the value of the Att property.
 BigInteger getDirected()
          Gets the value of the directed property.
 String getHref()
          Gets the value of the href property.
 String getId()
          Gets the value of the id property.
 String getLabel()
          Gets the value of the label property.
 String getLabelanchor()
          Gets the value of the labelanchor property.
 String getLang()
          Gets the value of the lang property.
 String getName()
          Gets the value of the name property.
 List getNodeOrEdge()
          Gets the value of the NodeOrEdge property.
 String getRole()
          Gets the value of the role property.
 String getRootnode()
          Gets the value of the rootnode property.
 String getShow()
          Gets the value of the show property.
 String getSpace()
          Gets the value of the space property.
 String getTitle()
          Gets the value of the title property.
 String getType()
          Gets the value of the type property.
 String getVendor()
          Gets the value of the vendor property.
 void setActuate(String value)
          Sets the value of the actuate property.
 void setArcrole(String value)
          Sets the value of the arcrole property.
 void setDirected(BigInteger value)
          Sets the value of the directed property.
 void setHref(String value)
          Sets the value of the href property.
 void setId(String value)
          Sets the value of the id property.
 void setLabel(String value)
          Sets the value of the label property.
 void setLabelanchor(String value)
          Sets the value of the labelanchor property.
 void setLang(String value)
          Sets the value of the lang property.
 void setName(String value)
          Sets the value of the name property.
 void setRole(String value)
          Sets the value of the role property.
 void setRootnode(String value)
          Sets the value of the rootnode property.
 void setShow(String value)
          Sets the value of the show property.
 void setSpace(String value)
          Sets the value of the space property.
 void setTitle(String value)
          Sets the value of the title property.
 void setType(String value)
          Sets the value of the type property.
 void setVendor(String value)
          Sets the value of the vendor property.
 

Method Detail

getType

String getType()
Gets the value of the type property.

Returns:
possible object is String String

setType

void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String String

getLang

String getLang()
Gets the value of the lang property.

Returns:
possible object is String String

setLang

void setLang(String value)
Sets the value of the lang property.

Parameters:
value - allowed object is String String

getShow

String getShow()
Gets the value of the show property.

Returns:
possible object is String

setShow

void setShow(String value)
Sets the value of the show property.

Parameters:
value - allowed object is String

getArcrole

String getArcrole()
Gets the value of the arcrole property.

Returns:
possible object is String

setArcrole

void setArcrole(String value)
Sets the value of the arcrole property.

Parameters:
value - allowed object is String

getActuate

String getActuate()
Gets the value of the actuate property.

Returns:
possible object is String

setActuate

void setActuate(String value)
Sets the value of the actuate property.

Parameters:
value - allowed object is String

getLabel

String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

void setLabel(String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

getSpace

String getSpace()
Gets the value of the space property.

Returns:
possible object is String

setSpace

void setSpace(String value)
Sets the value of the space property.

Parameters:
value - allowed object is String

getVendor

String getVendor()
Gets the value of the vendor property.

Returns:
possible object is String

setVendor

void setVendor(String value)
Sets the value of the vendor property.

Parameters:
value - allowed object is String

getAtt

List getAtt()
Gets the value of the Att property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the Att property.

For example, to add a new item, do as follows:

    getAtt().add(newItem);
 

Objects of the following type(s) are allowed in the list Att AttType


getLabelanchor

String getLabelanchor()
Gets the value of the labelanchor property.

Returns:
possible object is String

setLabelanchor

void setLabelanchor(String value)
Sets the value of the labelanchor property.

Parameters:
value - allowed object is String

getHref

String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

void setHref(String value)
Sets the value of the href property.

Parameters:
value - allowed object is String

getTitle

String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

void setTitle(String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getRole

String getRole()
Gets the value of the role property.

Returns:
possible object is String

setRole

void setRole(String value)
Sets the value of the role property.

Parameters:
value - allowed object is String

getNodeOrEdge

List getNodeOrEdge()
Gets the value of the NodeOrEdge property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the NodeOrEdge property.

For example, to add a new item, do as follows:

    getNodeOrEdge().add(newItem);
 

Objects of the following type(s) are allowed in the list Edge Node


getRootnode

String getRootnode()
Gets the value of the rootnode property.

Returns:
possible object is String

setRootnode

void setRootnode(String value)
Sets the value of the rootnode property.

Parameters:
value - allowed object is String

getDirected

BigInteger getDirected()
Gets the value of the directed property.

Returns:
possible object is BigInteger

setDirected

void setDirected(BigInteger value)
Sets the value of the directed property.

Parameters:
value - allowed object is BigInteger

getId

String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String