|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MobyObjectDecomposition
Created for
This class was created to ...
For questions, comments, or bugs
email me at edward.kawas@gmail.com
Method Summary | |
---|---|
MobyDataObject[] |
getFlattenedPrims(String object)
PRE:None. |
Map |
getObjectComposition(String object,
String mobyEndpoint)
PRE:None. |
boolean |
isPrimitive(String object)
PRE:None. |
Method Detail |
---|
MobyDataObject[] getFlattenedPrims(String object)
POST:If object is a valid MOBY object, then all of the primitives in the objects HAS and HASA containers are returned as an array of strings.
object
- - the object to flatten into its primitives.
Map getObjectComposition(String object, String mobyEndpoint) throws MobyException
POST:A Map of relationships with the keys being "isa", "has", and "hasa". The values are string arrays or null if no relationship exists.
object
- - the object to decompose into its HAS & HASA container objects.
MobyException
- - if no such object exists in the MOBY ontology.boolean isPrimitive(String object)
POST:if object is a primitive, boolean true is returned, otherwise false is returned.
object
- - the MOBY object to check.
|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |