Interface BinaryOperation<T extends org.faktorips.codegen.CodeFragment>

Type Parameters:
T - a CodeFragment implementation for a specific target language
All Known Implementing Classes:
AbstractBinaryJavaOperation, AbstractBinaryOperation, AddDecimalDecimal, AddDecimalInt, AddDecimalInteger, AddIntDecimal, AddIntegerDecimal, AddIntInt, AddMoneyMoney, AddStringString, CompareToComparableDatatype, DivideDecimalDecimal, DivideMoneyDecimal, EqualsObjectDatatype, EqualsPrimtiveType, GreaterThanDecimalDecimal, GreaterThanMoneyMoney, GreaterThanOrEqualDecimalDecimal, GreaterThanOrEqualMoneyMoney, LessThanDecimalDecimal, LessThanMoneyMoney, LessThanOrEqualDecimalDecimal, LessThanOrEqualMoneyMoney, MultiplyDecimalDecimal, MultiplyDecimalMoney, MultiplyIntegerMoney, MultiplyIntInt, MultiplyMoneyDecimal, NotEqualsObjectDatatype, SubtractDecimalDecimal, SubtractIntInt, SubtractMoneyMoney

public interface BinaryOperation<T extends org.faktorips.codegen.CodeFragment>
An operation combining two operands with one operator.