|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.gomjabbar.graph.DefaultBinaryRelation
Constructor Summary | |
DefaultBinaryRelation(java.lang.String label,
java.lang.String type,
GraphElement source,
GraphElement destination)
|
Method Summary | |
GraphElement[] |
getElements()
|
java.lang.String |
getLabel()
|
GraphRelationRole |
getRole(GraphElement e)
|
java.lang.String |
getType()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultBinaryRelation(java.lang.String label, java.lang.String type, GraphElement source, GraphElement destination)
Method Detail |
public java.lang.String getType()
getType
in interface GraphRelation
public java.lang.String getLabel()
getLabel
in interface GraphRelation
public GraphElement[] getElements()
getElements
in interface GraphRelation
public GraphRelationRole getRole(GraphElement e)
getRole
in interface GraphRelation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |