Class TransitionOtherwise

All Implemented Interfaces:
ca.uqac.lif.cep.Duplicable

public final class TransitionOtherwise extends FunctionTransition
Represents the "otherwise" transition in the Moore machine
Author:
Sylvain Hallé
  • Constructor Details

    • TransitionOtherwise

      public TransitionOtherwise(TransitionOtherwise t)
    • TransitionOtherwise

      public TransitionOtherwise(int destination)
    • TransitionOtherwise

      public TransitionOtherwise(int destination, ca.uqac.lif.cep.functions.ContextAssignment assignment)
    • TransitionOtherwise

      public TransitionOtherwise(int destination, ca.uqac.lif.cep.functions.ContextAssignment... assignments)
  • Method Details