Uses of Class
de.korelstar.math.graph.Graph

Packages that use Graph
de.korelstar.mobile.process.parallel.model The mathematical model used for executing parallel processes. 
 

Uses of Graph in de.korelstar.mobile.process.parallel.model
 

Methods in de.korelstar.mobile.process.parallel.model that return Graph
 Graph Process.getControllFlow()
           
 Graph Process.getDependencyGraph()
          Creates the dependency graph, which includes read-write-dependencies (LSA)
 

Constructors in de.korelstar.mobile.process.parallel.model with parameters of type Graph
Process(Graph controllFlow, java.util.Collection variables, Activity start, Activity resumeActivity, SymmetricEdgesMap alternatives)
          Creates a process