Package eu.bandm.tools.d2d2.rt
Class PermutationSubexpression
java.lang.Object
eu.bandm.tools.d2d2.rt.Udom
eu.bandm.tools.d2d2.rt.ResultContainer
eu.bandm.tools.d2d2.rt.PermutationSubexpression
- 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":68.3-7, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":68.3-7, see this pretty print.)
-
Field Summary
Fields inherited from class eu.bandm.tools.d2d2.rt.ResultContainer
get_location, get_sequ, location, sequ
-
Constructor Summary
ConstructorDescriptionPermutationSubexpression
(Location<String> location) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Method Summary
Methods inherited from class eu.bandm.tools.d2d2.rt.ResultContainer
descend_sequ, get_location, get_location, get_sequ, get_sequ, set_location, set_sequ
-
Constructor Details
-
PermutationSubexpression
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".- Parameters:
location
- is copied to fieldResultContainer.location
-
PermutationSubexpression
PermutationSubexpression()
-
-
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
-