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.TelosModel
Constructor Summary | |
TelosModel(OME.KBManager kbm,
OMEFramework framework)
Initializes a new model in the kb and within the framework provided. |
Method Summary | |
OMEElement | createElement()
Creates a new element within the model which can then be manipulated through the OMEElement interface. |
OMELink | createLink()
Creates a new link within the model which can then be manipulated through the OMELink interface. |
void | deleteElement(OMEElement element)
Deletes the element from the model. |
void | deleteLink(OMELink link)
Deletes the link from the model. |
java.util.Collection | getElements()
Returns the elements within this model. |
java.util.Collection | getLinks()
Returns the links within this model. |
boolean | isDirty()
|
Methods inherited from class java.lang.Object | |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
Constructor Detail |
public TelosModel(OME.KBManager kbm, OMEFramework framework)
Method Detail |
public OMEElement createElement()
public OMELink createLink()
public void deleteElement(OMEElement element)
public void deleteLink(OMELink link)
public java.util.Collection getElements()
public java.util.Collection getLinks()
public boolean isDirty()
Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |