| java.lang.Object org.quilt.graph.Connector org.quilt.graph.MultiConnector
MultiConnector | public class MultiConnector extends Connector (Code) | | A Connector holding a array of edges, where the array has at least
one member. The first element of the array is preferred.
author: Jim Dixon |
MultiConnector | public MultiConnector(Edge seed, int n)(Code) | | Constructor for fixed-size array of edges. All edges in
the new connector are copies of the seed edge.
|
MultiConnector | public MultiConnector(Connector conn, int n)(Code) | | Constructor initialized from an existing UnaryConnector.
The unary connector is destroyed after constructing the
new connector.
|
size | public int size()(Code) | | The number of edges in the Connector. |
|
|