Uses of Class
weka.core.pmml.jaxbbindings.SimplePredicate
Packages that use SimplePredicate
-
Uses of SimplePredicate in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return SimplePredicateModifier and TypeMethodDescriptionObjectFactory.createSimplePredicate()Create an instance ofSimplePredicateAttribute.getSimplePredicate()Gets the value of the simplePredicate property.CompoundRule.getSimplePredicate()Gets the value of the simplePredicate property.Segment.getSimplePredicate()Gets the value of the simplePredicate property.SimpleRule.getSimplePredicate()Gets the value of the simplePredicate property.Methods in weka.core.pmml.jaxbbindings with parameters of type SimplePredicateModifier and TypeMethodDescriptionvoidAttribute.setSimplePredicate(SimplePredicate value) Sets the value of the simplePredicate property.voidCompoundRule.setSimplePredicate(SimplePredicate value) Sets the value of the simplePredicate property.voidSegment.setSimplePredicate(SimplePredicate value) Sets the value of the simplePredicate property.voidSimpleRule.setSimplePredicate(SimplePredicate value) Sets the value of the simplePredicate property.