Search this API

y.io.graphml.input
Interface CreationPropertyKeys


public interface CreationPropertyKeys

Defines common key constants to identify important CreationProperties.

See Also:
GraphElementFactory

Field Summary
static String EDGE_DIRECTEDNESS
          Creation property key that tags direction information.
static String IS_FOLDER_NODE
          Creation property key that tags folder node information.
static String IS_GROUP_NODE
          Creation property key that tags group node information.
static String NODE_ID
          Creation property key that tags node id information.
static String NODE_LAYOUT
          Creation property key that tags node layout information.
static String NODE_PORTS
          Creation property key that tags node port information for a node.
static String REALIZER
          Creation property key that tags realizer information.
static String SOURCE_PORT
          Creation property key that tags source port information for an edge.
static String TARGET_PORT
          Creation property key that tags target port information for an edge.
 

Field Detail

IS_GROUP_NODE

static final String IS_GROUP_NODE
Creation property key that tags group node information.

See Also:
Constant Field Values

IS_FOLDER_NODE

static final String IS_FOLDER_NODE
Creation property key that tags folder node information.

See Also:
Constant Field Values

NODE_LAYOUT

static final String NODE_LAYOUT
Creation property key that tags node layout information.

See Also:
GraphElementFactory.createNode(GraphMLParseContext), Constant Field Values

REALIZER

static final String REALIZER
Creation property key that tags realizer information.

See Also:
GraphElementFactory, Constant Field Values

EDGE_DIRECTEDNESS

static final String EDGE_DIRECTEDNESS
Creation property key that tags direction information.

This key can be used to handle the graphml directed attribute of an edge element

See Also:
Constant Field Values

NODE_ID

static final String NODE_ID
Creation property key that tags node id information.

See Also:
Constant Field Values

NODE_PORTS

static final String NODE_PORTS
Creation property key that tags node port information for a node.

See Also:
Constant Field Values

SOURCE_PORT

static final String SOURCE_PORT
Creation property key that tags source port information for an edge.

See Also:
Constant Field Values

TARGET_PORT

static final String TARGET_PORT
Creation property key that tags target port information for an edge.

See Also:
Constant Field Values

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