Package eu.bandm.tools.d2d2.rt
Class State_perm
java.lang.Object
eu.bandm.tools.d2d2.rt.State
eu.bandm.tools.d2d2.rt.State_perm
- 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":96.3-100.29, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":96.3-100.29, see this pretty print.)
-
Field Summary
Modifier and TypeFieldDescriptionprotected CheckedSet<Expression>
Generated by umod; model author's documentation MISSING.protected PermutationGroup
Generated by umod; model author's documentation MISSING.static final Function<State_perm,
CheckedSet<Expression>> Deprecated.Use new '::' method reference instead.static final Function<State_perm,
PermutationGroup> Deprecated.Use new '::' method reference instead.static final Function<State_perm,
CheckedSet<Expression>> Deprecated.Use new '::' method reference instead.static final Function<State_perm,
Perm> Deprecated.Use new '::' method reference instead.protected CheckedSet<Expression>
Generated by umod; model author's documentation MISSING.protected Perm
Generated by umod; model author's documentation MISSING.Fields inherited from class eu.bandm.tools.d2d2.rt.State
get_inxslt, get_predec, get_result, inxslt, predec, result
-
Constructor Summary
ConstructorDescriptionState_perm
(ResultContainer result, Perm rule, PermutationGroup directory) Synthetic minimal constructor provided by the umod compiler.State_perm
(State predec, ResultContainer result, boolean inxslt, Perm rule, PermutationGroup directory) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Method Summary
Modifier and TypeMethodDescriptionvoid
descend_consumed
(MATCH_ONLY_00 visitor) Deprecated.void
descend_obligates
(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<State_perm>
get_consumed
(Pattern<? super CheckedSet<Expression>> p) Lifts a pattern which matches the field value to one which matches this whole object.Generated by umod; model author's documentation MISSING.static Pattern<State_perm>
get_directory
(Pattern<? super PermutationGroup> p) Lifts a pattern which matches the field value to one which matches this whole object.Generated by umod; model author's documentation MISSING.static Pattern<State_perm>
get_obligates
(Pattern<? super CheckedSet<Expression>> p) Lifts a pattern which matches the field value to one which matches this whole object.get_rule()
Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.boolean
set_consumed
(CheckedSet<Expression> val) Generated by umod; model author's documentation MISSING.boolean
Generated by umod; model author's documentation MISSING.boolean
Generated by umod; model author's documentation MISSING.boolean
set_rule
(Expression val) Generated by umod; model author's documentation MISSING.Methods inherited from class eu.bandm.tools.d2d2.rt.State
get_inxslt, get_inxslt, get_predec, get_predec, get_result, get_result, get_rule, set_inxslt, set_predec, set_result, set_rule
-
Field Details
-
rule
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":97.9-49, see this pretty print.)
The type of this field isPerm
(never null)
It is set by every possible constructor. -
get_rule
Deprecated.Use new '::' method reference instead. -
directory
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.)
The type of this field isPermutationGroup
(never null)
It is set by every possible constructor. -
get_directory
Deprecated.Use new '::' method reference instead. -
obligates
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":99.9-29, see this pretty print.)
The type of this field isCheckedSet
<Expression
(never null)>(never null)
Its value defaults to an empty collection. -
get_obligates
Deprecated.Use new '::' method reference instead. -
consumed
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":100.9-29, see this pretty print.)
The type of this field isCheckedSet
<Expression
(never null)>(never null)
Its value defaults to an empty collection. -
get_consumed
Deprecated.Use new '::' method reference instead.
-
-
Constructor Details
-
State_perm
public State_perm(State predec, ResultContainer result, boolean inxslt, Perm rule, PermutationGroup directory) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".- Parameters:
predec
- is copied to fieldState.predec
result
- is copied to fieldState.result
inxslt
- is copied to fieldState.inxslt
rule
- is copied to fieldrule
directory
- is copied to fielddirectory
-
State_perm
Synthetic minimal constructor provided by the umod compiler.
Constructor with minimal set of arguments, supplied automatically by the umod compiler, not explicitly by user.- Parameters:
result
- is copied to fieldState.result
rule
- is copied to fieldrule
directory
- is copied to fielddirectory
-
State_perm
State_perm()
-
-
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 classState
- 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_rule
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":97.9-49, see this pretty print.)
Generated getter method. @see #rule -
set_rule
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":97.9-49, see this pretty print.)
Updates the (mutable) instance destructively. -
get_directory
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. @see #directory- Returns:
- The current field value of type
PermutationGroup
(never null)
-
set_directory
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 typePermutationGroup
(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_obligates
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":99.9-29, see this pretty print.)
Generated getter method. @see #obligates- Returns:
- The current field value of type
CheckedSet
<Expression
(never null)>(never null)
-
set_obligates
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":99.9-29, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeCheckedSet
<Expression
(never null)>(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
descend_obligates
Deprecated. -
get_consumed
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":100.9-29, see this pretty print.)
Generated getter method. @see #consumed- Returns:
- The current field value of type
CheckedSet
<Expression
(never null)>(never null)
-
set_consumed
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":100.9-29, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeCheckedSet
<Expression
(never null)>(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
descend_consumed
Deprecated. -
get_directory
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_obligates
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_consumed
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
.
-