Uses of Class
salvo.jesus.graph.DirectedGraphImpl

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

Uses of DirectedGraphImpl in laas.friends.cosmopen.graphAnalysis
 

Subclasses of DirectedGraphImpl in laas.friends.cosmopen.graphAnalysis
 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 DirectedGraphImpl in salvo.jesus.graph
 

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

Constructors in salvo.jesus.graph with parameters of type DirectedGraphImpl
DirectedGraphImpl(DirectedGraphImpl toBeCopied)