Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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()
Whether the model has been changed since its last serialization. |
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 |