Packagecom.yworks.io.graphml
Classpublic final class GraphMLConstants
InheritanceGraphMLConstants Inheritance Object

Constants used for GraphML parsing and writing.



Public Constants
 ConstantDefined By
  ANGLE : String = angle
[static]
GraphMLConstants
  ATTR_NAME : String = attr.name
[static]
GraphMLConstants
  ATTR_NAME_EDGE_VIEW_STATES : String = EdgeViewStates
[static]
GraphMLConstants
  ATTR_NAME_EXPANSIONSTATE : String = ExpansionState
[static]
GraphMLConstants
  ATTR_NAME_GEOMETRY : String = geometry
[static]
GraphMLConstants
  ATTR_NAME_LABELLIST : String = labels
[static]
GraphMLConstants
  ATTR_NAME_NODE_VIEW_STATES : String = NodeViewStates
[static]
GraphMLConstants
  ATTR_NAME_PORTMODEL : String = portModel
[static]
GraphMLConstants
  ATTR_NAME_PORTVIEWSTATES : String = PortViewStates
[static]
GraphMLConstants
  ATTR_NAME_STYLE : String = style
[static]
GraphMLConstants
  ATTR_NAME_TABLES : String = tables
[static]
GraphMLConstants
  ATTR_TYPE : String = attr.type
[static]
GraphMLConstants
  ATTR_TYPE_COMPLEX : String = complex
[static]
GraphMLConstants
  COLOR : String = color
[static]
GraphMLConstants
  COMMON_ATTRIBUTE_NAME_PREFIX : String = http://www.yworks.com/xml/yfiles-graphml/1.0/
[static] Canonical prefix for attribute names used by the GraphML framework
GraphMLConstants
  DATA : String = data
[static]
GraphMLConstants
  DATA_KEY : String = key
[static]
GraphMLConstants
  DEFAULT : String = default
[static]
GraphMLConstants
  DEFAULT_FILE_VERSION_MAJOR : int = 1
[static] The default major file version used for writing graphml output
GraphMLConstants
  DEFAULT_FILE_VERSION_MINOR : int = 3
[static] The default minor file version used for writing graphml output
GraphMLConstants
  EDGE : String = edge
[static]
GraphMLConstants
  EDGEDEFAULT : String = edgedefault
[static]
GraphMLConstants
  EDGEDEFAULT_DIRECTED : String = directed
[static]
GraphMLConstants
  EDGEDEFAULT_UNDIRECTED : String = undirected
[static]
GraphMLConstants
  EDGE_DIRECTED : String = directed
[static]
GraphMLConstants
  EDGE_SOURCE : String = source
[static]
GraphMLConstants
  EDGE_TARGET : String = target
[static]
GraphMLConstants
  FOR : String = for
[static]
GraphMLConstants
  GRAPH : String = graph
[static]
GraphMLConstants
  GRAPHML : String = graphml
[static]
GraphMLConstants
  GRAPHML_ATTRIBUTE_WRITE_MODE_ALWAYS : String = always
[static]
GraphMLConstants
  GRAPHML_ATTRIBUTE_WRITE_MODE_AUTO : String = auto
[static]
GraphMLConstants
  GRAPHML_ATTRIBUTE_WRITE_MODE_NEVER : String = never
[static]
GraphMLConstants
  GRAPHML_BASE_NS : Namespace
[static]
GraphMLConstants
  GRAPHML_BASE_NS_URI : String = http://graphml.graphdrawing.org/xmlns/graphml
[static]
GraphMLConstants
  GRAPHML_PRECEDENCE : int = 0
[static]
GraphMLConstants
  GRAPHML_REFERENCE_TAG : String = GraphMLReference
[static] Tag name for shared references that need an external enclosing tag This field has the constant value "GraphMLReference"
GraphMLConstants
  ID : String = id
[static]
GraphMLConstants
  KEY : String = key
[static]
GraphMLConstants
  KEY_TYPE : String = yfiles.type
[static]
GraphMLConstants
  KEY_TYPE_EDGEGRAPHICS : String = edgegraphics
[static]
GraphMLConstants
  KEY_TYPE_NODEGRAPHICS : String = nodegraphics
