public class IntClockedSignalSourceFraction extends IntSignalSourceFraction implements Component
denominator, numerator| Constructor and Description |
|---|
IntClockedSignalSourceFraction(IntClockedSignalSource numerator,
IntClockedSignalSource denominator,
Process... slaves) |
| Modifier and Type | Method and Description |
|---|---|
IntClockedSignalSourceFraction |
add(IntClockedSignalSourceFraction other) |
IntClockedSignalSource |
getDenominator() |
IntClockedSignalSource |
getNumerator() |
Process |
getProcess()
Returns the delegate object that effects changes of observable state.
|
IntClockedSignalSourceFraction |
subtract(IntClockedSignalSourceFraction other) |
add, canceled, constant, constant, divide, getConstant, hasConstant, multiply, negate, reciprocal, stored, subtract, toStringpublic IntClockedSignalSourceFraction(IntClockedSignalSource numerator, IntClockedSignalSource denominator, Process... slaves)
public IntClockedSignalSource getNumerator()
getNumerator in class IntSignalSourceFractionpublic IntClockedSignalSource getDenominator()
getDenominator in class IntSignalSourceFractionpublic Process getProcess()
ComponentgetProcess in interface Componentpublic IntClockedSignalSourceFraction add(IntClockedSignalSourceFraction other)
public IntClockedSignalSourceFraction subtract(IntClockedSignalSourceFraction other)