Uses of Interface
salvo.jesus.graph.DirectedGraph

Packages that use DirectedGraph
laas.friends.cosmopen.graphAnalysis This package provides the internal graph manipulation engine. 
salvo.jesus.graph   
salvo.jesus.graph.algorithm   
 

Uses of DirectedGraph in laas.friends.cosmopen.graphAnalysis
 

Subinterfaces of DirectedGraph in laas.friends.cosmopen.graphAnalysis
 interface DirectedGraphWithDict
          This interface adds dictionnaries facilities for NamedVertex vertices to a a DirectedGraph.
 

Classes in laas.friends.cosmopen.graphAnalysis that implement DirectedGraph
 class CallGraph
          This class stores a call graph that takes into account the causality between call events.
(package private)  class CondensedGraph
          The type of graph used in CallGraphToCondensedGraphTransformer to contain the result of the transformation.
 class DirectedGraphWithDictImpl
          This class adds dictionnariy facilities for NamedVertex vertices to a a DirectedGraphImpl
 

Uses of DirectedGraph in salvo.jesus.graph
 

Subinterfaces of DirectedGraph in salvo.jesus.graph
 interface DirectedAcyclicGraph
          The DirectedAcyclicGraph class represents a directed acyclic graph (DAG) where there is no cyclic paths for any of its vertices.
 

Classes in salvo.jesus.graph that implement DirectedGraph
 class DirectedAcyclicGraphImpl
          The DirectedAcyclicGraph class represents a directed acyclic graph (DAG) where there is no cyclic paths for any of its vertices.
 class DirectedGraphImpl
          A directed Graph where edges have a specified direction.
(package private)  class DirectedGraphWeakImpl
          A weak implementation of the DirectedGraph interface.
 

Uses of DirectedGraph in salvo.jesus.graph.algorithm
 

Fields in salvo.jesus.graph.algorithm declared as DirectedGraph
(package private)  DirectedGraph DepthFirstDirectedGraphTraversal.dgraph
           
 

Constructors in salvo.jesus.graph.algorithm with parameters of type DirectedGraph
DepthFirstDirectedGraphTraversal(DirectedGraph graph)
          Creates a DepthFirstDirectedGraphTraversal object that will perform a depth first traversal on the specified DirectedGraph