Uses of Class
org.dmg.pmml.BlockIndicator
-
Packages that use BlockIndicator Package Description org.dmg.pmml org.jpmml.model.visitors -
-
Uses of BlockIndicator in org.dmg.pmml
Methods in org.dmg.pmml that return BlockIndicator Modifier and Type Method Description BlockIndicatorBlockIndicator. addExtensions(Extension... extensions)BlockIndicatorObjectFactory. createBlockIndicator()Create an instance ofBlockIndicatorBlockIndicatorBlockIndicator. setField(java.lang.String field)Methods in org.dmg.pmml that return types with arguments of type BlockIndicator Modifier and Type Method Description java.util.List<BlockIndicator>Lag. getBlockIndicators()Methods in org.dmg.pmml with parameters of type BlockIndicator Modifier and Type Method Description LagLag. addBlockIndicators(BlockIndicator... blockIndicators)VisitorActionVisitor. visit(BlockIndicator blockIndicator) -
Uses of BlockIndicator in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type BlockIndicator Modifier and Type Method Description VisitorActionAbstractVisitor. visit(BlockIndicator blockIndicator)VisitorActionActiveFieldFinder. visit(BlockIndicator blockIndicator)
-