|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Supported API: false
Extendable: false
Field Summary | |
static String |
EDGE_IMPL
Label for the attribute. |
static String |
EDGE_LIST
Label for the attribute. |
static String |
NODE_IMPL
Label for the attribute. |
static String |
NODE_LIST
Label for the attribute. |
Fields inherited from interface wt.util.graph.GraphNodeModel |
NEIGHBOR |
Method Summary | |
Object |
clone()
Supported API: false |
boolean |
equals(Object obj)
Supported API: false |
String |
getEdgeImpl()
Gets the value of the attribute: EDGE_IMPL. |
GraphEdgeModel[] |
getEdgeList()
Gets the value of the attribute: EDGE_LIST. |
String |
getNodeImpl()
Gets the value of the attribute: NODE_IMPL. |
GraphNodeModel[] |
getNodeList()
Gets the value of the attribute: NODE_LIST. |
void |
setEdgeImpl(String a_EdgeImpl)
Sets the value of the attribute: EDGE_IMPL. |
void |
setEdgeList(GraphEdgeModel[] a_EdgeList)
Sets the value of the attribute: EDGE_LIST. |
void |
setNodeImpl(String a_NodeImpl)
Sets the value of the attribute: NODE_IMPL. |
void |
setNodeList(GraphNodeModel[] a_NodeList)
Sets the value of the attribute: NODE_LIST. |
void |
traverse()
Supported API: false |
Field Detail |
public static final String NODE_LIST
public static final String EDGE_LIST
public static final String NODE_IMPL
public static final String EDGE_IMPL
Method Detail |
public GraphNodeModel[] getNodeList()
public void setNodeList(GraphNodeModel[] a_NodeList) throws WTPropertyVetoException
a_NodeList
-
WTPropertyVetoException
public GraphEdgeModel[] getEdgeList()
public void setEdgeList(GraphEdgeModel[] a_EdgeList) throws WTPropertyVetoException
a_EdgeList
-
WTPropertyVetoException
public String getNodeImpl()
public void setNodeImpl(String a_NodeImpl) throws WTPropertyVetoException
a_NodeImpl
-
WTPropertyVetoException
public String getEdgeImpl()
public void setEdgeImpl(String a_EdgeImpl) throws WTPropertyVetoException
a_EdgeImpl
-
WTPropertyVetoException
public Object clone()
clone
in interface GraphNodeModel
public boolean equals(Object obj)
equals
in interface GraphNodeModel
obj
-
public void traverse() throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |