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.

Version:
13 September 2000
Author:
Ron van Hoof

Field Summary
static int ACTIVECLASS
          Constant to indicate the meta type ACTIVECLASS
static IType ACTIVECLASS_TYPE
          Constant to indicate the meta type ACTIVECLASS
static int ACTIVECONCEPT
          Constant to indicate the meta type ACTIVECONCEPT
static IType ACTIVECONCEPT_TYPE
          Constant to indicate the meta type ACTIVECONCEPT
static int ACTIVEINSTANCE
          Constant to indicate the meta type ACTIVEINSTANCE
static IType ACTIVEINSTANCE_TYPE
          Constant to indicate the meta type ACTIVEINSTANCE
static int AGENT
          Constant to indicate the meta type AGENT
static IType AGENT_TYPE
          Constant to indicate the meta type AGENT
static int AREA
          Constant to indicate the meta type AREA
static IType AREA_TYPE
          Constant to indicate the meta type AREA
static int AREADEF
          Constant to indicate the meta type AREADEF
static IType AREADEF_TYPE
          Constant to indicate the meta type AREADEF
static int CLASS
          Constant to indicate the meta type CLASS
static IType CLASS_TYPE
          Constant to indicate the meta type CLASS
static int CONCEPT
          Constant to indicate the meta type CONCEPT
static IType CONCEPT_TYPE
          Constant to indicate the meta type CONCEPT
static int CONCEPTUALCLASS
          Constant to indicate the meta type CONCEPTUALCLASS
static IType CONCEPTUALCLASS_TYPE
          Constant to indicate the meta type CONCEPTUALCLASS
static int CONCEPTUALCONCEPT
          Constant to indicate the meta type CONCEPTUALCONCEPT
static IType CONCEPTUALCONCEPT_TYPE
          Constant to indicate the meta type CONCEPTUALCONCEPT
static int CONCEPTUALOBJECT
          Constant to indicate the meta type CONCEPTUALOBJECT
static IType CONCEPTUALOBJECT_TYPE
          Constant to indicate the meta type CONCEPTUALOBJECT
static int GEOGRAPHYCONCEPT
          Constant to indicate the meta type GEOGRAPHYCONCEPT
static IType GEOGRAPHYCONCEPT_TYPE
          Constant to indicate the meta type GEOGRAPHYCONCEPT
static int GROUP
          Constant to indicate the meta type GROUP
static IType GROUP_TYPE
          Constant to indicate the meta type GROUP
static int OBJECT
          Constant to indicate the meta type OBJECT
static IType OBJECT_TYPE
          Constant to indicate the meta type OBJECT
 
Method Summary
 
Methods inherited from interface gov.nasa.arc.brahms.vm.api.common.IType
getName, 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

CONCEPT_TYPE

static final IType CONCEPT_TYPE
Constant to indicate the meta type CONCEPT


ACTIVECONCEPT_TYPE

static final IType ACTIVECONCEPT_TYPE
Constant to indicate the meta type ACTIVECONCEPT


ACTIVECLASS_TYPE

static final IType ACTIVECLASS_TYPE
Constant to indicate the meta type ACTIVECLASS


GROUP_TYPE

static final IType GROUP_TYPE
Constant to indicate the meta type GROUP


CLASS_TYPE

static final IType CLASS_TYPE
Constant to indicate the meta type CLASS


ACTIVEINSTANCE_TYPE

static final IType ACTIVEINSTANCE_TYPE
Constant to indicate the meta type ACTIVEINSTANCE


AGENT_TYPE

static final IType AGENT_TYPE
Constant to indicate the meta type AGENT


OBJECT_TYPE

static final IType OBJECT_TYPE
Constant to indicate the meta type OBJECT


GEOGRAPHYCONCEPT_TYPE

static final IType GEOGRAPHYCONCEPT_TYPE
Constant to indicate the meta type GEOGRAPHYCONCEPT


AREADEF_TYPE

static final IType AREADEF_TYPE
Constant to indicate the meta type AREADEF


AREA_TYPE

static final IType AREA_TYPE
Constant to indicate the meta type AREA


CONCEPTUALCONCEPT_TYPE

static final IType CONCEPTUALCONCEPT_TYPE
Constant to indicate the meta type CONCEPTUALCONCEPT


CONCEPTUALCLASS_TYPE

static final IType CONCEPTUALCLASS_TYPE
Constant to indicate the meta type CONCEPTUALCLASS


CONCEPTUALOBJECT_TYPE

static final IType CONCEPTUALOBJECT_TYPE
Constant to indicate the meta type CONCEPTUALOBJECT



Copyright © 1997-2008 NASA. All Rights Reserved.