Package eu.bandm.tools.d2d2.rt
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
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":62.3-64.58, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":62.3-64.58, see this pretty print.)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Function<ResultContainer,
Location<String>> Deprecated.Use new '::' method reference instead.static final Function<ResultContainer,
CheckedList<Udom>> Deprecated.Use new '::' method reference instead.Generated by umod; model author's documentation MISSING.protected CheckedList<Udom>
Generated by umod; model author's documentation MISSING. -
Constructor Summary
ConstructorDescriptionResultContainer
(Location<String> location) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Method Summary
Modifier and TypeMethodDescriptionvoid
descend_sequ
(MATCH_ONLY_00 visitor) Deprecated.doclone()
Clones this object.format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.Generated by umod; model author's documentation MISSING.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.get_sequ()
Generated by umod; model author's documentation MISSING.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.Copies values of all common fields from the argument.boolean
set_location
(Location<String> val) Generated by umod; model author's documentation MISSING.boolean
set_sequ
(CheckedList<Udom> val) Generated by umod; model author's documentation MISSING.
-
Field Details
-
location
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":63.9-49, see this pretty print.)
The type of this field isLocation
(never null)
It is set by every possible constructor. -
get_location
Deprecated.Use new '::' method reference instead. -
sequ
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":64.9-58, see this pretty print.)
The type of this field isCheckedList
<Udom
(never null)>(never null)
Its value defaults to an empty collection. -
get_sequ
Deprecated.Use new '::' method reference instead.
-
-
Constructor Details
-
ResultContainer
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".- Parameters:
location
- is copied to fieldlocation
-
ResultContainer
ResultContainer()
-
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneable
is known to be implemented. -
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
format
in interfaceFormattable
- Overrides:
format
in classUdom
- Returns:
- a format that represents this object in a pretty-printable way
-
initFrom
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_location
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":63.9-49, see this pretty print.)
Generated getter method. @see #location- Returns:
- The current field value of type
Location
(never null)
-
set_location
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":63.9-49, see this pretty print.)
Updates the (mutable) instance destructively. -
get_sequ
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":64.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
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":64.9-58, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeCheckedList
<Udom
(never null)>(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
descend_sequ
Deprecated. -
get_location
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
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
.
-