gov.nasa.arc.brahms.vm.api.common
Interface IUserDefinedType
- All Superinterfaces:
- IType
- All Known Subinterfaces:
- IActiveClass, IActiveConcept, IActiveInstance, IAgent, IArea, IAreaDef, IClass, IConcept, IConceptualClass, IConceptualConcept, IConceptualObject, ICurrent, IGeographyConcept, IGroup, IObject, IPath
public interface IUserDefinedType
- extends IType
This interface is an interface to specify user defined types used in
the Brahms language. Typed model elements can have as type any
primitive type specified by a group, class, conceptual class, or
area def.
Field Summary |
static int |
UDT
Constant to indicate the generic user defined type |
Methods inherited from interface gov.nasa.arc.brahms.vm.api.common.IType |
getType |
UDT
static final int UDT
- Constant to indicate the generic user defined type
- See Also:
- Constant Field Values