[static]
GraphMLConstants
  LABEL_MODEL_NAME : String = modelName
[static]
GraphMLConstants
  LABEL_MODEL_POSITION : String = modelPosition
[static]
GraphMLConstants
  NAME : String = name
[static]
GraphMLConstants
  NODE : String = node
[static]
GraphMLConstants
  PORT : String = port
[static]
GraphMLConstants
  PROPERTY_AUTO_MAPPER_MAP : String = com.yworks.io.graphml.GraphMLConstants.AutoMapperMap
[static]
GraphMLConstants
  PROPERTY_MAJOR_VERSION : String = com.yworks.io.graphml.GraphMLConstants.PropertyMajorVersion
[static] Context property key to override the current files major version
GraphMLConstants
  PROPERTY_MINOR_VERSION : String = com.yworks.io.graphml.GraphMLConstants.PropertyMinorVersion
[static] Context property key to override the current files minor version
GraphMLConstants
  PROPERTY_READ_PORT_MODEL : String = com.yworks.io.graphml.GraphMLConstants.PropertyReadPortModel
[static]
GraphMLConstants
  PROPERTY_WRITE_PORT_MODEL : String = com.yworks.io.graphml.GraphMLConstants.PropertyWritePortModel
[static]
GraphMLConstants
  PROPERTY_WRITE_SHARED_REFERENCES : String = com.yworks.io.graphml.GraphMLConstants.PropertyWriteSharedReferences
[static]
GraphMLConstants
  PROPERTY_WRITE_STRIPE_DEFAULTS : String = com.yworks.io.graphml.GraphMLConstants.PropertyWriteStripeDefaults
[static]
GraphMLConstants
  PROPERTY_WRITE_TABLE_STYLE : String = com.yworks.io.graphml.GraphMLConstants.PropertyWriteTableStyle
[static]
GraphMLConstants
  PROPERTY_WRITE_USER_TAGS : String = com.yworks.io.graphml.GraphMLConstants.PropertyWriteUserTags
[static]
GraphMLConstants
  PROPERTY_WRITE_Z_ORDER : String = com.yworks.io.graphml.GraphMLConstants.PropertyWriteZOrder
[static]
GraphMLConstants
  REFID : String = refid
[static]
GraphMLConstants
  SCOPE_ALL : String = all
[static]
GraphMLConstants
  SCOPE_EDGE : String = edge
[static]
GraphMLConstants
  SCOPE_GRAPH : String = graph
[static]
GraphMLConstants
  SCOPE_GRAPHML : String = graphml
[static]
GraphMLConstants
  SCOPE_NODE : String = node
[static]
GraphMLConstants
  SCOPE_PORT : String = port
[static]
GraphMLConstants
  SCOPES : Array
[static]
GraphMLConstants
  SHARED_DATA_ATTR : String = sharedData
[static]
GraphMLConstants
  SOURCEPORT : String = sourceport
[static]
GraphMLConstants
  TARGETPORT : String = targetport
[static]
GraphMLConstants
  TYPE_BOOLEAN : String = boolean
[static]
GraphMLConstants
  TYPE_COMPLEX : String = complex
[static]
GraphMLConstants
  TYPE_DOUBLE : String = double
[static]
GraphMLConstants
  TYPE_FLOAT : String = float
[static]
GraphMLConstants
  TYPE_INT : String = int
[static]
GraphMLConstants
  TYPE_LONG : String = long
[static]
GraphMLConstants
  TYPE_STRING : String = string
[static]
GraphMLConstants
  USERTAG_TAG : String = UserTag
[static]
GraphMLConstants
  VERSION_ATTR : String = version
[static] Attribute name of the file format version attribute for the GraphML tag
GraphMLConstants
  XAML_NS : Namespace
[static]
GraphMLConstants
  XAML_NS_PREFIX : String = x
[static]
GraphMLConstants
  XAML_NS_URI : String = http://schemas.microsoft.com/winfx/2006/xaml
[static]
GraphMLConstants
  Y_ARROW : String = Arrow
[static]
GraphMLConstants
  Y_ARROWS : String = Arrows
[static]
GraphMLConstants
  Y_BEND_STYLE : String = BendStyle
