org.graphdrawing.graphml
Interface GraphMLConstants


public interface GraphMLConstants

Defines string constants for the parsing process. Used by for parsing and writing GraphML.


Field Summary
static String DATA
          Data element.
static String DATA_KEY
          Key attribute for data.
static String DESC
          Description element.
static String EDGE
          Edge element.
static String EDGE_DIRECTED
          directed attribute value.
static String EDGE_SOURCE
          Source attribute for edge.
static String EDGE_TARGET
          Target attribute for edge.
static String EDGEDEFAULT
          edgedefault attribute.
static String EDGEDEFAULT_DIRECTED
          directed attribute value.
static String EDGEDEFAULT_UNDIRECTED
          directed attribute value.
static String ENDPOINT
          Endpoint element.
static int ENDPOINT_IN
           
static String ENDPOINT_NODE
          node attribute of endpoint.
static int ENDPOINT_OUT
           
static String ENDPOINT_PORT
          Target attribute for edge.
static String ENDPOINT_TYPE
          Target attribute for edge.
static String ENDPOINT_TYPE_IN
          in attribute value of endpoint type.
static String ENDPOINT_TYPE_OUT
          out attribute value of ebdpoint type.
static String ENDPOINT_TYPE_UNDIR
          undir attribute value of endpoint type.
static int ENDPOINT_UNDIR
           
static String FOR
          For attribute for key.
static String GRAPH
          Graph element.
static String GRAPHML
          GraphML element.
static String GRAPHML_BASE_NS_URI
          Default XML namespace URI of the core graphml elements
static String HYPEREDGE
          Hyperedge element.
static String ID
          ID attribute.
static String KEY
          Key element.
static String NAME
          Name attribute for ports
static String NODE
          Node element.
static String PORT
          Port element.
static int SCOPE_ALL
          Scope definition that matches all scopes
static int SCOPE_EDGE
          Edge-Scope for key definition.
static int SCOPE_ENDPOINT
          Endpoint-Scope for key definition.
static int SCOPE_GRAPH
          Graph-Scope for key definition.
static int SCOPE_GRAPHML
           
static int SCOPE_HYPEREDGE
          Hyperedge-Scope for key definition.
static int SCOPE_NODE
          Node-Scope for key definition.
static int SCOPE_PORT
          Port-Scope for key definition.
static String SCOPE_TYPE_ALL
          Unscoped for key definition.
static String SCOPE_TYPE_EDGE
          Edge-Scope for key definition.
static String SCOPE_TYPE_ENDPOINT
          Endpoint-Scope for key definition.
static String SCOPE_TYPE_GRAPH
          Graph-Scope for key definition.
static String SCOPE_TYPE_GRAPHML
          GraphML-Scope for key definition.
static String SCOPE_TYPE_HYPEREDGE
          Hyperedge-Scope for key definition.
static String SCOPE_TYPE_NODE
          Node-Scope for key definition.
static String SCOPE_TYPE_PORT
          Port-Scope for key definition.
static String SOURCEPORT
          sourceport attribute.
static String TARGETPORT
          targetport attribute.
static String YWORKS_EXT_NS_URI
          Default XML namespace URI of the yWorks graphml extension elements
 

Field Detail

SCOPE_ALL

public static final int SCOPE_ALL
Scope definition that matches all scopes

See Also:
Constant Field Values

SCOPE_NODE

public static final int SCOPE_NODE
Node-Scope for key definition.

See Also:
Constant Field Values

SCOPE_EDGE

public static final int SCOPE_EDGE
Edge-Scope for key definition.

See Also:
Constant Field Values

SCOPE_GRAPH

public static final int SCOPE_GRAPH
Graph-Scope for key definition.

See Also:
Constant Field Values

SCOPE_HYPEREDGE

public static final int SCOPE_HYPEREDGE
Hyperedge-Scope for key definition.

See Also:
Constant Field Values

SCOPE_ENDPOINT

public static final int SCOPE_ENDPOINT
Endpoint-Scope for key definition.

See Also:
Constant Field Values

SCOPE_PORT

public static final int SCOPE_PORT
Port-Scope for key definition.

See Also:
Constant Field Values

SCOPE_GRAPHML

public static final int SCOPE_GRAPHML
See Also:
Constant Field Values

ENDPOINT_UNDIR

public static final int ENDPOINT_UNDIR
See Also:
Constant Field Values

ENDPOINT_IN

public static final int ENDPOINT_IN
See Also:
Constant Field Values

ENDPOINT_OUT

public static final int ENDPOINT_OUT
See Also:
Constant Field Values

GRAPHML

public static final String GRAPHML
GraphML element.

See Also:
Constant Field Values

GRAPH

