org.gcube.contentmanagement.lexicalmatcher.analysis.guesser.treeStructure.graph
Class CustomListenableDirectedWeightedGraph<V,E>

java.lang.Object
  extended by org.jgrapht.graph.AbstractGraph<V,E>
      extended by org.jgrapht.graph.GraphDelegator<V,E>
          extended by org.jgrapht.graph.DefaultListenableGraph<V,E>
              extended by org.jgrapht.graph.ListenableDirectedGraph<V,E>
                  extended by org.jgrapht.graph.ListenableDirectedWeightedGraph<V,E>
                      extended by org.gcube.contentmanagement.lexicalmatcher.analysis.guesser.treeStructure.graph.CustomListenableDirectedWeightedGraph<V,E>
All Implemented Interfaces:
Serializable, Cloneable, org.jgrapht.DirectedGraph<V,E>, org.jgrapht.Graph<V,E>, org.jgrapht.ListenableGraph<V,E>, org.jgrapht.WeightedGraph<V,E>

public class CustomListenableDirectedWeightedGraph<V,E>
extends org.jgrapht.graph.ListenableDirectedWeightedGraph<V,E>

See Also:
Serialized Form

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

CustomListenableDirectedWeightedGraph

public CustomListenableDirectedWeightedGraph(Class arg0)
Method Detail

setEdgeWeight

public void setEdgeWeight(E e,
                          double weight)
Specified by:
setEdgeWeight in interface org.jgrapht.WeightedGraph<V,E>
Overrides:
setEdgeWeight in class org.jgrapht.graph.GraphDelegator<V,E>

addEdge

public E addEdge(V o1,
                 V o2)
Specified by:
addEdge in interface org.jgrapht.Graph<V,E>
Overrides:
addEdge in class org.jgrapht.graph.DefaultListenableGraph<V,E>


Copyright © 2012. All Rights Reserved.