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 java.lang.String EDGE_DIRECTEDNESS
          Creation property key that tags direction information.
static java.lang.String IS_FOLDER_NODE
          Creation property key that tags folder node information.
static java.lang.String IS_GROUP_NODE
          Creation property key that tags group node information.
static java.lang.String NODE_ID
          Creation property key that tags node id information.
static java.lang.String NODE_LAYOUT
          Creation property key that tags node layout information.
static java.lang.String NODE_PORTS
          Creation property key that tags node port information for a node.
static java.lang.String REALIZER
          Creation property key that tags realizer information.
static java.lang.String SOURCE_PORT
          Creation property key that tags source port information for an edge.
static java.lang.String TARGET_PORT
          Creation property key that tags target port information for an edge.
 

Field Detail

IS_GROUP_NODE

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

See Also:
Constant Field Values

IS_FOLDER_NODE

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

See Also:
Constant Field Values

NODE_LAYOUT

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

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

REALIZER

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

See Also:
GraphElementFactory, Constant Field Values

EDGE_DIRECTEDNESS

static final java.lang.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 java.lang.String NODE_ID
Creation property key that tags node id information.

See Also:
Constant Field Values

NODE_PORTS

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

See Also:
Constant Field Values

SOURCE_PORT

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

See Also:
Constant Field Values

TARGET_PORT

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

See Also:
Constant Field Values

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