Class ResultContainer

java.lang.Object
eu.bandm.tools.d2d2.rt.Udom
eu.bandm.tools.d2d2.rt.ResultContainer
All Implemented Interfaces:
Formattable, Cloneable
Direct Known Subclasses:
PermutationSubexpression, ResultingStructure

public class ResultContainer extends Udom
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":33.3-35.58, see this pretty print.)
  • Field Details

  • Constructor Details

    • ResultContainer

      public ResultContainer(Location<String> location)
      Constructor generated according to specification #0
      Constructor defined according to directive "C 0/..".
      Parameters:
      location - is copied to field location
    • ResultContainer

      ResultContainer()
  • Method Details

    • doclone

      public ResultContainer doclone()
      Clones this object. Method never fails, since Cloneable is known to be implemented.
      Overrides:
      doclone in class Udom
      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
      Overrides:
      format in class Udom
      Returns:
      a format that represents this object in a pretty-printable way
    • initFrom

      public ResultContainer 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.
      Overrides:
      initFrom in class Udom
    • get_location

      public Location<String> get_location()
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "Rt.umod":34.9-49, see this pretty print.)
      Generated getter method. @see #location
      Returns:
      The current field value of type Location(never null)
    • set_location

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

      public CheckedList<Udom> get_sequ()
      Generated by umod; model author's documentation MISSING.
      (This definition has been created by UMod from the source at SYSTEM "Rt.umod":35.9-58, see this pretty print.)
      Generated getter method. @see #sequ
      Returns:
      The current field value of type CheckedList<Udom(never null)>(never null)
    • set_sequ

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

      @Deprecated public void descend_sequ(MATCH_ONLY_00 visitor)
      Deprecated.
    • get_location

      public static Pattern<ResultContainer> get_location(Pattern<? super Location<String>> 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_sequ

      public static Pattern<ResultContainer> get_sequ(Pattern<? super CheckedList<Udom>> 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.