Package eu.bandm.tscore.model
Class Parameterlist
java.lang.Object
eu.bandm.tscore.model.Timeless
eu.bandm.tscore.model.Parameterlist
- All Implemented Interfaces:
Formattable
,Cloneable
@Generated(generator="eu.bandm.tools.umod",
version="",
timestamp="2025-01-13_23h06m58")
public class Parameterlist
extends Timeless
Container for more than one timeless value, may
represent a tuple, a binding, a sequence,
a set, a bag, etc.
(This definition has been created by UMod from
the source at SYSTEM "tscore.umod":281.3-285.6, see this pretty
print.)-
Field Summary
Modifier and TypeFieldDescriptionprotected CheckedList
<Timeless> The sub-items of this parameter value.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":284.6-285.6, see this pretty print.)
The type of this field isCheckedList
<Timeless
(nevernull
)>(nevernull
)
Its value defaults to an empty collection.Fields inherited from class eu.bandm.tscore.model.Timeless
affirmation, location, negation
-
Constructor Summary
ConstructorDescriptionSynthetic minimal constructor provided by the umod compiler.Parameterlist
(Location<XMLDocumentIdentifier> location) Constructor generated according to specification #0
Constructor defined according to directive "C 0/.."
. -
Method Summary
Modifier and TypeMethodDescriptionvoid
descend_subs
(MATCH_ONLY_00 visitor) Deprecated.doclone()
Clones this object.format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.get_subs()
The sub-items of this parameter value.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":284.6-285.6, see this pretty print.)
Generated getter method.Copies values of all common fields from the argument.boolean
set_subs
(CheckedList<Timeless> val) The sub-items of this parameter value.
(This definition has been created by UMod from the source at SYSTEM "tscore.umod":284.6-285.6, see this pretty print.)
Updates the (mutable) instance destructively.Methods inherited from class eu.bandm.tscore.model.Timeless
get_location, set_location
-
Field Details
-
subs
The sub-items of this parameter value.(This definition has been created by UMod from the source at SYSTEM "tscore.umod":284.6-285.6, see this pretty print.)
The type of this field isCheckedList
<Timeless
(nevernull
)>(nevernull
)
Its value defaults to an empty collection.- See Also:
-
-
Constructor Details
-
Parameterlist
Constructor generated according to specification #0
Constructor defined according to directive "C 0/.."
.- Parameters:
location
- is copied to fieldTimeless.location
-
Parameterlist
public Parameterlist()Synthetic minimal constructor provided by the umod compiler.
Constructor with minimal set of arguments, supplied automatically by the umod compiler, not explicitly by user.
(All object fields are set to their default values.)
-
-
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 classTimeless
- 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_subs
The sub-items of this parameter value.(This definition has been created by UMod from the source at SYSTEM "tscore.umod":284.6-285.6, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type
CheckedList
<Timeless
(nevernull
)>(nevernull
) - See Also:
-
set_subs
The sub-items of this parameter value.(This definition has been created by UMod from the source at SYSTEM "tscore.umod":284.6-285.6, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeCheckedList
<Timeless
(nevernull
)>(nevernull
)- Returns:
- whether a change (w.r.t.
==
) did actually happen. - See Also:
-
descend_subs
Deprecated.
-