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
ConstructorsConstructorDescriptionByteClockedSignalSourceFraction(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:
getNumeratorin classByteSignalSourceFraction
-
getDenominator
- Overrides:
getDenominatorin classByteSignalSourceFraction
-
getProcess
Description copied from interface:ComponentReturns the delegate object that effects changes of observable state.- Specified by:
getProcessin interfaceComponent
-
add
-
subtract
-