quoggles.constants
Interface QConstants


public interface QConstants


Field Summary
static java.lang.String BOXES_DESCRIPTION_FILE
          The relative path and filename of the box descriptions file
static java.lang.Object EMPTY
          Indicates that a table cell is empty.
static int EPSILON
          Used as max distance between two connected boxes
static java.lang.String INPUT_INDEX_ID
          Attribute ID; input index of an edge
static java.lang.String MARKED_INPUT_NRS_ID
          Id of attribute specifying the ordered position of an input within the marked graph.
static java.lang.String MARKED_OUTPUT_NRS_ID
          Id of attribute specifying the ordered position of an input within the marked graph.
static int MAX_ROWS
          Maximum number of rows (which restricts the maximum number of output boxes).
static java.lang.String OUTPUT_BOX_ID
          Attribute ID of BoxAttribute that saves box at a node
static java.lang.String OUTPUT_INDEX_ID
          Attribute ID; output index of an edge
static int shiftX
          Node coordinates are shifted to the right of input boxes
static java.lang.String XML_PREFIX
          Attributes that are saved as XML are prefixed
 

Field Detail

EMPTY

public static final java.lang.Object EMPTY
Indicates that a table cell is empty. This is different from a cell that contains the null value.


BOXES_DESCRIPTION_FILE

public static final java.lang.String BOXES_DESCRIPTION_FILE
The relative path and filename of the box descriptions file

See Also:
Constant Field Values

MAX_ROWS

public static final int MAX_ROWS
Maximum number of rows (which restricts the maximum number of output boxes).

See Also:
Constant Field Values

XML_PREFIX

public static final java.lang.String XML_PREFIX
Attributes that are saved as XML are prefixed

See Also:
Constant Field Values

INPUT_INDEX_ID

public static final java.lang.String INPUT_INDEX_ID
Attribute ID; input index of an edge

See Also:
Constant Field Values

OUTPUT_INDEX_ID

public static final java.lang.String OUTPUT_INDEX_ID
Attribute ID; output index of an edge

See Also:
Constant Field Values

OUTPUT_BOX_ID

public static final java.lang.String OUTPUT_BOX_ID
Attribute ID of BoxAttribute that saves box at a node

See Also:
Constant Field Values

shiftX

public static final int shiftX
Node coordinates are shifted to the right of input boxes

See Also:
Constant Field Values

MARKED_INPUT_NRS_ID

public static final java.lang.String MARKED_INPUT_NRS_ID
Id of attribute specifying the ordered position of an input within the marked graph.

See Also:
Constant Field Values

MARKED_OUTPUT_NRS_ID

public static final java.lang.String MARKED_OUTPUT_NRS_ID
Id of attribute specifying the ordered position of an input within the marked graph.

See Also:
Constant Field Values

EPSILON

public static final int EPSILON
Used as max distance between two connected boxes

See Also:
Constant Field Values