Uses of Package
de.cau.cs.kieler.synccharts.codegen.sc

Packages that use de.cau.cs.kieler.synccharts.codegen.sc
de.cau.cs.kieler.synccharts.codegen.sc In the codegen package the process of generating code from a SyncChart model is implemented. 
 

Classes in de.cau.cs.kieler.synccharts.codegen.sc used by de.cau.cs.kieler.synccharts.codegen.sc
Activator
          The activator class controls the plug-in life cycle.
Enumerator
          An enumerator class for enumerating adjacent vertices in a graph.
Graph
          An implementation of an unweighted, directed graph using an adjacency matrix or an adjacency list for encoding the set of edges.
StateAndSignals
          An implementation of a "triple" with a state, its trigger signals and effect signals.
StatePlusTransition
          An implementation of a "triple" with a state, its type and one of its transitions.
Tuple
          A simple implementation of a tuple type.