|
|||||||||
| Home >> All >> giny >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
giny.model
Interface Edge

- public interface Edge
| Method Summary | |
java.lang.String |
getIdentifier()
|
RootGraph |
getRootGraph()
|
int |
getRootGraphIndex()
|
Node |
getSource()
|
Node |
getTarget()
|
boolean |
isDirected()
|
boolean |
setIdentifier(java.lang.String new_id)
There is no check to make sure that this is a unique id |
| Method Detail |
getSource
public Node getSource()
getTarget
public Node getTarget()
isDirected
public boolean isDirected()
getRootGraph
public RootGraph getRootGraph()
getRootGraphIndex
public int getRootGraphIndex()
getIdentifier
public java.lang.String getIdentifier()
setIdentifier
public boolean setIdentifier(java.lang.String new_id)
- There is no check to make sure that this is a unique id
|
|||||||||
| Home >> All >> giny >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC