Uses of Class
org.jpmml.python.Scope
-
Packages that use Scope Package Description org.jpmml.python -
-
Uses of Scope in org.jpmml.python
Subclasses of Scope in org.jpmml.python Modifier and Type Class Description classBlockScopeclassDataFrameScopeclassFunctionDefScopeMethods in org.jpmml.python that return Scope Modifier and Type Method Description ScopeAbstractTranslator. ensureScope()ScopeAbstractTranslator. getScope()Methods in org.jpmml.python with parameters of type Scope Modifier and Type Method Description voidAbstractTranslator. setScope(Scope scope)Constructors in org.jpmml.python with parameters of type Scope Constructor Description ExpressionTranslator(Scope scope)PredicateTranslator(Scope scope)
-