Uses of Interface
com.rapidtransform.spec.model.SpecOperand

Packages that use SpecOperand
com.rapidtransform.spec.model   
 

Uses of SpecOperand in com.rapidtransform.spec.model
 

Classes in com.rapidtransform.spec.model that implement SpecOperand
 class SpecExpression
          Combination of specification objects combined with a boolean operators.
 class Specification
          A specification is a defined rule for a product and it discriminates one product from another member in the same product class.
 

Methods in com.rapidtransform.spec.model that return SpecOperand
 SpecOperand SpecInclusion.getIncluded()
           
 

Methods in com.rapidtransform.spec.model that return types with arguments of type SpecOperand
 java.util.Set<SpecOperand> SpecExpression.getOperands()
           
 

Methods in com.rapidtransform.spec.model with parameters of type SpecOperand
 void SpecInclusion.setIncluded(SpecOperand included)
           
 

Method parameters in com.rapidtransform.spec.model with type arguments of type SpecOperand
 void SpecExpression.setOperands(java.util.Set<SpecOperand> operands)