edu.isi.karma.modeling.semantictypes.sl
Class Type

java.lang.Object
  extended by edu.isi.karma.modeling.semantictypes.sl.Type

public class Type
extends java.lang.Object


Field Summary
static int NULLNULL
           
static int number
           
static int pure_alpha
           
static int symbol
           
 
Constructor Summary
Type()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pure_alpha

public static final int pure_alpha
See Also:
Constant Field Values

number

public static final int number
See Also:
Constant Field Values

symbol

public static final int symbol
See Also:
Constant Field Values

NULLNULL

public static final int NULLNULL
See Also:
Constant Field Values
Constructor Detail

Type

public Type()