Search this API

y.layout
Interface PortCandidateSet.Entry

Enclosing class:
PortCandidateSet

public static interface PortCandidateSet.Entry

An interface that is returned by the find methods in PortCandidateSet.CandidateMatcher and the PortCandidateSet.getEntries() method. This interface provides access to the actual PortCandidate and the maximum number of connections allowed for that instance.


Method Summary
 int getConnections()
          Returns the maximum number of connections allowed for the port candidate.
 PortCandidate getPortCandidate()
          Returns the associated PortCandidate.
 

Method Detail

getPortCandidate

PortCandidate getPortCandidate()
Returns the associated PortCandidate.


getConnections

int getConnections()
Returns the maximum number of connections allowed for the port candidate.


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