Uses of Class
org.dmg.pmml.association.ItemRef
-
Packages that use ItemRef Package Description org.dmg.pmml org.dmg.pmml.association org.jpmml.model.visitors -
-
Uses of ItemRef in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type ItemRef Modifier and Type Method Description VisitorActionVisitor. visit(ItemRef itemRef) -
Uses of ItemRef in org.dmg.pmml.association
Methods in org.dmg.pmml.association that return ItemRef Modifier and Type Method Description ItemRefItemRef. addExtensions(Extension... extensions)ItemRefObjectFactory. createItemRef()Create an instance ofItemRefItemRefItemRef. setItemRef(java.lang.String itemRef)Methods in org.dmg.pmml.association that return types with arguments of type ItemRef Modifier and Type Method Description java.util.List<ItemRef>Itemset. getItemRefs()Methods in org.dmg.pmml.association with parameters of type ItemRef Modifier and Type Method Description ItemsetItemset. addItemRefs(ItemRef... itemRefs) -
Uses of ItemRef in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type ItemRef Modifier and Type Method Description VisitorActionAbstractVisitor. visit(ItemRef itemRef)
-