|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IUndirectedEdgeFactory<N extends IUndirectedNode<N,? extends IUndirectedEdge<N,?>>,E extends IUndirectedEdge<N,E>>
Method Summary | |
---|---|
void |
setPair(N oneNode,
N twoNode)
Sets a pair of nodes with which to create a new edge. |
Methods inherited from interface uk.ed.inf.graph.basic.IBasicEdgeFactory |
---|
canCreateEdge, createEdge, getCurrentNodePair, getGraph, isValidNodePair |
Method Detail |
---|
void setPair(N oneNode, N twoNode)
IBasicEdgeFactory
setPair
in interface IBasicEdgeFactory<N extends IUndirectedNode<N,? extends IUndirectedEdge<N,?>>,E extends IUndirectedEdge<N,E>>
oneNode
- a node in the edge pair, cannot be null.twoNode
- another node in the edge pair, cannot be null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |