|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmodel.OntologyObject
model.ConstructedObject
public class ConstructedObject
A constructed object represents a physical object.
Constructor Summary | |
---|---|
ConstructedObject(long ID,
java.util.ArrayList<java.lang.String> hierarchy,
java.util.HashSet<Attribute> attributes)
Constructs an constructed object. |
Method Summary |
---|
Methods inherited from class model.OntologyObject |
---|
getAttribute, getAttributes, getAttributeValue, getDepth, getGraphics, getHistory, getID, getType, instanceOf, isMoveable, setAttribute, setAttributes, setGraphics, setHierarchy, setHistory, setSelected |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConstructedObject(long ID, java.util.ArrayList<java.lang.String> hierarchy, java.util.HashSet<Attribute> attributes)
ID
- - a unique identifierhierarchy
- - the inheritance hierarchy of the objectattributes
- - the object properties
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |