Class FunctionDefScope

  • All Implemented Interfaces:
    org.jpmml.converter.FeatureResolver

    public class FunctionDefScope
    extends BlockScope
    • Constructor Detail

      • FunctionDefScope

        public FunctionDefScope​(FunctionDef functionDef,
                                java.util.List<? extends org.jpmml.converter.Feature> variables)
      • FunctionDefScope

        public FunctionDefScope​(FunctionDef functionDef,
                                java.util.List<? extends org.jpmml.converter.Feature> variables,
                                org.jpmml.converter.PMMLEncoder encoder)
    • Method Detail

      • resolveFeature

        public org.jpmml.converter.Feature resolveFeature​(java.lang.String name)
        Specified by:
        resolveFeature in interface org.jpmml.converter.FeatureResolver
        Overrides:
        resolveFeature in class BlockScope
      • getParameterIndex

        public int getParameterIndex​(java.lang.String name)