public interface ObjectInstance extends State
Modifier and Type | Method and Description |
---|---|
java.lang.String |
className()
Returns the name of this OO-MDP object class
|
ObjectInstance |
copyWithName(java.lang.String objectName)
Returns a copy of this
ObjectInstance with the specified name |
java.lang.String |
name()
Returns the name of this object instance
|
copy, get, variableKeys
java.lang.String className()
java.lang.String name()
ObjectInstance copyWithName(java.lang.String objectName)
ObjectInstance
with the specified nameobjectName
- the new name for the object