Search this API

y.io.graphml
Interface GraphMLXmlConstants


public interface GraphMLXmlConstants

Class that provides constants for core GraphML elements and attributes.


Field Summary
static String ATTR_NAME_ATTRIBUTE_NAME
          Constant for the "attr.name" attribute.
static String ATTR_TYPE_ATTRIBUTE_NAME
          Constant for the "attr.type" attribute.
static String ATTR_URI_ATTRIBUTE_NAME
          Constant for the "yfiles:attr.uri" attribute.
static String DATA_ELEMENT_NAME
          Data element.
static String DEFAULT_ELEMENT_NAME
          Default element tag name.
static String DESCRIPTION_ELEMENT_NAME
          Description element tag name.
static String EDGE_DIRECTED_ATTRIBUTE_NAME
          Directed attribute value.
static String EDGE_ELEMENT_NAME
          Edge element.
static String EDGEDEFAULT_ATTRIBUTE_NAME
          Edge default attribute.
static String EDGEDEFAULT_DIRECTED_ATTRIBUTE_NAME
          Directed attribute value.
static String EDGEDEFAULT_UNDIRECTED_ATTRIBUTE_NAME
          Directed attribute value.
static String GRAPH_ELEMENT_NAME
          Graph element.
static String GRAPHML_ELEMENT_NAME
          GraphML element.
static String ID_ATTRIBUTE_NAME
          Id attribute.
static String KEY_ELEMENT_NAME
          Key element.
static String KEY_SCOPE_ATTRIBUTE_NAME
          Scope attribute for key definitions.
static String NODE_ELEMENT_NAME
          Node element.
static String PORT_ELEMENT_NAME
          Port element.
static String PORT_NAME_ATTRIBUTE_NAME
          Name attribute.
static String SOURCE_ATTRIBUTE_NAME
          Source attribute for edge.
static String SOURCE_PORT_ATTRIBUTE_NAME
          Source port attribute.
static String TARGET_ATTRIBUTE_NAME
          Target attribute for edge.
static String TARGET_PORT_ATTRIBUTE_NAME
          Target port attribute.
 

Field Detail

GRAPHML_ELEMENT_NAME

static final String GRAPHML_ELEMENT_NAME
GraphML element.

This field has the constant value "graphml"

See Also:
Constant Field Values

GRAPH_ELEMENT_NAME

static final String GRAPH_ELEMENT_NAME
Graph element.

This field has the constant value "graph"

See Also:
Constant Field Values

EDGE_ELEMENT_NAME

static final String EDGE_ELEMENT_NAME
Edge element.

This field has the constant value "edge"

See Also:
Constant Field Values

NODE_ELEMENT_NAME

static final String NODE_ELEMENT_NAME
Node element.

This field has the constant value "node"

See Also:
Constant Field Values

PORT_ELEMENT_NAME

static final String PORT_ELEMENT_NAME
Port element.

This field has the constant value "port"

See Also:
Constant Field Values

KEY_ELEMENT_NAME

static final String KEY_ELEMENT_NAME
Key element.

This field has the constant value "key"

See Also:
Constant Field Values

DATA_ELEMENT_NAME

static final String DATA_ELEMENT_NAME
Data element.

This field has the constant value "data"

See Also:
Constant Field Values

DESCRIPTION_ELEMENT_NAME

static final String DESCRIPTION_ELEMENT_NAME
Description element tag name.

This field has the constant value "desc"

See Also:
Constant Field Values

DEFAULT_ELEMENT_NAME

static final String DEFAULT_ELEMENT_NAME
Default element tag name.

This field has the constant value "default"

See Also:
Constant Field Values

ID_ATTRIBUTE_NAME

static final String ID_ATTRIBUTE_NAME
Id attribute.

This field has the constant value "id"

See Also:
Constant Field Values

SOURCE_ATTRIBUTE_NAME

static final String SOURCE_ATTRIBUTE_NAME
Source attribute for edge.

This field has the constant value "source"

See Also:
Constant Field Values

TARGET_ATTRIBUTE_NAME

static final String TARGET_ATTRIBUTE_NAME
Target attribute for edge.

This field has the constant value "target"

See Also:
Constant Field Values

SOURCE_PORT_ATTRIBUTE_NAME

static final String SOURCE_PORT_ATTRIBUTE_NAME
Source port attribute.

This field has the constant value "sourceport"

See Also:
Constant Field Values

TARGET_PORT_ATTRIBUTE_NAME

static final String TARGET_PORT_ATTRIBUTE_NAME
Target port attribute.

This field has the constant value "targetport"

See Also:
Constant Field Values

EDGEDEFAULT_DIRECTED_ATTRIBUTE_NAME

static final String EDGEDEFAULT_DIRECTED_ATTRIBUTE_NAME
Directed attribute value.

This field has the constant value "directed"

See Also:
Constant Field Values

EDGEDEFAULT_UNDIRECTED_ATTRIBUTE_NAME

static final String EDGEDEFAULT_UNDIRECTED_ATTRIBUTE_NAME
Directed attribute value.

This field has the constant value "undirected"

See Also:
Constant Field Values

EDGE_DIRECTED_ATTRIBUTE_NAME

static final String EDGE_DIRECTED_ATTRIBUTE_NAME
Directed attribute value.

This field has the constant value "directed"

See Also:
Constant Field Values

EDGEDEFAULT_ATTRIBUTE_NAME

static final String EDGEDEFAULT_ATTRIBUTE_NAME
Edge default attribute.

This field has the constant value "edgedefault"

See Also:
Constant Field Values

PORT_NAME_ATTRIBUTE_NAME

static final String PORT_NAME_ATTRIBUTE_NAME
Name attribute.

This field has the constant value "name"

See Also:
Constant Field Values

ATTR_TYPE_ATTRIBUTE_NAME

static final String ATTR_TYPE_ATTRIBUTE_NAME
Constant for the "attr.type" attribute.

See Also:
Constant Field Values

ATTR_NAME_ATTRIBUTE_NAME

static final String ATTR_NAME_ATTRIBUTE_NAME
Constant for the "attr.name" attribute.

See Also:
Constant Field Values

ATTR_URI_ATTRIBUTE_NAME

static final String ATTR_URI_ATTRIBUTE_NAME
Constant for the "yfiles:attr.uri" attribute.

See Also:
Constant Field Values

KEY_SCOPE_ATTRIBUTE_NAME

static final String KEY_SCOPE_ATTRIBUTE_NAME
Scope attribute for key definitions.

This field has the constant value "for"

See Also:
Constant Field Values

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