public static interface PortCandidateSet.IEntry
PortCandidateSet
and provides access to the actual PortCandidate
instance and the maximum number of edges allowed to connect to it.Modifier and Type | Method and Description |
---|---|
int |
getConnections()
Gets the maximum number of edges allowed to connect to the
PortCandidate associated with this PortCandidateSet.IEntry . |
PortCandidate |
getPortCandidate()
Gets the actual
PortCandidate associated with this PortCandidateSet.IEntry . |
int getConnections()
PortCandidate
associated with this PortCandidateSet.IEntry
.
Integer.MAX_VALUE
indicates that the number of connections is unbounded.
PortCandidate
PortCandidate getPortCandidate()
PortCandidate
associated with this PortCandidateSet.IEntry
.PortCandidate
instance