Package eu.bandm.tools.d2d2.rt
Class PermutationGroup
java.lang.Object
eu.bandm.tools.d2d2.rt.Udom
eu.bandm.tools.d2d2.rt.PermutationGroup
- 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":69.3-71.72, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":69.3-71.72, see this pretty print.)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Function<PermutationGroup,
Perm> Deprecated.Use new '::' method reference instead.static final Function<PermutationGroup,
CheckedMap_RD<Expression, PermutationSubexpression>> Deprecated.Use new '::' method reference instead.protected Perm
Generated by umod; model author's documentation MISSING.protected CheckedMap_RD<Expression,
PermutationSubexpression> Generated by umod; model author's documentation MISSING. -
Constructor Summary
ConstructorDescriptionPermutationGroup
(Perm rule) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Method Summary
Modifier and TypeMethodDescriptionboolean
containsKey_subs
(Expression key0) Convenience un-Currying method.void
descend_0_subs
(MATCH_ONLY_00 visitor) Deprecated.void
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_rule()
Generated by umod; model author's documentation MISSING.static Pattern<PermutationGroup>
Lifts a pattern which matches the field value to one which matches this whole object.get_subs()
Generated by umod; model author's documentation MISSING.static Pattern<PermutationGroup>
get_subs
(Pattern<? super CheckedMap_RD<Expression, PermutationSubexpression>> 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.void
put_subs
(Expression key0, PermutationSubexpression value) Convenience un-Currying method.boolean
Generated by umod; model author's documentation MISSING.boolean
Generated by umod; model author's documentation MISSING.
-
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":70.9-72, 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. -
subs
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":71.9-72, see this pretty print.)
The type of this field isCheckedMap_RD
<Expression
(never null),PermutationSubexpression
(never null)>(never null)
Its value defaults to an empty collection. -
get_subs
@Deprecated public static final Function<PermutationGroup,CheckedMap_RD<Expression, get_subsPermutationSubexpression>> Deprecated.Use new '::' method reference instead.
-
-
Constructor Details
-
PermutationGroup
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".- Parameters:
rule
- is copied to fieldrule
-
PermutationGroup
PermutationGroup()
-
-
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_rule
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":70.9-72, see this pretty print.)
Generated getter method. @see #rule- Returns:
- The current field value of type
Perm
(never null)
-
set_rule
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":70.9-72, see this pretty print.)
Updates the (mutable) instance destructively. -
get_subs
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":71.9-72, see this pretty print.)
Generated getter method. @see #subs- Returns:
- The current field value of type
CheckedMap_RD
<Expression
(never null),PermutationSubexpression
(never null)>(never null)
-
set_subs
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":71.9-72, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeCheckedMap_RD
<Expression
(never null),PermutationSubexpression
(never null)>(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
put_subs
Convenience un-Currying method.
Set the value at the given coordinate and automatically generate all intermediate collections, if not yet existing.- Parameters:
value
- the new value of typePermutationSubexpression
(never null)- See Also:
-
containsKey_subs
Convenience un-Currying method.- Returns:
- whether there exists a chain of collection objects to the given co-ordinate.
- See Also:
-
descend_subs
Deprecated. -
descend_0_subs
Deprecated. -
get_rule
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_subs
public static Pattern<PermutationGroup> get_subs(Pattern<? super CheckedMap_RD<Expression, PermutationSubexpression>> 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
.
-