Version: 1.1.1

Uses of Class
org.biomoby.shared.MobyRelationship

Packages that use MobyRelationship
org.biomoby.service.dashboard   
org.biomoby.shared It contains components that are used from more than one (other) packages. 
 

Uses of MobyRelationship in org.biomoby.service.dashboard
 

Methods in org.biomoby.service.dashboard with parameters of type MobyRelationship
 void BuildDataTypeTree.addMember(MobyRelationship child)
           
 

Uses of MobyRelationship in org.biomoby.shared
 

Methods in org.biomoby.shared that return MobyRelationship
 MobyRelationship[] MobyDataType.getAllChildren()
          Returns all HAS/HASA children for this object and all of its parent classes.
 MobyRelationship MobyDataType.getChild(String fieldName)
          Returns the HAS/HASA child with the given name (if it exists) for this object or any of its parent classes.
 MobyRelationship[] MobyDataType.getChildren()
          Return children of this data type, and the way how they are ontologically related to this data type.
 

Methods in org.biomoby.shared with parameters of type MobyRelationship
 void MobyDataType.addChild(MobyRelationship child)
           
 void MobyDataType.setChildren(MobyRelationship[] value)
           
 


Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010