Package eu.bandm.sig.adlib2
Class ByteClockedSignalSourceFraction
java.lang.Object
eu.bandm.sig.adlib2.ByteSignalSourceFraction
eu.bandm.sig.adlib2.ByteClockedSignalSourceFraction
- All Implemented Interfaces:
Component
-
Field Summary
Fields inherited from class eu.bandm.sig.adlib2.ByteSignalSourceFraction
denominator, numerator
-
Constructor Summary
ConstructorDescriptionByteClockedSignalSourceFraction
(ByteClockedSignalSource numerator, ByteClockedSignalSource denominator, Process... slaves) -
Method Summary
Modifier and TypeMethodDescriptionReturns the delegate object that effects changes of observable state.Methods inherited from class eu.bandm.sig.adlib2.ByteSignalSourceFraction
add, canceled, constant, constant, divide, getConstant, hasConstant, multiply, negate, reciprocal, stored, subtract, toString
-
Constructor Details
-
ByteClockedSignalSourceFraction
public ByteClockedSignalSourceFraction(ByteClockedSignalSource numerator, ByteClockedSignalSource denominator, Process... slaves)
-
-
Method Details
-
getNumerator
- Overrides:
getNumerator
in classByteSignalSourceFraction
-
getDenominator
- Overrides:
getDenominator
in classByteSignalSourceFraction
-
getProcess
Description copied from interface:Component
Returns the delegate object that effects changes of observable state.- Specified by:
getProcess
in interfaceComponent
-
add
-
subtract
-