lingua-franca 0.10.1
Lingua Franca code generator
Loading...
Searching...
No Matches
Instances

These classes represent instances of reactors and their parts. More...

Classes

class  org.lflang.generator.ActionInstance
 Instance of an action. More...
class  org.lflang.generator.DeadlineInstance
 Instance of a deadline. More...
class  org.lflang.generator.ModeInstance
 Representation of a runtime instance of a mode. More...
class  org.lflang.generator.NamedInstance< T extends EObject >
 Base class for compile-time instances with names in Lingua Franca. More...
class  org.lflang.generator.ParameterInstance
 Representation of a compile-time instance of a parameter. More...
class  org.lflang.generator.PortInstance
 Representation of a compile-time instance of a port. More...
class  org.lflang.generator.ReactionInstance
 Representation of a compile-time instance of a reaction. More...
class  org.lflang.generator.ReactionInstanceGraph
 Analyze dependencies between reaction runtime instances. More...
class  org.lflang.generator.ReactorInstance
 Representation of a compile-time instance of a reactor. More...
class  org.lflang.generator.RuntimeRange< T >
 A representation of a range of runtime instance objects (port channels, reactors, reactions, etc.). More...
class  org.lflang.generator.SendRange
 Class representing a range of a port that sources data together with a list of destination ranges of other ports that should all receive the same data sent in this range. More...
class  org.lflang.generator.StateVariableInstance
 Representation of a compile-time instance of a state variable. More...
class  org.lflang.generator.TimerInstance
 Instance of a timer. More...
class  org.lflang.generator.TriggerInstance< T extends Variable >
 Instance of a trigger (port, action, or timer). More...
class  org.lflang.generator.WatchdogInstance
 Instance of a watchdog. More...

Detailed Description

These classes represent instances of reactors and their parts.

They differ from the AST (abstract syntax tree) classes generated by Xtext.