Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--OME.TelosFramework
Constructor Summary | |
TelosFramework(OME.KBManager kbm)
|
Method Summary | |
java.util.Iterator | getAllInstantiable()
Returns only those classes that can be directly instantiated. |
java.util.Iterator | getAllTypes()
Returns all the classes in the framework, both instantiable and not. |
java.util.Iterator | getClasses(OMEType instance)
Returns all classes that this type is in. |
java.util.Iterator | getInstances(OMEType metatype)
Returns any instances that this class has. |
java.util.Iterator | getSubTypes(OMEType supertype)
Returns any subtypes that this class has. |
java.util.Iterator | getTopLevelTypes()
Returns the top level types for the framework. |
Methods inherited from class java.lang.Object | |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
Constructor Detail |
public TelosFramework(OME.KBManager kbm)
Method Detail |
public java.util.Iterator getAllTypes()
public java.util.Iterator getAllInstantiable()
public java.util.Iterator getTopLevelTypes()
public java.util.Iterator getSubTypes(OMEType supertype)
public java.util.Iterator getInstances(OMEType metatype)
public java.util.Iterator getClasses(OMEType instance)
Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |