|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVMClass
The IVMClass interface tags a concept as being a class like concept, Group, Class, AreaDef, ConceptualClass, with the ability to create instances of itself.
Method Summary | |
---|---|
IVMInstance |
createInstance(java.lang.String name)
Creates a new instance of the class. |
boolean |
isSerializable()
Indicates whether instances of this class are serializable. |
Method Detail |
---|
boolean isSerializable()
IVMInstance createInstance(java.lang.String name)
name
- the unique name in the runtime model for the instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |