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

@Generated(generator="eu.bandm.tools.umod", version="", timestamp="2026-01-24_19h42m37") 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":94.3-98.49, see this pretty print.)
  • Field Details

  • Constructor Details

    • State

      public State(@Opt @Opt State predec, ResultContainer result, boolean inxslt)
      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)
      Constructor with minimal set of arguments, is supplied automatically by the umod compiler, not explicitly by the 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

      @Opt public @Opt 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":95.9-49, see this pretty print.)
      Generated getter method.
      Returns:
      The current field value of type State(maybe null)
      See Also:
    • set_predec

      public boolean set_predec(@Opt @Opt State val)
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "Rt.umod":95.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":96.9-49, see this pretty print.)
      Generated getter method.
      Returns:
      The current field value of type ResultContainer(never null)
      See Also:
    • 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":96.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

      @Opt public @Opt Expression set_rule()
    • get_rule

      @Opt public @Opt 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":98.9-49, see this pretty print.)
      Generated getter method.
      Returns:
      The current field value of type boolean(never null)
      See Also:
    • 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":98.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 @Opt 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 @Opt 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.