|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.ObjectInstanceDescriptor
Describes an object instance.
| Field Summary | |
private ObjectClassHandle |
classHandle
The handle of the object instance class. |
private ObjectInstanceHandle |
handle
The handle of the object instance. |
private java.lang.String |
name
The name of the object instance. |
private AttributeHandleSet |
ownedAttributes
The handles of the attributes owned by the federate. |
| Constructor Summary | |
ObjectInstanceDescriptor(java.lang.String pName,
ObjectInstanceHandle pHandle,
ObjectClassHandle pClassHandle)
Constructor. |
|
| Method Summary | |
ObjectClassHandle |
getClassHandle()
Returns the handle of the object instance class. |
ObjectInstanceHandle |
getHandle()
Returns the handle of this object instance. |
java.lang.String |
getName()
Returns the name of this object instance. |
AttributeHandleSet |
getOwnedAttributes()
Returns the set of attribute handles representing the attributes owned by the federate. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.lang.String name
private ObjectInstanceHandle handle
private ObjectClassHandle classHandle
private AttributeHandleSet ownedAttributes
| Constructor Detail |
public ObjectInstanceDescriptor(java.lang.String pName,
ObjectInstanceHandle pHandle,
ObjectClassHandle pClassHandle)
pName - the name of the object instancepHandle - the handle of the object instancepClassHandle - the handle of the object instance class| Method Detail |
public java.lang.String getName()
public ObjectInstanceHandle getHandle()
public ObjectClassHandle getClassHandle()
public AttributeHandleSet getOwnedAttributes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||