Uses of Class
org.quilt.graph.Connector

Packages that use Connector
org.quilt.graph   
 

Uses of Connector in org.quilt.graph
 

Subclasses of Connector in org.quilt.graph
 class BinaryConnector
          A Connector holding two edges.
 class ComplexConnector
          A Connector holding a single edge plus a fixed size array of edges.
 class MultiConnector
          A Connector holding a array of edges, where the array has at least one member.
 class UnaryConnector
          A Connector holding a single edge.
 

Fields in org.quilt.graph declared as Connector
protected  Connector Vertex.connector
          Connects this vertex to one or more other vertices.
 

Methods in org.quilt.graph that return Connector
 Connector Exit.getConnector()
          Get the connection, back to the entry vertex in a top-level graph.
 Connector Vertex.getConnector()
           
 Connector Entry.getConnector()
           
 

Methods in org.quilt.graph with parameters of type Connector
 void Vertex.setConnector(Connector c)
           
 

Constructors in org.quilt.graph with parameters of type Connector
BinaryConnector(Connector conn, Edge otherE)
           
MultiConnector(Connector conn, int n)
          Constructor initialized from an existing UnaryConnector.
ComplexConnector(Connector conn, int n)
           
 



Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.