|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMetaType
This interface is an interface to specify meta types used in the Brahms language. Typed model elements can have as meta types one of the meta types CONCEPT, ACTIVECONCEPT, ACTIVECLASS, ACTIVEINSTANCE, GROUP, CLASS, AGENT, OBJECT, CONCEPTUALCONCEPT, CONCEPTUALCLASS, CONCEPTUALOBJECT, GEOGRAPHYCONCEPT, AREADEF, and AREA.
Field Summary | |
---|---|
static int |
ACTIVECLASS
Constant to indicate the meta type ACTIVECLASS |
static int |
ACTIVECONCEPT
Constant to indicate the meta type ACTIVECONCEPT |
static int |
ACTIVEINSTANCE
Constant to indicate the meta type ACTIVEINSTANCE |
static int |
AGENT
Constant to indicate the meta type AGENT |
static int |
AREA
Constant to indicate the meta type AREA |
static int |
AREADEF
Constant to indicate the meta type AREADEF |
static int |
CLASS
Constant to indicate the meta type CLASS |
static int |
CONCEPT
Constant to indicate the meta type CONCEPT |
static int |
CONCEPTUALCLASS
Constant to indicate the meta type CONCEPTUALCLASS |
static int |
CONCEPTUALCONCEPT
Constant to indicate the meta type CONCEPTUALCONCEPT |
static int |
CONCEPTUALOBJECT
Constant to indicate the meta type CONCEPTUALOBJECT |
static int |
GEOGRAPHYCONCEPT
Constant to indicate the meta type GEOGRAPHYCONCEPT |
static int |
GROUP
Constant to indicate the meta type GROUP |
static int |
OBJECT
Constant to indicate the meta type OBJECT |
Method Summary |
---|
Methods inherited from interface gov.nasa.arc.brahms.vm.api.common.IType |
---|
getType |
Field Detail |
---|
static final int CONCEPT
static final int ACTIVECONCEPT
static final int ACTIVECLASS
static final int GROUP
static final int CLASS
static final int ACTIVEINSTANCE
static final int AGENT
static final int OBJECT
static final int GEOGRAPHYCONCEPT
static final int AREADEF
static final int AREA
static final int CONCEPTUALCONCEPT
static final int CONCEPTUALCLASS
static final int CONCEPTUALOBJECT
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |