|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CreationPropertyKeys
Defines common key constants to identify important CreationProperties
.
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 |
---|
static final java.lang.String IS_GROUP_NODE
static final java.lang.String IS_FOLDER_NODE
static final java.lang.String NODE_LAYOUT
GraphElementFactory.createNode(GraphMLParseContext)
,
Constant Field Valuesstatic final java.lang.String REALIZER
GraphElementFactory
,
Constant Field Valuesstatic final java.lang.String EDGE_DIRECTEDNESS
This key can be used to handle the graphml directed
attribute of an edge element
static final java.lang.String NODE_ID
static final java.lang.String NODE_PORTS
static final java.lang.String SOURCE_PORT
static final java.lang.String TARGET_PORT
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |