Uses of Class
weka.core.pmml.jaxbbindings.SimpleSetPredicate
Packages that use SimpleSetPredicate
- 
Uses of SimpleSetPredicate in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return SimpleSetPredicateModifier and TypeMethodDescriptionObjectFactory.createSimpleSetPredicate()Create an instance ofSimpleSetPredicateAttribute.getSimpleSetPredicate()Gets the value of the simpleSetPredicate property.CompoundRule.getSimpleSetPredicate()Gets the value of the simpleSetPredicate property.Segment.getSimpleSetPredicate()Gets the value of the simpleSetPredicate property.SimpleRule.getSimpleSetPredicate()Gets the value of the simpleSetPredicate property.Methods in weka.core.pmml.jaxbbindings with parameters of type SimpleSetPredicateModifier and TypeMethodDescriptionvoidAttribute.setSimpleSetPredicate(SimpleSetPredicate value) Sets the value of the simpleSetPredicate property.voidCompoundRule.setSimpleSetPredicate(SimpleSetPredicate value) Sets the value of the simpleSetPredicate property.voidSegment.setSimpleSetPredicate(SimpleSetPredicate value) Sets the value of the simpleSetPredicate property.voidSimpleRule.setSimpleSetPredicate(SimpleSetPredicate value) Sets the value of the simpleSetPredicate property.