[static]
GraphMLConstants
  Y_BORDER_STYLE : String = BorderStyle
[static]
GraphMLConstants
  Y_BRUSH : String = Brush
[static]
GraphMLConstants
  Y_DASH_STYLE : String = DashStyle
[static]
GraphMLConstants
  Y_DEFAULT_ARROW : String = DefaultArrow
[static]
GraphMLConstants
  Y_EDGE_LABEL : String = EdgeLabel
[static]
GraphMLConstants
  YFILES_COMMON_NS : Namespace
[static]
GraphMLConstants
  YFILES_COMMON_NS_PREFIX : String = yc
[static]
GraphMLConstants
  YFILES_COMMON_NS_URI : String = http://www.yworks.com/xml/yfiles-common/2.0
[static]
GraphMLConstants
  YFILES_FLEX_CANVAS_GEOM_NS : String
[static]
GraphMLConstants
  YFILES_FLEX_NS : Namespace
[static]
GraphMLConstants
  YFILES_FLEX_NS_PREFIX : String = yflex
[static]
GraphMLConstants
  YFILES_FLEX_NS_URI : String = http://www.yworks.com/xml/yfiles-flex/1.0
[static]
GraphMLConstants
  YFILES_FLEX_PORT_MODEL_NS : String
[static]
GraphMLConstants
  YFILES_FORMS_NS : Namespace
[static]
GraphMLConstants
  YFILES_FORMS_NS_PREFIX : String = yforms
[static]
GraphMLConstants
  YFILES_FORMS_NS_URI : String = http://www.yworks.com/xml/yfiles.net/1.0/forms
[static]
GraphMLConstants
  Y_FILL : String = Fill
[static]
GraphMLConstants
  Y_FONT : String = Font
[static]
GraphMLConstants
  Y_GEOMETRY : String = Geometry
[static]
GraphMLConstants
  YGRAPHML_NS : Namespace
[static]
GraphMLConstants
  YGRAPHML_NS_PREFIX : String = ygraphml
[static]
GraphMLConstants
  YGRAPHML_NS_URI : String = http://www.yworks.com/xml/yfiles-graphml/1.0
[static]
GraphMLConstants
  Y_GROUP_NODE : String = GroupNode
[static]
GraphMLConstants
  Y_IMAGE_NODE : String = ImageNode
[static]
GraphMLConstants
  Y_LABEL : String = Label
[static]
GraphMLConstants
  Y_LABELLIST : String = Labels
[static]
GraphMLConstants
  Y_LABELTEXT : String = Text
[static]
GraphMLConstants
  Y_LINE_STYLE : String = LineStyle
[static]
GraphMLConstants
  Y_LINE_TYPE : String = LineType
[static]
GraphMLConstants
  Y_NODE_LABEL : String = NodeLabel
[static]
GraphMLConstants
  Y_PATH : String = Path
[static]
GraphMLConstants
  Y_PEN : String = Pen
[static]
GraphMLConstants
  Y_POINT : String = Point
[static]
GraphMLConstants
  Y_POLY_LINE_EDGE : String = PolyLineEdge
[static]
GraphMLConstants
  Y_PREFERREDSIZE : String = PreferredSize
[static]
GraphMLConstants
  Y_PROXY_AUTO_BOUNDS_NODE : String = ProxyAutoBoundsNode
[static]
GraphMLConstants
  Y_PROXY_SHAPE_NODE : String = ProxyShapeNode
[static]
GraphMLConstants
  Y_SHAPE : String = Shape
[static]
GraphMLConstants
  Y_SHAPE_NODE : String = ShapeNode
[static]
GraphMLConstants
  Y_SHARED_DATA : String = SharedData
[static]
GraphMLConstants
  Y_SOURCE_ARROW : String = SourceArrow
[static]
GraphMLConstants
  Y_STRING_FORMAT : String = StringFormat
[static]
GraphMLConstants
  Y_SVG_NODE : String = SVGNode
[static]
GraphMLConstants
  Y_SWF_NODE : String = SWFNode
[static]
GraphMLConstants
  Y_TARGET_ARROW : String = TargetArrow
