Uses of Interface
org.activemath.abstractcontent.MBaseRef.Relation

Packages that use MBaseRef.Relation
org.activemath.abstractcontent This package contains wrapper classes and interfaces describing the abstract layer through which all classes should connect to common services like MBase or the User-Model. 
org.activemath.omdocjdom.slumb.data   
 

Uses of MBaseRef.Relation in org.activemath.abstractcontent
 

Classes in org.activemath.abstractcontent that implement MBaseRef.Relation
static class MBaseRef.Dependency
          A useful class to describe a relation between two items as returned by MBaseRef.getDependencies(org.activemath.abstractcontent.MBaseID) and MBaseRef.getRelated(org.activemath.abstractcontent.MBaseID, java.util.Collection).
 

Methods in org.activemath.abstractcontent that return MBaseRef.Relation
 MBaseRef.Relation MBaseRef.Dependency.getInverse()
           
 MBaseRef.Relation MBaseRef.Relation.getInverse()
           
 

Uses of MBaseRef.Relation in org.activemath.omdocjdom.slumb.data
 

Classes in org.activemath.omdocjdom.slumb.data that implement MBaseRef.Relation
 class SlumbRelation
           
 

Methods in org.activemath.omdocjdom.slumb.data that return MBaseRef.Relation
 MBaseRef.Relation SlumbRelation.getInverse()