Package eu.bandm.sig.adlib2.compile
Interface CompilableBooleanOperator
- All Superinterfaces:
CompilableDataFlow
- All Known Subinterfaces:
CompilableBooleanBinaryOperator
,CompilableBooleanBinaryOperator.Simple
,CompilableBooleanBiPredicate
,CompilableBooleanPredicate
,CompilableBooleanUnaryOperator
-
Method Summary
Modifier and TypeMethodDescriptiondefault Class<?>
Returns the type of values produced by this entity.Methods inherited from interface eu.bandm.sig.adlib2.compile.CompilableDataFlow
compileDataFlow, compileDataFlowTo, hasDataFlowIO
-
Method Details
-
getValueClass
Description copied from interface:CompilableDataFlow
Returns the type of values produced by this entity.For signals of primitive value type, the result will be the corresponding pseudoclass.
- Specified by:
getValueClass
in interfaceCompilableDataFlow
- Returns:
- the type of signal values that this entity produces
- See Also:
-