[static]
GraphMLConstants
  YWORKS_EXT_ARRAY_NS : Namespace
[static]
GraphMLConstants
  YWORKS_EXT_ARRAY_NS_PREFIX : String = yarr
[static]
GraphMLConstants
  YWORKS_EXT_ARRAY_NS_URI : String
[static]
GraphMLConstants
  YWORKS_EXT_NS : Namespace
[static]
GraphMLConstants
  YWORKS_EXT_NS_PREFIX : String = y
[static]
GraphMLConstants
  YWORKS_EXT_NS_URI : String = http://www.yworks.com/xml/graphml
[static]
GraphMLConstants
  YWORKS_EXT_PRIMITIVES_NS : Namespace
[static]
GraphMLConstants
  YWORKS_EXT_PRIMITIVES_NS_PREFIX : String = ysys
[static]
GraphMLConstants
  YWORKS_EXT_PRIMITIVES_NS_URI : String
[static]
GraphMLConstants
Constant Detail
ANGLEConstant
public static const ANGLE:String = angle

ATTR_NAMEConstant 
public static const ATTR_NAME:String = attr.name

ATTR_NAME_EDGE_VIEW_STATESConstant 
public static const ATTR_NAME_EDGE_VIEW_STATES:String = EdgeViewStates

ATTR_NAME_EXPANSIONSTATEConstant 
public static const ATTR_NAME_EXPANSIONSTATE:String = ExpansionState

ATTR_NAME_GEOMETRYConstant 
public static const ATTR_NAME_GEOMETRY:String = geometry

ATTR_NAME_LABELLISTConstant 
public static const ATTR_NAME_LABELLIST:String = labels

ATTR_NAME_NODE_VIEW_STATESConstant 
public static const ATTR_NAME_NODE_VIEW_STATES:String = NodeViewStates

ATTR_NAME_PORTMODELConstant 
public static const ATTR_NAME_PORTMODEL:String = portModel

ATTR_NAME_PORTVIEWSTATESConstant 
public static const ATTR_NAME_PORTVIEWSTATES:String = PortViewStates

ATTR_NAME_STYLEConstant 
public static const ATTR_NAME_STYLE:String = style

ATTR_NAME_TABLESConstant 
public static const ATTR_NAME_TABLES:String = tables

ATTR_TYPEConstant 
public static const ATTR_TYPE:String = attr.type

ATTR_TYPE_COMPLEXConstant 
public static const ATTR_TYPE_COMPLEX:String = complex

COLORConstant 
public static const COLOR:String = color

COMMON_ATTRIBUTE_NAME_PREFIXConstant 
public static const COMMON_ATTRIBUTE_NAME_PREFIX:String = http://www.yworks.com/xml/yfiles-graphml/1.0/

Canonical prefix for attribute names used by the GraphML framework

DATAConstant 
public static const DATA:String = data

DATA_KEYConstant 
public static const DATA_KEY:String = key

DEFAULTConstant 
public static const DEFAULT:String = default

DEFAULT_FILE_VERSION_MAJORConstant 
public static const DEFAULT_FILE_VERSION_MAJOR:int = 1

The default major file version used for writing graphml output

DEFAULT_FILE_VERSION_MINORConstant 
public static const DEFAULT_FILE_VERSION_MINOR:int = 3

The default minor file version used for writing graphml output

EDGEConstant 
public static const EDGE:String = edge

EDGE_DIRECTEDConstant 
public static const EDGE_DIRECTED:String = directed

EDGE_SOURCEConstant 
public static const EDGE_SOURCE:String = source

EDGE_TARGETConstant 
public static const EDGE_TARGET:String = target

EDGEDEFAULTConstant 
public static const EDGEDEFAULT:String = edgedefault

EDGEDEFAULT_DIRECTEDConstant 
public static const EDGEDEFAULT_DIRECTED:String = directed

EDGEDEFAULT_UNDIRECTEDConstant 
public static const EDGEDEFAULT_UNDIRECTED:String = undirected

FORConstant 
public static const FOR:String = for

GRAPHConstant 
public static const GRAPH:String = graph

GRAPHMLConstant 
public static const GRAPHML:String = graphml

