Uses of Class
com.rapidtransform.spec.model.DesignConstraintRelation

Packages that use DesignConstraintRelation
com.rapidtransform.spec.model   
 

Uses of DesignConstraintRelation in com.rapidtransform.spec.model
 

Methods in com.rapidtransform.spec.model that return types with arguments of type DesignConstraintRelation
 java.util.Set<DesignConstraintRelation> DesignConstraint.getRelation()
           
 

Method parameters in com.rapidtransform.spec.model with type arguments of type DesignConstraintRelation
 void DesignConstraint.setRelation(java.util.Set<DesignConstraintRelation> relation)