Packagecom.yworks.graph.model
Classpublic class PortCandidateValidity
InheritancePortCandidateValidity Inheritance Object

Enumeration of the different possible IPortCandidate.validity states.

See also

IPortCandidate.validity


Public Constants
 ConstantDefined By
  DYNAMIC : PortCandidateValidity
[static] The candidate cannot be used to create a port, instead IPortCandidate.getPortCandidateAt needs to be called to obtain a IPortCandidate that is either VALID or INVALID.
PortCandidateValidity
  INVALID : PortCandidateValidity
[static] The candidate should not be used to connect an edge to.
PortCandidateValidity
  VALID : PortCandidateValidity
[static] The candidate is valid and can be used to connect an edge to.
PortCandidateValidity
Constant Detail
DYNAMICConstant
public static const DYNAMIC:PortCandidateValidity

The candidate cannot be used to create a port, instead IPortCandidate.getPortCandidateAt needs to be called to obtain a IPortCandidate that is either VALID or INVALID.

INVALIDConstant 
public static const INVALID:PortCandidateValidity

The candidate should not be used to connect an edge to.

VALIDConstant 
public static const VALID:PortCandidateValidity

The candidate is valid and can be used to connect an edge to.