GRAPHML_ATTRIBUTE_WRITE_MODE_ALWAYSConstant 
public static const GRAPHML_ATTRIBUTE_WRITE_MODE_ALWAYS:String = always

GRAPHML_ATTRIBUTE_WRITE_MODE_AUTOConstant 
public static const GRAPHML_ATTRIBUTE_WRITE_MODE_AUTO:String = auto

GRAPHML_ATTRIBUTE_WRITE_MODE_NEVERConstant 
public static const GRAPHML_ATTRIBUTE_WRITE_MODE_NEVER:String = never

GRAPHML_BASE_NSConstant 
public static const GRAPHML_BASE_NS:Namespace

GRAPHML_BASE_NS_URIConstant 
public static const GRAPHML_BASE_NS_URI:String = http://graphml.graphdrawing.org/xmlns/graphml

GRAPHML_PRECEDENCEConstant 
public static const GRAPHML_PRECEDENCE:int = 0

GRAPHML_REFERENCE_TAGConstant 
public static const GRAPHML_REFERENCE_TAG:String = GraphMLReference

Tag name for shared references that need an external enclosing tag

This field has the constant value "GraphMLReference"

IDConstant 
public static const ID:String = id

KEYConstant 
public static const KEY:String = key

KEY_TYPEConstant 
public static const KEY_TYPE:String = yfiles.type

KEY_TYPE_EDGEGRAPHICSConstant 
public static const KEY_TYPE_EDGEGRAPHICS:String = edgegraphics

KEY_TYPE_NODEGRAPHICSConstant 
public static const KEY_TYPE_NODEGRAPHICS:String = nodegraphics

LABEL_MODEL_NAMEConstant 
public static const LABEL_MODEL_NAME:String = modelName

LABEL_MODEL_POSITIONConstant 
public static const LABEL_MODEL_POSITION:String = modelPosition

NAMEConstant 
public static const NAME:String = name

NODEConstant 
public static const NODE:String = node

PORTConstant 
public static const PORT:String = port

PROPERTY_AUTO_MAPPER_MAPConstant 
public static const PROPERTY_AUTO_MAPPER_MAP:String = com.yworks.io.graphml.GraphMLConstants.AutoMapperMap

PROPERTY_MAJOR_VERSIONConstant 
public static const PROPERTY_MAJOR_VERSION:String = com.yworks.io.graphml.GraphMLConstants.PropertyMajorVersion

Context property key to override the current files major version

PROPERTY_MINOR_VERSIONConstant 
public static const PROPERTY_MINOR_VERSION:String = com.yworks.io.graphml.GraphMLConstants.PropertyMinorVersion

Context property key to override the current files minor version

PROPERTY_READ_PORT_MODELConstant 
public static const PROPERTY_READ_PORT_MODEL:String = com.yworks.io.graphml.GraphMLConstants.PropertyReadPortModel

PROPERTY_WRITE_PORT_MODELConstant 
public static const PROPERTY_WRITE_PORT_MODEL:String = com.yworks.io.graphml.GraphMLConstants.PropertyWritePortModel

PROPERTY_WRITE_SHARED_REFERENCESConstant 
public static const PROPERTY_WRITE_SHARED_REFERENCES:String = com.yworks.io.graphml.GraphMLConstants.PropertyWriteSharedReferences

PROPERTY_WRITE_STRIPE_DEFAULTSConstant 
public static const PROPERTY_WRITE_STRIPE_DEFAULTS:String = com.yworks.io.graphml.GraphMLConstants.PropertyWriteStripeDefaults

PROPERTY_WRITE_TABLE_STYLEConstant 
public static const PROPERTY_WRITE_TABLE_STYLE:String = com.yworks.io.graphml.GraphMLConstants.PropertyWriteTableStyle

PROPERTY_WRITE_USER_TAGSConstant 
public static const PROPERTY_WRITE_USER_TAGS:String = com.yworks.io.graphml.GraphMLConstants.PropertyWriteUserTags

PROPERTY_WRITE_Z_ORDERConstant 
public static const PROPERTY_WRITE_Z_ORDER:String = com.yworks.io.graphml.GraphMLConstants.PropertyWriteZOrder

REFIDConstant 
public static const REFID:String = refid

SCOPE_ALLConstant 
public static const SCOPE_ALL:String = all

SCOPE_EDGEConstant 
public static const SCOPE_EDGE:String = edge

SCOPE_GRAPHConstant 
public static const SCOPE_GRAPH:String = graph

SCOPE_GRAPHMLConstant 
public static const SCOPE_GRAPHML:String = graphml

SCOPE_NODEConstant 
public static const SCOPE_NODE:String = node

SCOPE_PORTConstant 
public static const SCOPE_PORT:String = port

SCOPESConstant 
public static const SCOPES:Array

SHARED_DATA_ATTRConstant 
public static const SHARED_DATA_ATTR:String = sharedData

SOURCEPORTConstant 
public static const SOURCEPORT:String = sourceport

TARGETPORTConstant 
public static const TARGETPORT:String = targetport

TYPE_BOOLEANConstant 
public static const TYPE_BOOLEAN:String = boolean

TYPE_COMPLEXConstant 
public static const TYPE_COMPLEX:String = complex

TYPE_DOUBLEConstant 
public static const TYPE_DOUBLE:String = double

TYPE_FLOATConstant 
public static const TYPE_FLOAT:String = float

TYPE_INTConstant 
public static const TYPE_INT:String = int

TYPE_LONGConstant 
public static const TYPE_LONG:String = long

TYPE_STRINGConstant 
public static const TYPE_STRING:String = string

USERTAG_TAGConstant 
public static const USERTAG_TAG:String = UserTag

VERSION_ATTRConstant 
public static const VERSION_ATTR:String = version

Attribute name of the file format version attribute for the GraphML tag

XAML_NSConstant 
public static const XAML_NS:Namespace

XAML_NS_PREFIXConstant 
public static const XAML_NS_PREFIX:String = x

XAML_NS_URIConstant 
public static const XAML_NS_URI:String = http://schemas.microsoft.com/winfx/2006/xaml

Y_ARROWConstant 
public static const Y_ARROW:String = Arrow

Y_ARROWSConstant 
public static const Y_ARROWS:String = Arrows

Y_BEND_STYLEConstant 
public static const Y_BEND_STYLE:String = BendStyle

Y_BORDER_STYLEConstant 
public static const Y_BORDER_STYLE:String = BorderStyle

Y_BRUSHConstant 
public static const Y_BRUSH:String = Brush

Y_DASH_STYLEConstant 
public static const Y_DASH_STYLE:String = DashStyle

Y_DEFAULT_ARROWConstant 
public static const Y_DEFAULT_ARROW:String = DefaultArrow

Y_EDGE_LABELConstant 
public static const Y_EDGE_LABEL:String = EdgeLabel

Y_FILLConstant 
public static const Y_FILL:String = Fill

Y_FONTConstant 
public static const Y_FONT:String = Font

Y_GEOMETRYConstant 
public static const Y_GEOMETRY:String = Geometry

Y_GROUP_NODEConstant 
public static const Y_GROUP_NODE:String = GroupNode

Y_IMAGE_NODEConstant 
public static const Y_IMAGE_NODE:String = ImageNode

Y_LABELConstant 
public static const Y_LABEL:String = Label

Y_LABELLISTConstant 
public static const Y_LABELLIST:String = Labels

Y_LABELTEXTConstant 
public static const Y_LABELTEXT:String = Text

Y_LINE_STYLEConstant 
public static const Y_LINE_STYLE:String = LineStyle

Y_LINE_TYPEConstant 
public static const Y_LINE_TYPE:String = LineType

Y_NODE_LABELConstant 
public static const Y_NODE_LABEL:String = NodeLabel

Y_PATHConstant 
public static const Y_PATH:String = Path

Y_PENConstant 
public static const Y_PEN:String = Pen

Y_POINTConstant 
public static const Y_POINT:String = Point

Y_POLY_LINE_EDGEConstant 
public static const Y_POLY_LINE_EDGE:String = PolyLineEdge

Y_PREFERREDSIZEConstant 
public static const Y_PREFERREDSIZE:String = PreferredSize

Y_PROXY_AUTO_BOUNDS_NODEConstant 
public static const Y_PROXY_AUTO_BOUNDS_NODE:String = ProxyAutoBoundsNode

Y_PROXY_SHAPE_NODEConstant 
public static const Y_PROXY_SHAPE_NODE:String = ProxyShapeNode

Y_SHAPEConstant 
public static const Y_SHAPE:String = Shape

Y_SHAPE_NODEConstant 
public static const Y_SHAPE_NODE:String = ShapeNode

Y_SHARED_DATAConstant 
public static const Y_SHARED_DATA:String = SharedData

Y_SOURCE_ARROWConstant 
public static const Y_SOURCE_ARROW:String = SourceArrow

Y_STRING_FORMATConstant 
public static const Y_STRING_FORMAT:String = StringFormat

Y_SVG_NODEConstant 
public static const Y_SVG_NODE:String = SVGNode

Y_SWF_NODEConstant 
public static const Y_SWF_NODE:String = SWFNode

Y_TARGET_ARROWConstant 
public static const Y_TARGET_ARROW:String = TargetArrow

YFILES_COMMON_NSConstant 
public static const YFILES_COMMON_NS:Namespace

YFILES_COMMON_NS_PREFIXConstant 
public static const YFILES_COMMON_NS_PREFIX:String = yc

YFILES_COMMON_NS_URIConstant 
public static const YFILES_COMMON_NS_URI:String = http://www.yworks.com/xml/yfiles-common/2.0

YFILES_FLEX_CANVAS_GEOM_NSConstant 
public static const YFILES_FLEX_CANVAS_GEOM_NS:String

YFILES_FLEX_NSConstant 
public static const YFILES_FLEX_NS:Namespace

YFILES_FLEX_NS_PREFIXConstant 
public static const YFILES_FLEX_NS_PREFIX:String = yflex

YFILES_FLEX_NS_URIConstant 
public static const YFILES_FLEX_NS_URI:String = http://www.yworks.com/xml/yfiles-flex/1.0

YFILES_FLEX_PORT_MODEL_NSConstant 
public static const YFILES_FLEX_PORT_MODEL_NS:String

YFILES_FORMS_NSConstant 
public static const YFILES_FORMS_NS:Namespace

YFILES_FORMS_NS_PREFIXConstant 
public static const YFILES_FORMS_NS_PREFIX:String = yforms

YFILES_FORMS_NS_URIConstant 
public static const YFILES_FORMS_NS_URI:String = http://www.yworks.com/xml/yfiles.net/1.0/forms

YGRAPHML_NSConstant 
public static const YGRAPHML_NS:Namespace

YGRAPHML_NS_PREFIXConstant 
public static const YGRAPHML_NS_PREFIX:String = ygraphml

YGRAPHML_NS_URIConstant 
public static const YGRAPHML_NS_URI:String = http://www.yworks.com/xml/yfiles-graphml/1.0

YWORKS_EXT_ARRAY_NSConstant 
public static const YWORKS_EXT_ARRAY_NS:Namespace

YWORKS_EXT_ARRAY_NS_PREFIXConstant 
public static const YWORKS_EXT_ARRAY_NS_PREFIX:String = yarr

YWORKS_EXT_ARRAY_NS_URIConstant 
public static const YWORKS_EXT_ARRAY_NS_URI:String

YWORKS_EXT_NSConstant 
public static const YWORKS_EXT_NS:Namespace

YWORKS_EXT_NS_PREFIXConstant 
public static const YWORKS_EXT_NS_PREFIX:String = y

YWORKS_EXT_NS_URIConstant 
public static const YWORKS_EXT_NS_URI:String = http://www.yworks.com/xml/graphml

YWORKS_EXT_PRIMITIVES_NSConstant 
public static const YWORKS_EXT_PRIMITIVES_NS:Namespace

YWORKS_EXT_PRIMITIVES_NS_PREFIXConstant 
public static const YWORKS_EXT_PRIMITIVES_NS_PREFIX:String = ysys

YWORKS_EXT_PRIMITIVES_NS_URIConstant 
public static const YWORKS_EXT_PRIMITIVES_NS_URI:String