| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--mascoptLib.graphs.ArcSetFactory
SubSet description : ;
| Constructor Summary | |
| ArcSetFactory() | |
| Method Summary | |
|  AbstractEdge | newAbstractEdge(AbstractVertex n0,
                AbstractVertex n1)Constructs an edge beetween two nodes. | 
|  AbstractEdgeSet | newAbstractEdgeSet(AbstractEdgeSet edgeSet)Constructs a new edge set which is a sub set of an other edge set. | 
|  AbstractEdgeSet | newAbstractEdgeSet(AbstractEdgeSet es,
                   AbstractVertexSet abstractNodeSet)Constructs a new edge set which is as sub set of an other edge set and based on a node set. | 
|  AbstractEdgeSet | newAbstractEdgeSet(AbstractVertexSet nodeSet)Constructs a new edge set based on a node set. | 
|  AbstractPath | newAbstractPath(AbstractEdgeSet edgeSet)Constructs a new chain based on a edge set. | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public ArcSetFactory()
| Method Detail | 
public AbstractEdgeSet newAbstractEdgeSet(AbstractVertexSet nodeSet)
newAbstractEdgeSet in interface AbstractEdgeSetFactorynodeSet - the node set used as base to the edge set.
public AbstractEdgeSet newAbstractEdgeSet(AbstractEdgeSet edgeSet)
newAbstractEdgeSet in interface AbstractEdgeSetFactoryedgeSet - the edge set used as base to the edge set.
public AbstractEdgeSet newAbstractEdgeSet(AbstractEdgeSet es,
                                          AbstractVertexSet abstractNodeSet)
newAbstractEdgeSet in interface AbstractEdgeSetFactoryes - the father edge set.abstractNodeSet - the base of nodes of the new edge set.
public AbstractEdge newAbstractEdge(AbstractVertex n0,
                                    AbstractVertex n1)
newAbstractEdge in interface AbstractEdgeSetFactoryn0 - the first node.n1 - the second node.
public AbstractPath newAbstractPath(AbstractEdgeSet edgeSet)
newAbstractPath in interface AbstractEdgeSetFactoryedgeSet - the base of the chain
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||