|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Contract | |
org.apache.commons.graph.contract | |
org.apache.commons.graph.domain.basic | |
org.apache.commons.graph.factory |
Uses of Contract in org.apache.commons.graph.contract |
Classes in org.apache.commons.graph.contract that implement Contract | |
class |
AcyclicContract
Description of the Class |
Uses of Contract in org.apache.commons.graph.domain.basic |
Methods in org.apache.commons.graph.domain.basic with parameters of type Contract | |
void |
DirectedGraphImpl.addContract(Contract c)
Adds a feature to the Contract attribute of the DirectedGraphImpl object |
void |
DirectedGraphImpl.removeContract(Contract c)
Description of the Method |
Uses of Contract in org.apache.commons.graph.factory |
Methods in org.apache.commons.graph.factory with parameters of type Contract | |
private java.lang.Object |
GraphFactory.makeGraph(Contract[] contracts,
java.lang.reflect.InvocationHandler baseGraph,
java.lang.Class baseGraphType,
boolean isWeighted)
makeGraph |
DirectedGraph |
GraphFactory.makeDirectedGraph(Contract[] contracts,
boolean isWeighted,
DirectedGraph graph)
makeDirectedGraph |
MutableDirectedGraph |
GraphFactory.makeMutableDirectedGraph(Contract[] contracts,
boolean isWeighted,
DirectedGraph graph)
makeMutableDirectedGraph |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |