|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cytoscape.generated.Network
public class Network
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}parent"/> <element ref="{}child" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}selectedNodes" minOccurs="0"/> <element ref="{}hiddenNodes" minOccurs="0"/> <element ref="{}selectedEdges" minOccurs="0"/> <element ref="{}hiddenEdges" minOccurs="0"/> <element ref="{}viewableNodes" minOccurs="0"/> </sequence> <attribute name="filename" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="viewAvailable" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="visualStyle" type="{http://www.w3.org/2001/XMLSchema}NCName" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Child> |
child
|
protected String |
filename
|
protected HiddenEdges |
hiddenEdges
|
protected HiddenNodes |
hiddenNodes
|
protected String |
id
|
protected Parent |
parent
|
protected SelectedEdges |
selectedEdges
|
protected SelectedNodes |
selectedNodes
|
protected ViewableNodes |
viewableNodes
|
protected Boolean |
viewAvailable
|
protected String |
visualStyle
|
Constructor Summary | |
---|---|
Network()
|
Method Summary | |
---|---|
List<Child> |
getChild()
Gets the value of the child property. |
String |
getFilename()
Gets the value of the filename property. |
HiddenEdges |
getHiddenEdges()
Gets the value of the hiddenEdges property. |
HiddenNodes |
getHiddenNodes()
Gets the value of the hiddenNodes property. |
String |
getId()
Gets the value of the id property. |
Parent |
getParent()
Gets the value of the parent property. |
SelectedEdges |
getSelectedEdges()
Gets the value of the selectedEdges property. |
SelectedNodes |
getSelectedNodes()
Gets the value of the selectedNodes property. |
ViewableNodes |
getViewableNodes()
Gets the value of the viewableNodes property. |
String |
getVisualStyle()
Gets the value of the visualStyle property. |
Boolean |
isViewAvailable()
Gets the value of the viewAvailable property. |
void |
setFilename(String value)
Sets the value of the filename property. |
void |
setHiddenEdges(HiddenEdges value)
Sets the value of the hiddenEdges property. |
void |
setHiddenNodes(HiddenNodes value)
Sets the value of the hiddenNodes property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setParent(Parent value)
Sets the value of the parent property. |
void |
setSelectedEdges(SelectedEdges value)
Sets the value of the selectedEdges property. |
void |
setSelectedNodes(SelectedNodes value)
Sets the value of the selectedNodes property. |
void |
setViewableNodes(ViewableNodes value)
Sets the value of the viewableNodes property. |
void |
setViewAvailable(Boolean value)
Sets the value of the viewAvailable property. |
void |
setVisualStyle(String value)
Sets the value of the visualStyle property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Parent parent
protected List<Child> child
protected SelectedNodes selectedNodes
protected HiddenNodes hiddenNodes
protected SelectedEdges selectedEdges
protected HiddenEdges hiddenEdges
protected ViewableNodes viewableNodes
protected String filename
protected String id
protected Boolean viewAvailable
protected String visualStyle
Constructor Detail |
---|
public Network()
Method Detail |
---|
public Parent getParent()
Parent
public void setParent(Parent value)
value
- allowed object is
Parent
public List<Child> getChild()
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 child property.
For example, to add a new item, do as follows:
getChild().add(newItem);
Objects of the following type(s) are allowed in the list
Child
public SelectedNodes getSelectedNodes()
SelectedNodes
public void setSelectedNodes(SelectedNodes value)
value
- allowed object is
SelectedNodes
public HiddenNodes getHiddenNodes()
HiddenNodes
public void setHiddenNodes(HiddenNodes value)
value
- allowed object is
HiddenNodes
public SelectedEdges getSelectedEdges()
SelectedEdges
public void setSelectedEdges(SelectedEdges value)
value
- allowed object is
SelectedEdges
public HiddenEdges getHiddenEdges()
HiddenEdges
public void setHiddenEdges(HiddenEdges value)
value
- allowed object is
HiddenEdges
public ViewableNodes getViewableNodes()
ViewableNodes
public void setViewableNodes(ViewableNodes value)
value
- allowed object is
ViewableNodes
public String getFilename()
String
public void setFilename(String value)
value
- allowed object is
String
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public Boolean isViewAvailable()
Boolean
public void setViewAvailable(Boolean value)
value
- allowed object is
Boolean
public String getVisualStyle()
String
public void setVisualStyle(String value)
value
- allowed object is
String
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |