Interface IDtoInferenceSynthesizedSignalSpecification
- All Superinterfaces:
IDtoAbstractInferenceSignalSpecification
- All Known Implementing Classes:
DtoInferenceSynthesizedSignalSpecification
public interface IDtoInferenceSynthesizedSignalSpecification
extends IDtoAbstractInferenceSignalSpecification
Specification for a specific signal needed at the inference, whose values were calculated by an expression (synthesized).
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionData type of the signal.Expression by which this signal was synthesized.String[]Source signals that were used in the expression to synthesize the signal.ID of the signal.getType()Type of this object.voidsetDataType(DtoDataType dataType) Data type of the signal.voidsetExpression(String expression) Expression by which this signal was synthesized.voidsetInvolvedSignals(String[] involvedSignals) Source signals that were used in the expression to synthesize the signal.voidID of the signal.
-
Field Details
-
_DISCRIMINATOR_TYPE_NAME
- See Also:
-
-
Method Details
-
getType
String getType()Type of this object.- Specified by:
getTypein interfaceIDtoAbstractInferenceSignalSpecification
-
getSignal
String getSignal()ID of the signal.- Specified by:
getSignalin interfaceIDtoAbstractInferenceSignalSpecification
-
setSignal
ID of the signal.- Specified by:
setSignalin interfaceIDtoAbstractInferenceSignalSpecification
-
getDataType
DtoDataType getDataType()Data type of the signal.- Specified by:
getDataTypein interfaceIDtoAbstractInferenceSignalSpecification
-
setDataType
Data type of the signal.- Specified by:
setDataTypein interfaceIDtoAbstractInferenceSignalSpecification
-
getExpression
String getExpression()Expression by which this signal was synthesized. -
setExpression
Expression by which this signal was synthesized. -
getInvolvedSignals
String[] getInvolvedSignals()Source signals that were used in the expression to synthesize the signal. -
setInvolvedSignals
Source signals that were used in the expression to synthesize the signal.
-