|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jgrapht.graph.AbstractGraph<V,E>
org.jgrapht.graph.GraphDelegator<V,E>
org.jgrapht.graph.DefaultListenableGraph<V,E>
org.jgrapht.graph.ListenableDirectedGraph<V,E>
org.jgrapht.graph.ListenableDirectedWeightedGraph<V,E>
org.gcube.contentmanagement.lexicalmatcher.analysis.guesser.treeStructure.graph.CustomListenableDirectedWeightedGraph<V,E>
public class CustomListenableDirectedWeightedGraph<V,E>
Field Summary |
---|
Fields inherited from interface org.jgrapht.WeightedGraph |
---|
DEFAULT_EDGE_WEIGHT |
Constructor Summary | |
---|---|
CustomListenableDirectedWeightedGraph(Class arg0)
|
Method Summary | |
---|---|
E |
addEdge(V o1,
V o2)
|
void |
setEdgeWeight(E e,
double weight)
|
Methods inherited from class org.jgrapht.graph.DefaultListenableGraph |
---|
addEdge, addGraphListener, addVertex, addVertexSetListener, clone, fireEdgeAdded, fireEdgeRemoved, fireVertexAdded, fireVertexRemoved, isReuseEvents, removeEdge, removeEdge, removeGraphListener, removeVertex, removeVertexSetListener, setReuseEvents |
Methods inherited from class org.jgrapht.graph.GraphDelegator |
---|
containsEdge, containsVertex, degreeOf, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeFactory, getEdgeSource, getEdgeTarget, getEdgeWeight, incomingEdgesOf, inDegreeOf, outDegreeOf, outgoingEdgesOf, toString, vertexSet |
Methods inherited from class org.jgrapht.graph.AbstractGraph |
---|
assertVertexExist, containsEdge, removeAllEdges, removeAllEdges, removeAllEdges, removeAllVertices, toStringFromSets |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jgrapht.Graph |
---|
addEdge, addVertex, containsEdge, containsEdge, containsVertex, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeFactory, getEdgeSource, getEdgeTarget, getEdgeWeight, removeAllEdges, removeAllEdges, removeAllVertices, removeEdge, removeEdge, removeVertex, vertexSet |
Methods inherited from interface org.jgrapht.DirectedGraph |
---|
incomingEdgesOf, inDegreeOf, outDegreeOf, outgoingEdgesOf |
Constructor Detail |
---|
public CustomListenableDirectedWeightedGraph(Class arg0)
Method Detail |
---|
public void setEdgeWeight(E e, double weight)
setEdgeWeight
in interface org.jgrapht.WeightedGraph<V,E>
setEdgeWeight
in class org.jgrapht.graph.GraphDelegator<V,E>
public E addEdge(V o1, V o2)
addEdge
in interface org.jgrapht.Graph<V,E>
addEdge
in class org.jgrapht.graph.DefaultListenableGraph<V,E>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |