Uses of Class
salvo.jesus.graph.GraphImpl

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

Uses of GraphImpl in laas.friends.cosmopen.graphAnalysis
 

Subclasses of GraphImpl 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 GraphImpl in salvo.jesus.graph
 

Subclasses of GraphImpl in salvo.jesus.graph
 class CyclePathImpl
          Implementation of CyclePath that ensures that the first and last vertices in the Path forms a cycle.
 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.
 class PathImpl
          An implementation of the Path interface that is a non-simple path.
 class SimplePathImpl
          Implementation of SimplePath interface guaranteeing that the path is simple, meaning no Vertex is repeated in the path.
 

Fields in salvo.jesus.graph declared as GraphImpl
(package private)  GraphImpl DirectedGraphWeakImpl.graph
          The GraphImpl object which has delegated the DirectedGraph interface implementation to this object - DirectedGraphWeakImpl.
 

Constructors in salvo.jesus.graph with parameters of type GraphImpl
DirectedGraphWeakImpl(GraphImpl graph)
          Creates a new instance of DirectedGraphWeakImpl.
DirectedGraphWeakImpl(GraphImpl graph, DirectedGraphWeakImpl toBeCopied)
          Copy constructor
GraphImpl(GraphImpl toBeCloned)
          Copy constructor