Class State

java.lang.Object
eu.bandm.tools.d2d2.rt.State
All Implemented Interfaces:
Formattable, Cloneable
Direct Known Subclasses:
State_perm, State_rep, State_sequ, State_singleton

public abstract class State extends Object implements Cloneable, Formattable
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":53.3-57.49, see this pretty print.)
  • Field Details

  • Constructor Details

    • State

      public State(State predec, ResultContainer result, boolean inxslt)
      Constructor generated according to specification #0
      Constructor defined according to directive "C 0/..".
      Parameters:
      predec - is copied to field predec
      result - is copied to field result
      inxslt - is copied to field inxslt
    • State

      public State(ResultContainer result)
      Synthetic minimal constructor provided by the umod compiler.
      Constructor with minimal set of arguments, supplied automatically by the umod compiler, not explicitly by user.
      Parameters:
      result - is copied to field result
    • State

      State()
  • Method Details

    • doclone

      public State doclone()
      Clones this object. Method never fails, since Cloneable is known to be implemented.
      Returns:
      a fresh copy.
    • format

      public Format format()
      Delivers a format object for pretty-printing by inheritance from some ancestor class.
      Specified by:
      format in interface Formattable
      Returns:
      a format that represents this object in a pretty-printable way
    • initFrom

      public State initFrom(Object o0)
      Copies values of all common fields from the argument. All fields of this class definition are copied, iff the argument is of this class. Then the superclass method is invoked with the same argument.
    • get_predec

      public State get_predec()
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "Rt.umod":54.9-49, see this pretty print.)
      Generated getter method. @see #predec
      Returns:
      The current field value of type State(maybe null)
    • set_predec

      public boolean set_predec(State val)
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "Rt.umod":54.9-49, see this pretty print.)
      Updates the (mutable) instance destructively.
      Parameters:
      val - the new value of type State(maybe null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • get_result

      public ResultContainer get_result()
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "Rt.umod":55.9-49, see this pretty print.)
      Generated getter method. @see #result
      Returns:
      The current field value of type ResultContainer(never null)
    • set_result

      public boolean set_result(ResultContainer val)
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "Rt.umod":55.9-49, see this pretty print.)
      Updates the (mutable) instance destructively.
      Parameters:
      val - the new value of type ResultContainer(never null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • set_rule

      public Expression set_rule()
    • get_rule

      public Expression get_rule()
    • get_inxslt

      public boolean get_inxslt()
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "Rt.umod":57.9-49, see this pretty print.)
      Generated getter method. @see #inxslt
      Returns:
      The current field value of type boolean(never null)
    • set_inxslt

      public boolean set_inxslt(boolean val)
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "Rt.umod":57.9-49, see this pretty print.)
      Updates the (mutable) instance destructively.
      Parameters:
      val - the new value of type boolean(never null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • get_predec

      public static Pattern<State> get_predec(Pattern<? super State> p)
      Lifts a pattern which matches the field value to one which matches this whole object.
      More complex pattern methods are generated in the one ancillary class __Patterns.
    • get_result

      public static Pattern<State> get_result(Pattern<? super ResultContainer> p)
      Lifts a pattern which matches the field value to one which matches this whole object.
      More complex pattern methods are generated in the one ancillary class __Patterns.
    • get_rule

      public static Pattern<State> get_rule(Pattern<? super Expression> p)
      Lifts a pattern which matches the field value to one which matches this whole object.
      More complex pattern methods are generated in the one ancillary class __Patterns.
    • get_inxslt

      public static Pattern<State> get_inxslt(Pattern<? super Boolean> p)
      Lifts a pattern which matches the field value to one which matches this whole object.
      More complex pattern methods are generated in the one ancillary class __Patterns.