|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface PortCandidateSet.Entry
This interface represents an entry of a PortCandidateSet
and provides access to the actual
PortCandidate
instance and the maximum number of edges allowed to connect to it.
Method Summary | |
---|---|
int |
getConnections()
Returns the maximum number of edges allowed to connect to the PortCandidate associated with this
PortCandidateSet.Entry . |
PortCandidate |
getPortCandidate()
Returns the actual PortCandidate associated with this PortCandidateSet.Entry . |
Method Detail |
---|
PortCandidate getPortCandidate()
PortCandidate
associated with this PortCandidateSet.Entry
.
PortCandidate
instanceint getConnections()
PortCandidate
associated with this
PortCandidateSet.Entry
.
Integer.MAX_VALUE
indicates that the number of connections is unbounded.
PortCandidate
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |