|
Version: 1.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |