org.activemath.abstractcontent
Interface MBaseRef.Relation

All Known Implementing Classes:
MBaseRef.Dependency, SlumbRelation
Enclosing interface:
MBaseRef

public static interface MBaseRef.Relation


Method Summary
 MBaseRef.Relation getInverse()
           
 String getPrimaryType()
           
 MBaseID getSourceNodeId()
           
 MBaseID getTargetNodeId()
           
 Collection getTypes()
           
 

Method Detail

getPrimaryType

String getPrimaryType()

getTypes

Collection getTypes()

getInverse

MBaseRef.Relation getInverse()

getSourceNodeId

MBaseID getSourceNodeId()

getTargetNodeId

MBaseID getTargetNodeId()