com.gomjabbar.graph
Interface GraphRelation

All Known Implementing Classes:
DefaultBinaryRelation, DefaultHierarchyRelation

public interface GraphRelation


Method Summary
 GraphElement[] getElements()
           
 java.lang.String getLabel()
           
 GraphRelationRole getRole(GraphElement e)
           
 java.lang.String getType()
           
 

Method Detail

getType

public java.lang.String getType()

getLabel

public java.lang.String getLabel()

getElements

public GraphElement[] getElements()

getRole

public GraphRelationRole getRole(GraphElement e)