Package adalid.core.interfaces
Interface NaryOperation
-
- All Known Subinterfaces:
NaryExpression,NaryVectorX
- All Known Implementing Classes:
AbstractComparisonX,AbstractConditionalX,AbstractDataAggregateX,AbstractExpression,AbstractNaryVectorX,AbstractOrderedPairX,AbstractRowsAggregateX,AbstractScalarX,BooleanComparisonX,BooleanConditionalX,BooleanDataAggregateX,BooleanOrderedPairX,BooleanOtherwiseX,BooleanRowsAggregateX,BooleanScalarX,BooleanX,CharacterConditionalX,CharacterDataAggregateX,CharacterNaryVectorX,CharacterOrderedPairX,CharacterOtherwiseX,CharacterRowsAggregateX,CharacterScalarX,CharacterX,EntityConditionalX,EntityDataAggregateX,EntityOrderedPairX,EntityOtherwiseX,EntityScalarX,EntityX,NumericConditionalX,NumericDataAggregateX,NumericOrderedPairX,NumericOtherwiseX,NumericRowsAggregateX,NumericScalarX,NumericX,TemporalConditionalX,TemporalDataAggregateX,TemporalOrderedPairX,TemporalOtherwiseX,TemporalRowsAggregateX,TemporalScalarX,TemporalX,VariantX
public interface NaryOperation- Author:
- Jorge Campins
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object[]getOperands()OperatorgetOperator()
-
-
-
Method Detail
-
getOperator
Operator getOperator()
- Returns:
- the operator
-
getOperands
java.lang.Object[] getOperands()
- Returns:
- the operands
-
-