Package | Description |
---|---|
fr.inria.tea.ssme.compilation.utils.jobs | |
fr.inria.tea.ssme.compilation.utils.popup.actions | |
fr.inria.tea.ssme.polychrony |
Modifier and Type | Method and Description |
---|---|
org.eclipse.core.runtime.IStatus |
CompilingMethods.abstraction(GraphValue graph) |
org.eclipse.core.runtime.IStatus |
CompilingMethods.boolean2Events(GraphValue graph) |
org.eclipse.core.runtime.IStatus |
CompilingMethods.clockCalculus(GraphValue graph) |
org.eclipse.core.runtime.IStatus |
CompilingMethods.cluster(GraphValue graph) |
org.eclipse.core.runtime.IStatus |
CompilingMethods.DCGPoly2DCGBool(GraphValue graph) |
org.eclipse.core.runtime.IStatus |
CompilingMethods.Flattening(GraphValue graph) |
org.eclipse.core.runtime.IStatus |
CompilingMethods.retiming(GraphValue graph) |
org.eclipse.core.runtime.IStatus |
CompilingMethods.sequentializing(GraphValue graph,
long tree,
boolean clustersApplied) |
org.eclipse.core.runtime.IStatus |
CompilingMethods.unify(GraphValue graph) |
Constructor and Description |
---|
BatchCompiling(CompilingMethods compilingMethods,
long finalTree,
org.eclipse.core.resources.IFile sourceFile,
GraphValue graphValue,
CompilationUtils compilationUtils,
org.eclipse.core.runtime.IPath fileDirectory) |
InteractiveCompiling(CompilingMethods compilingMethods,
long finalTree,
org.eclipse.core.resources.IFile sourceFile,
GraphValue graphValue,
CompilationUtils compilationUtils) |
Modifier and Type | Method and Description |
---|---|
static GraphValue |
PKServices.DCGBasic2DCGPoly(long graphNode) |
static GraphValue |
PKServices.DCGBool2DCGFlat(long graphNode) |
static GraphValue |
PKServices.DCGPoly2DCGBool(long graphNode) |
static GraphValue |
PKServices.Serializing(long graphNode,
boolean btotalOrder,
boolean alwaysCode,
boolean check,
boolean delayMultiplexing) |
static GraphValue |
PKServices.tree2DCG(long tree,
boolean retTreeError,
long paramTree,
boolean retParamTreeError,
java.lang.String outputDirectory,
boolean generateLISFile,
boolean bannounce)
Abstract tree representation to graph translation (entry point for the
GUI integrated compiler).
|