Interface GraphMLTags
- All Known Implementing Classes:
WorkflowGraphMLYWriter
public interface GraphMLTags
Contains all tags and attributes used in GraphML-XML-files
- Author:
- Alexander Stromer
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Value is "source"static final String
Value is "target"static final String
Value is "key"static final String
Value is "source"static final String
Value is "target"static final String
Value is "color"static final String
Value is "edgedefault"static final String
Value is "id"static final String
Value is "for"static final String
Value is "id"static final String
Value is "yfiles.type"static final String
Value is "id"static final String
Value is "graphml"static final String
Value is "y"static final String
Value is "http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd"static final String
Value is "http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd"static final String
Value is "data"static final String
Value is "edge"static final String
Value is "graph"static final String
Value is "graphml"static final String
Value is "key"static final String
Value is "node"static final String
Value is "Arrows"static final String
Value is "EdgeLabel"static final String
Value is "Fill"static final String
Value is "NodeLabel"static final String
Value is "PolyLineEdge"static final String
Value is "ShapeNode"static final String
Value is "http://graphml.graphdrawing.org/xmlns"static final String
Value is "http://www.yworks.com/xml/graphml"
-
Field Details
-
TAG_GRAPHML
Value is "graphml"- See Also:
-
TAG_GRAPH
Value is "graph"- See Also:
-
TAG_NODE
Value is "node"- See Also:
-
TAG_EDGE
Value is "edge"- See Also:
-
TAG_KEY
Value is "key"- See Also:
-
TAG_DATA
Value is "data"- See Also:
-
TAG_Y_SHAPENODE
Value is "ShapeNode"- See Also:
-
TAG_Y_POLYLINEEDGE
Value is "PolyLineEdge"- See Also:
-
TAG_Y_ARROWS
Value is "Arrows"- See Also:
-
TAG_Y_FILL
Value is "Fill"- See Also:
-
TAG_Y_NODELABEL
Value is "NodeLabel"- See Also:
-
TAG_Y_EDGELABEL
Value is "EdgeLabel"- See Also:
-
PREFIX_GRAPHML
Value is "graphml"- See Also:
-
URI_GRAPHML
Value is "http://graphml.graphdrawing.org/xmlns"- See Also:
-
PREFIX_Y
Value is "y"- See Also:
-
URI_Y
Value is "http://www.yworks.com/xml/graphml"- See Also:
-
SCHEMA_LOCATION
Value is "http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd"- See Also:
-
SCHEMA_LOCATION_Y
Value is "http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd"- See Also:
-
ATT_GRAPH_ID
Value is "id"- See Also:
-
ATT_GRAPH_EDGEDEFAULT
Value is "edgedefault"- See Also:
-
ATT_NODE_ID
Value is "id"- See Also:
-
ATT_KEY_FOR
Value is "for"- See Also:
-
ATT_KEY_ID
Value is "id"- See Also:
-
ATT_KEY_YFILESTYPE
Value is "yfiles.type"- See Also:
-
ATT_DATA_KEY
Value is "key"- See Also:
-
ATT_FILL_COLOR
Value is "color"- See Also:
-
ATT_EDGE_SOURCE
Value is "source"- See Also:
-
ATT_EDGE_TARGET
Value is "target"- See Also:
-
ATT_ARROWS_SOURCE
Value is "source"- See Also:
-
ATT_ARROWS_TARGET
Value is "target"- See Also:
-