All Packages Class Hierarchy This Package Previous Next Index
Interface jtelos.Levels
- public interface Levels
This interface contains static final int
's that represent
the different levels of instantiation in Telos. Some implementations may not
support all the levels provided (e.g., Techne's Telos currently (15/7/98)
supports only the creation of classes up to the M3Class level).
-
M1CLASS_LEVEL
- All meta classes (M1 classes) are at this level.
-
M2CLASS_LEVEL
- All meta meta classes (M2 classes) are at this level.
-
M3CLASS_LEVEL
- All M3 classes are at this level.
-
M4CLASS_LEVEL
- All M4 classes are at this level.
-
M5CLASS_LEVEL
- All M5 classes are at this level.
-
M6CLASS_LEVEL
- All M6 classes are at this level.
-
M7CLASS_LEVEL
- All M7 classes are at this level.
-
M8CLASS_LEVEL
- All M8 classes are at this level.
-
OMEGACLASS_LEVEL
-
All OmegaClasses are at this level.
-
SCLASS_LEVEL
- All simple classes are at this level.
-
TOKEN_LEVEL
- All tokens are at this level.
OMEGACLASS_LEVEL
public static final int OMEGACLASS_LEVEL
- All OmegaClasses are at this level.
- See Also:
- OmegaClass, OmegaAttributeClass, OmegaIndividualClass
TOKEN_LEVEL
public static final int TOKEN_LEVEL
- All tokens are at this level.
SCLASS_LEVEL
public static final int SCLASS_LEVEL
- All simple classes are at this level.
M1CLASS_LEVEL
public static final int M1CLASS_LEVEL
- All meta classes (M1 classes) are at this level.
M2CLASS_LEVEL
public static final int M2CLASS_LEVEL
- All meta meta classes (M2 classes) are at this level.
M3CLASS_LEVEL
public static final int M3CLASS_LEVEL
- All M3 classes are at this level.
M4CLASS_LEVEL
public static final int M4CLASS_LEVEL
- All M4 classes are at this level.
M5CLASS_LEVEL
public static final int M5CLASS_LEVEL
- All M5 classes are at this level.
M6CLASS_LEVEL
public static final int M6CLASS_LEVEL
- All M6 classes are at this level.
M7CLASS_LEVEL
public static final int M7CLASS_LEVEL
- All M7 classes are at this level.
M8CLASS_LEVEL
public static final int M8CLASS_LEVEL
- All M8 classes are at this level.
All Packages Class Hierarchy This Package Previous Next Index