Package eu.bandm.tools.d2d2.rt
Class State
java.lang.Object
eu.bandm.tools.d2d2.rt.State
- All Implemented Interfaces:
Formattable
,Cloneable
- Direct Known Subclasses:
State_perm
,State_rep
,State_sequ
,State_singleton
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":82.3-86.49, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":82.3-86.49, see this pretty print.)
-
Field Summary
Modifier and TypeFieldDescriptionDeprecated.Use new '::' method reference instead.Deprecated.Use new '::' method reference instead.static final Function<State,
ResultContainer> Deprecated.Use new '::' method reference instead.static final Function<State,
Expression> Deprecated.Use new '::' method reference instead.protected boolean
Generated by umod; model author's documentation MISSING.protected State
Generated by umod; model author's documentation MISSING.protected ResultContainer
Generated by umod; model author's documentation MISSING. -
Constructor Summary
ConstructorDescriptionState()
State
(ResultContainer result) Synthetic minimal constructor provided by the umod compiler.State
(State predec, ResultContainer result, boolean inxslt) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Method Summary
Modifier and TypeMethodDescriptiondoclone()
Clones this object.format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.boolean
Generated by umod; model author's documentation MISSING.get_inxslt
(Pattern<? super Boolean> p) Lifts a pattern which matches the field value to one which matches this whole object.Generated by umod; model author's documentation MISSING.get_predec
(Pattern<? super State> p) Lifts a pattern which matches the field value to one which matches this whole object.Generated by umod; model author's documentation MISSING.get_result
(Pattern<? super ResultContainer> p) Lifts a pattern which matches the field value to one which matches this whole object.get_rule()
get_rule
(Pattern<? super Expression> 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_inxslt
(boolean val) Generated by umod; model author's documentation MISSING.boolean
set_predec
(State val) Generated by umod; model author's documentation MISSING.boolean
Generated by umod; model author's documentation MISSING.set_rule()
-
Field Details
-
predec
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":83.9-49, see this pretty print.)
The type of this field isState
(maybe null)
Its value defaults to null. -
get_predec
Deprecated.Use new '::' method reference instead. -
result
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":84.9-49, see this pretty print.)
The type of this field isResultContainer
(never null)
It is set by every possible constructor. -
get_result
Deprecated.Use new '::' method reference instead. -
get_rule
Deprecated.Use new '::' method reference instead. -
inxslt
protected boolean inxsltGenerated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":86.9-49, see this pretty print.)
The type of this field is boolean(never null)
Its value defaults tofalse
.- See Also:
-
get_inxslt
Deprecated.Use new '::' method reference instead.
-
-
Constructor Details
-
State
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
State
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 fieldresult
-
State
State()
-
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneable
is known to be implemented.- Returns:
- a fresh copy.
-
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
format
in interfaceFormattable
- 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_predec
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":83.9-49, see this pretty print.)
Generated getter method. @see #predec- Returns:
- The current field value of type
State
(maybe null)
-
set_predec
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":83.9-49, see this pretty print.)
Updates the (mutable) instance destructively. -
get_result
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":84.9-49, see this pretty print.)
Generated getter method. @see #result- Returns:
- The current field value of type
ResultContainer
(never null)
-
set_result
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":84.9-49, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeResultContainer
(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
set_rule
-
get_rule
-
get_inxslt
public boolean get_inxslt()Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":86.9-49, see this pretty print.)
Generated getter method. @see #inxslt- Returns:
- The current field value of type boolean(never null)
-
set_inxslt
public boolean set_inxslt(boolean val) Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":86.9-49, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of type boolean(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_predec
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_result
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_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_inxslt
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
.
-