public static final String GRAPH
Graph element.

See Also:
Constant Field Values

EDGE

public static final String EDGE
Edge element.

See Also:
Constant Field Values

NODE

public static final String NODE
Node element.

See Also:
Constant Field Values

PORT

public static final String PORT
Port element.

See Also:
Constant Field Values

HYPEREDGE

public static final String HYPEREDGE
Hyperedge element.

See Also:
Constant Field Values

ENDPOINT

public static final String ENDPOINT
Endpoint element.

See Also:
Constant Field Values

KEY

public static final String KEY
Key element.

See Also:
Constant Field Values

DATA

public static final String DATA
Data element.

See Also:
Constant Field Values

DESC

public static final String DESC
Description element.

See Also:
Constant Field Values

ID

public static final String ID
ID attribute.

See Also:
Constant Field Values

EDGE_SOURCE

public static final String EDGE_SOURCE
Source attribute for edge.

See Also:
Constant Field Values

EDGE_TARGET

public static final String EDGE_TARGET
Target attribute for edge.

See Also:
Constant Field Values

SOURCEPORT

public static final String SOURCEPORT
sourceport attribute.

See Also:
Constant Field Values

TARGETPORT

public static final String TARGETPORT
targetport attribute.

See Also:
Constant Field Values

EDGE_DIRECTED

public static final String EDGE_DIRECTED
directed attribute value.

See Also:
Constant Field Values

EDGEDEFAULT

public static final String EDGEDEFAULT
edgedefault attribute.

See Also:
Constant Field Values

ENDPOINT_NODE

public static final String ENDPOINT_NODE
node attribute of endpoint.

See Also:
Constant Field Values

ENDPOINT_PORT

public static final String ENDPOINT_PORT
Target attribute for edge.

See Also:
Constant Field Values

ENDPOINT_TYPE

public static final String ENDPOINT_TYPE
Target attribute for edge.

See Also:
Constant Field Values

FOR

public static final String FOR
For attribute for key.

See Also:
Constant Field Values

DATA_KEY

public static final String DATA_KEY
Key attribute for data.

See Also:
Constant Field Values

NAME

public static final String NAME
Name attribute for ports

See Also:
Constant Field Values

EDGEDEFAULT_DIRECTED

public static final String EDGEDEFAULT_DIRECTED
directed attribute value.

See Also:
Constant Field Values

EDGEDEFAULT_UNDIRECTED

public static final String EDGEDEFAULT_UNDIRECTED
directed attribute value.

See Also:
Constant Field Values

ENDPOINT_TYPE_UNDIR

public static final String ENDPOINT_TYPE_UNDIR
undir attribute value of endpoint type.

See Also:
Constant Field Values

ENDPOINT_TYPE_IN

public static final String ENDPOINT_TYPE_IN
in attribute value of endpoint type.

See Also:
Constant Field Values

ENDPOINT_TYPE_OUT

public static final String ENDPOINT_TYPE_OUT
out attribute value of ebdpoint type.

See Also:
Constant Field Values

SCOPE_TYPE_ALL

public static final String SCOPE_TYPE_ALL
Unscoped for key definition.

See Also:
Constant Field Values

SCOPE_TYPE_NODE

public static final String SCOPE_TYPE_NODE
Node-Scope for key definition.

See Also:
Constant Field Values

SCOPE_TYPE_EDGE

public static final String SCOPE_TYPE_EDGE
Edge-Scope for key definition.

See Also:
Constant Field Values

SCOPE_TYPE_GRAPH

public static final String SCOPE_TYPE_GRAPH
Graph-Scope for key definition.

See Also:
Constant Field Values

SCOPE_TYPE_GRAPHML

public static final String SCOPE_TYPE_GRAPHML
GraphML-Scope for key definition.

See Also:
Constant Field Values

SCOPE_TYPE_HYPEREDGE

public static final String SCOPE_TYPE_HYPEREDGE
Hyperedge-Scope for key definition.

See Also:
Constant Field Values

SCOPE_TYPE_ENDPOINT

public static final String SCOPE_TYPE_ENDPOINT
Endpoint-Scope for key definition.

See Also:
Constant Field Values

SCOPE_TYPE_PORT

public static final String SCOPE_TYPE_PORT
Port-Scope for key definition.

See Also:
Constant Field Values

GRAPHML_BASE_NS_URI

public static final String GRAPHML_BASE_NS_URI
Default XML namespace URI of the core graphml elements

See Also:
Constant Field Values

YWORKS_EXT_NS_URI

public static final String YWORKS_EXT_NS_URI
Default XML namespace URI of the yWorks graphml extension elements

See Also:
Constant Field Values


Copyright ©2000-2009, yWorks GmbH. All rights reserved.