Class WaitForFlowGenerator
  
Inheritance
WaitForFlowGenerator
 
Syntax
public sealed class WaitForFlowGenerator : UnitGenerator<WaitForFlow>, IUnitGenerator, IGenerator
 
Constructors
  
WaitForFlowGenerator(WaitForFlow)
Declaration
public WaitForFlowGenerator(WaitForFlow unit)
 
Parameters
Methods
  
DeclareMembers(ClassGeneration)
Declaration
public override void DeclareMembers(ClassGeneration class)
 
Parameters
Overrides
Ludiq.Bolt.UnitGenerator<Ludiq.Bolt.WaitForFlow>.DeclareMembers(Ludiq.Bolt.ClassGeneration)
DeclarePorts()
Declaration
public override void DeclarePorts()
 
Overrides
Ludiq.Bolt.UnitGenerator<Ludiq.Bolt.WaitForFlow>.DeclarePorts()
GenerateEnterActivatedStatements(MethodGeneration)
Declaration
public IEnumerable<CodeStatement> GenerateEnterActivatedStatements(MethodGeneration method)
 
Parameters
Returns
GenerateResetStatements(MethodGeneration)
Declaration
public IEnumerable<CodeStatement> GenerateResetStatements(MethodGeneration method)
 
Parameters
Returns
Extension Methods