Class PropertyVariationPoint<T>


  • @OpenApiAll
    public class PropertyVariationPoint<T>
    extends VariationPoint<T>
    • Constructor Detail

      • PropertyVariationPoint

        public PropertyVariationPoint​(Element element,
                                      java.lang.String propertyName,
                                      Evaluator<T> evaluator)
    • Method Detail

      • getPropertyName

        public java.lang.String getPropertyName()