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 Object[]getOperands()OperatorgetOperator()
-