gov.nasa.arc.brahms.vm.api.common
Interface IMetaType

All Superinterfaces:
IType

public interface IMetaType
extends IType

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

CONCEPT

static final int CONCEPT
Constant to indicate the meta type CONCEPT

See Also:
Constant Field Values

ACTIVECONCEPT

static final int ACTIVECONCEPT
Constant to indicate the meta type ACTIVECONCEPT

See Also:
Constant Field Values

ACTIVECLASS

static final int ACTIVECLASS
Constant to indicate the meta type ACTIVECLASS

See Also:
Constant Field Values

GROUP

static final int GROUP
Constant to indicate the meta type GROUP

See Also:
Constant Field Values

CLASS

static final int CLASS
Constant to indicate the meta type CLASS

See Also:
Constant Field Values

ACTIVEINSTANCE

static final int ACTIVEINSTANCE
Constant to indicate the meta type ACTIVEINSTANCE

See Also:
Constant Field Values

AGENT

static final int AGENT
Constant to indicate the meta type AGENT

See Also:
Constant Field Values

OBJECT

static final int OBJECT
Constant to indicate the meta type OBJECT

See Also:
Constant Field Values

GEOGRAPHYCONCEPT

static final int GEOGRAPHYCONCEPT
Constant to indicate the meta type GEOGRAPHYCONCEPT

See Also:
Constant Field Values

AREADEF

static final int AREADEF
Constant to indicate the meta type AREADEF

See Also:
Constant Field Values

AREA

static final int AREA
Constant to indicate the meta type AREA

See Also:
Constant Field Values

CONCEPTUALCONCEPT

static final int CONCEPTUALCONCEPT
Constant to indicate the meta type CONCEPTUALCONCEPT

See Also:
Constant Field Values

CONCEPTUALCLASS

static final int CONCEPTUALCLASS
Constant to indicate the meta type CONCEPTUALCLASS

See Also:
Constant Field Values

CONCEPTUALOBJECT

static final int CONCEPTUALOBJECT
Constant to indicate the meta type CONCEPTUALOBJECT

See Also:
Constant Field Values