Package eu.bandm.tools.d2d2.rt
Class ResultingStructure
java.lang.Object
eu.bandm.tools.d2d2.rt.Udom
eu.bandm.tools.d2d2.rt.ResultContainer
eu.bandm.tools.d2d2.rt.ResultingStructure
- All Implemented Interfaces:
Formattable
,Cloneable
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":65.3-67.32, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":65.3-67.32, see this pretty print.)
-
Field Summary
Modifier and TypeFieldDescriptionprotected CheckedMultimap_RD<Definition,
ResultingStructure> Generated by umod; model author's documentation MISSING.static final Function<ResultingStructure,
CheckedMultimap_RD<Definition, ResultingStructure>> Deprecated.Use new '::' method reference instead.static final Function<ResultingStructure,
Definition> Deprecated.Use new '::' method reference instead.protected Definition
Generated by umod; model author's documentation MISSING.Fields inherited from class eu.bandm.tools.d2d2.rt.ResultContainer
get_location, get_sequ, location, sequ
-
Constructor Summary
ConstructorDescriptionResultingStructure
(Location<String> location, Definition tag) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Method Summary
Modifier and TypeMethodDescriptionvoid
descend_assoc
(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<ResultingStructure>
get_assoc
(Pattern<? super CheckedMultimap_RD<Definition, ResultingStructure>> p) Lifts a pattern which matches the field value to one which matches this whole object.get_tag()
Generated by umod; model author's documentation MISSING.static Pattern<ResultingStructure>
get_tag
(Pattern<? super Definition> 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
Generated by umod; model author's documentation MISSING.boolean
set_tag
(Definition val) Generated by umod; model author's documentation MISSING.Methods inherited from class eu.bandm.tools.d2d2.rt.ResultContainer
descend_sequ, get_location, get_location, get_sequ, get_sequ, set_location, set_sequ
-
Field Details
-
tag
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":66.9-49, see this pretty print.)
The type of this field isDefinition
(never null)
It is set by every possible constructor. -
get_tag
Deprecated.Use new '::' method reference instead. -
assoc
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":67.9-32, see this pretty print.)
The type of this field isCheckedMultimap_RD
<Definition
(never null),ResultingStructure
(never null)>(never null)
Its value defaults to an empty collection. -
get_assoc
@Deprecated public static final Function<ResultingStructure,CheckedMultimap_RD<Definition, get_assocResultingStructure>> Deprecated.Use new '::' method reference instead.
-
-
Constructor Details
-
ResultingStructure
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".- Parameters:
location
- is copied to fieldResultContainer.location
tag
- is copied to fieldtag
-
ResultingStructure
ResultingStructure()
-
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneable
is known to be implemented.- Overrides:
doclone
in classResultContainer
- Returns:
- a fresh copy.
-
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
format
in interfaceFormattable
- Overrides:
format
in classResultContainer
- 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.- Overrides:
initFrom
in classResultContainer
-
get_tag
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":66.9-49, see this pretty print.)
Generated getter method. @see #tag- Returns:
- The current field value of type
Definition
(never null)
-
set_tag
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":66.9-49, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeDefinition
(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_assoc
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":67.9-32, see this pretty print.)
Generated getter method. @see #assoc- Returns:
- The current field value of type
CheckedMultimap_RD
<Definition
(never null),ResultingStructure
(never null)>(never null)
-
set_assoc
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":67.9-32, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeCheckedMultimap_RD
<Definition
(never null),ResultingStructure
(never null)>(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
descend_assoc
Deprecated. -
get_tag
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_assoc
public static Pattern<ResultingStructure> get_assoc(Pattern<? super CheckedMultimap_RD<Definition, ResultingStructure>> 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
.
-