Package eu.bandm.sig.adlib2.lib
Class EnvelopeModifier.Not
java.lang.Object
eu.bandm.sig.adlib2.lib.EnvelopeModifier.Expr
eu.bandm.sig.adlib2.lib.EnvelopeModifier.Unary
eu.bandm.sig.adlib2.lib.EnvelopeModifier.Not
- All Implemented Interfaces:
Formattable
,Cloneable
- Enclosing class:
- EnvelopeModifier
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "EnvelopeModifier.umod":63.1-6, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "EnvelopeModifier.umod":63.1-6, see this pretty print.)
-
Field Summary
Fields inherited from class eu.bandm.sig.adlib2.lib.EnvelopeModifier.Unary
sub
Fields inherited from class eu.bandm.sig.adlib2.lib.EnvelopeModifier.Expr
succ
-
Constructor Summary
ConstructorDescriptionNot
(EnvelopeModifier.Expr sub) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Method Summary
Methods inherited from class eu.bandm.sig.adlib2.lib.EnvelopeModifier.Unary
get_sub, set_sub
Methods inherited from class eu.bandm.sig.adlib2.lib.EnvelopeModifier.Expr
and, get_succ, set_succ
-
Constructor Details
-
Not
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".- Parameters:
sub
- is copied to fieldEnvelopeModifier.Unary.sub
-
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneable
is known to be implemented.- Overrides:
doclone
in classEnvelopeModifier.Unary
- 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 classEnvelopeModifier.Unary
- 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 classEnvelopeModifier.Unary
-