quoggles.constants
Interface ITypeConstants


public interface ITypeConstants

Provides constants for possible input / output types.


Field Summary
static int ATTRIBUTABLE
           
static int ATTRIBUTABLES
           
static int BOOLEAN
           
static int BOOLEAN_PAR
           
static java.lang.String BOOLEAN_STR
           
static int COLLECTION
           
static java.lang.String COLLECTION_STR
           
static int COLOF_COLS
           
static int COLOF_EDGESET
           
static int COLOF_NODESET
           
static int COLOF_NUMBER
           
static int DOUBLE_PAR
           
static java.lang.String DOUBLE_STR
           
static int EDGE
           
static int EDGE_PAR
           
static int EDGES
           
static java.lang.String EQUALS_STR
           
static java.lang.String FLOATING_STR
           
static int GENERAL
           
static int GRAPH
          Deprecated.  
static int GRAPH_ELEMENT
           
static int GRAPH_ELEMENTS
           
static int GRAPHS
          Deprecated.  
static int INTEGER_PAR
           
static java.lang.String INTEGER_STR
           
static java.util.Map intStringMap
           
static java.lang.String LABEL_STR
           
static int NODE
           
static int NODE_PAR
           
static int NODES
           
static int NONE
           
static int NUMBER
           
static java.lang.String NUMBER_STR
           
static int OBJECT_PAR
           
static java.lang.String OBJECT_STR
           
static int ONEOBJECT
           
static int PARAMETER
           
static java.lang.String SAME_STR
           
static int SELECTION
          Deprecated.  
static int SELECTION_PAR
           
static int STRING_PAR
           
static java.lang.String STRING_STR
           
 

Field Detail

SAME_STR

public static final java.lang.String SAME_STR
See Also:
Constant Field Values

EQUALS_STR

public static final java.lang.String EQUALS_STR
See Also:
Constant Field Values

INTEGER_STR

public static final java.lang.String INTEGER_STR
See Also:
Constant Field Values

FLOATING_STR

public static final java.lang.String FLOATING_STR
See Also:
Constant Field Values

DOUBLE_STR

public static final java.lang.String DOUBLE_STR
See Also:
Constant Field Values

STRING_STR

public static final java.lang.String STRING_STR
See Also:
Constant Field Values

BOOLEAN_STR

public static final java.lang.String BOOLEAN_STR
See Also:
Constant Field Values

NUMBER_STR

public static final java.lang.String NUMBER_STR
See Also:
Constant Field Values

LABEL_STR

public static final java.lang.String LABEL_STR
See Also:
Constant Field Values

OBJECT_STR

public static final java.lang.String OBJECT_STR
See Also:
Constant Field Values

COLLECTION_STR

public static final java.lang.String COLLECTION_STR
See Also:
Constant Field Values

NONE

public static final int NONE
See Also:
Constant Field Values

GENERAL

public static final int GENERAL
See Also:
Constant Field Values

GRAPH

public static final int GRAPH
Deprecated.  

See Also:
Constant Field Values

NODE

public static final int NODE
See Also:
Constant Field Values

EDGE

public static final int EDGE
See Also:
Constant Field Values

GRAPH_ELEMENT

public static final int GRAPH_ELEMENT
See Also:
Constant Field Values

ATTRIBUTABLE

public static final int ATTRIBUTABLE
See Also:
Constant Field Values

NODES

public static final int NODES
See Also:
Constant Field Values

EDGES

public static final int EDGES
See Also:
Constant Field Values

GRAPH_ELEMENTS

public static final int GRAPH_ELEMENTS
See Also:
Constant Field Values

SELECTION

public static final int SELECTION
Deprecated.  

See Also:
Constant Field Values

NUMBER

public static final int NUMBER
See Also:
Constant Field Values

BOOLEAN

public static final int BOOLEAN
See Also:
Constant Field Values

GRAPHS

public static final int GRAPHS
Deprecated.  

See Also:
Constant Field Values

ATTRIBUTABLES

public static final int ATTRIBUTABLES
See Also:
Constant Field Values

ONEOBJECT

public static final int ONEOBJECT
See Also:
Constant Field Values

COLLECTION

public static final int COLLECTION
See Also:
Constant Field Values

COLOF_NODESET

public static final int COLOF_NODESET
See Also:
Constant Field Values

COLOF_EDGESET

public static final int COLOF_EDGESET
See Also:
Constant Field Values

COLOF_NUMBER

public static final int COLOF_NUMBER
See Also:
Constant Field Values

PARAMETER

public static final int PARAMETER
See Also:
Constant Field Values

INTEGER_PAR

public static final int INTEGER_PAR
See Also:
Constant Field Values

DOUBLE_PAR

public static final int DOUBLE_PAR
See Also:
Constant Field Values

EDGE_PAR

public static final int EDGE_PAR
See Also:
Constant Field Values

NODE_PAR

public static final int NODE_PAR
See Also:
Constant Field Values

STRING_PAR

public static final int STRING_PAR
See Also:
Constant Field Values

SELECTION_PAR

public static final int SELECTION_PAR
See Also:
Constant Field Values

BOOLEAN_PAR

public static final int BOOLEAN_PAR
See Also:
Constant Field Values

OBJECT_PAR

public static final int OBJECT_PAR
See Also:
Constant Field Values

COLOF_COLS

public static final int COLOF_COLS
See Also:
Constant Field Values

intStringMap

public static final java.util.Map intStringMap