|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
As defined at
http://wiki.eclipse.org/Entity
and http://wiki.eclipse.org/Context,
This interface holds a set of IEntity objects.
All Entities follow the http://www.eclipse.org/higgins/ontologies/2008/6/higgins ontology
as a base. As such, each Entity has the attribute
http://www.eclipse.org/higgins/ontologies/2008/6/higgins#entityId. getEntityID()
provides a shortcut to access the value of this attribute.
TODO (Doc): Finish javadoc on methods
| Method Summary | |
|---|---|
IContext |
getContext()
|
String |
getEntityID()
Returns the Contextually unique identifier of this Entity. |
URI |
getEntityType()
Deprecated. Instead, call IBlankEntity.getModel() and from that call IModel#getType().
Doing this is equivalent to calling this method. |
void |
remove()
Removes this Entity from its Context. |
| Methods inherited from interface org.eclipse.higgins.idas.api.IBlankEntity |
|---|
getModel |
| Methods inherited from interface org.eclipse.higgins.idas.api.IHasAttributes |
|---|
addAttribute, addAttribute, equals, getAttribute, getAttributes, getSingleValuedAttribute, removeAttribute, removeAttributeValue, removeAttributeValue |
| Method Detail |
public IContext getContext()
throws IdASException
IdASException
public String getEntityID()
throws IdASException
IdASException
public URI getEntityType()
throws IdASException
IBlankEntity.getModel() and from that call IModel#getType().
Doing this is equivalent to calling this method.
IdASException
public void remove()
throws IdASException
IContext.applyUpdates() is called.
IdASException
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||