|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.vinculumtech.carrierwave.graphmodel.Edge
The Edge class represents the relationship between two Vertices.
Method Summary | |
void |
addToModel()
Essentially sets the child value on the parent to the child Icon. |
boolean |
equals(java.lang.Object object)
|
Vertex |
getChildVertex()
|
java.lang.String |
getName()
|
Vertex |
getParentVertex()
|
int |
hashCode()
|
boolean |
isReadOnly()
|
void |
removeFromModel()
Essentially sets the child value on the parent to null and removes this instance of Edge from the parentVertex out edge collection, and from the child vertex in edge collection. |
void |
syncModel()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getName()
public boolean isReadOnly()
public Vertex getParentVertex()
public Vertex getChildVertex()
public void removeFromModel()
public void addToModel()
public void syncModel()
public int hashCode()
public boolean equals(java.lang.Object object)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |