http://www.yworks.com/xml/graphml
element PortConstraint

Documentation
PortConstraint element definition.
Properties
This component is not nillable.

Model
<PortConstraint
  endpoint = portConstraint.Endpoint.type
  groupid = xs:string
  side = portConstraint.Side.type
  strong = xs:boolean : false>

</PortConstraint>


Attribute Summary
 portConstraint.Endpoint.typeendpoint
           The type of the constraint (source or target).  
 xs:stringgroupid
           An optional edge group id.  
 portConstraint.Side.typeside
           The location of the constraint (source or target).  
 xs:booleanstrong
           Whether this is a strong port constraint.  

Attribute Detail

endpoint

The type of the constraint (source or target).

Type:
portConstraint.Endpoint.type
Use:
required
Form:
unqualified

groupid

An optional edge group id.

Type:
xs:string
Use:
optional
Form:
unqualified

side

The location of the constraint (source or target).

Type:
portConstraint.Side.type
Use:
required
Form:
unqualified

strong

Whether this is a strong port constraint.

Type:
xs:boolean
Default:
false
Use:
optional
Form:
unqualified

Source
<xs:element name="PortConstraint" type="PortConstraint.type">
</xs:element>


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