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).


Variable Index

 o M1CLASS_LEVEL
All meta classes (M1 classes) are at this level.
 o M2CLASS_LEVEL
All meta meta classes (M2 classes) are at this level.
 o M3CLASS_LEVEL
All M3 classes are at this level.
 o M4CLASS_LEVEL
All M4 classes are at this level.
 o M5CLASS_LEVEL
All M5 classes are at this level.
 o M6CLASS_LEVEL
All M6 classes are at this level.
 o M7CLASS_LEVEL
All M7 classes are at this level.
 o M8CLASS_LEVEL
All M8 classes are at this level.
 o OMEGACLASS_LEVEL
All OmegaClasses are at this level.
 o SCLASS_LEVEL
All simple classes are at this level.
 o TOKEN_LEVEL
All tokens are at this level.

Variables

 o OMEGACLASS_LEVEL
 public static final int OMEGACLASS_LEVEL
All OmegaClasses are at this level.

See Also:
OmegaClass, OmegaAttributeClass, OmegaIndividualClass
 o TOKEN_LEVEL
 public static final int TOKEN_LEVEL
All tokens are at this level.

 o SCLASS_LEVEL
 public static final int SCLASS_LEVEL
All simple classes are at this level.

 o M1CLASS_LEVEL
 public static final int M1CLASS_LEVEL
All meta classes (M1 classes) are at this level.

 o M2CLASS_LEVEL
 public static final int M2CLASS_LEVEL
All meta meta classes (M2 classes) are at this level.

 o M3CLASS_LEVEL
 public static final int M3CLASS_LEVEL
All M3 classes are at this level.

 o M4CLASS_LEVEL
 public static final int M4CLASS_LEVEL
All M4 classes are at this level.

 o M5CLASS_LEVEL
 public static final int M5CLASS_LEVEL
All M5 classes are at this level.

 o M6CLASS_LEVEL
 public static final int M6CLASS_LEVEL
All M6 classes are at this level.

 o M7CLASS_LEVEL
 public static final int M7CLASS_LEVEL
All M7 classes are at this level.

 o M8CLASS_LEVEL
 public static final int M8CLASS_LEVEL
All M8 classes are at this level.


All Packages  Class Hierarchy  This Package  Previous  Next  Index