|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVMInstance
The IVMInstance interface tags a concept as being an instance like concept, an agent, object, area, or conceptual object.
Method Summary | |
---|---|
IConceptCtx |
getContext()
Returns the concept's context used in a virtual machine. |
java.lang.String |
getFullyQualifiedName()
Returns the instance's fully qualified name. |
java.lang.String |
getID()
Returns the unique identifier of the BrahmsObject. |
java.lang.String |
getName()
Returns the instance's name. |
boolean |
isDynamic()
Indicates whether the Brahms model element was created dynamically at runtime or was created at design time. |
boolean |
isLocal()
Returns whether the concept is loaded locally or remotely in another virtual machine. |
boolean |
isSerializable()
Indicates whether this instance is serializable. |
void |
setDynamic(boolean dynamic)
Sets whether the Brahms model element was created dynamically at runtime or was created at design time. |
void |
setSerializable(boolean serializable)
Sets whether this instance is serializable. |
Method Detail |
---|
java.lang.String getID()
java.lang.String getName()
java.lang.String getFullyQualifiedName()
void setDynamic(boolean dynamic)
dynamic
- true if the object was created at runtime, false if it
was created at design time.boolean isDynamic()
boolean isLocal()
void setSerializable(boolean serializable)
serializable
- true if serializableboolean isSerializable()
IConceptCtx getContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |