| Package | com.yworks.graph.model |
| Class | public class PortCandidateValidity |
| Inheritance | PortCandidateValidity Object |
IPortCandidate.validity states.
See also
| Constant | Defined 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 | ||
| DYNAMIC | Constant |
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.
| INVALID | Constant |
public static const INVALID:PortCandidateValidityThe candidate should not be used to connect an edge to.
| VALID | Constant |
public static const VALID:PortCandidateValidityThe candidate is valid and can be used to connect an edge to.