| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Class and Description |
|---|---|
class |
CompoundPredicate
Java class for anonymous complex type.
|
class |
False
Java class for anonymous complex type.
|
class |
SimplePredicate
Java class for anonymous complex type.
|
class |
SimpleSetPredicate
Java class for anonymous complex type.
|
class |
True
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Predicate |
Segment.predicate |
protected Predicate |
CompoundRule.predicate |
protected Predicate |
Attribute.predicate |
protected Predicate |
SimpleRule.predicate |
protected Predicate |
Node.predicate |
| Modifier and Type | Field and Description |
|---|---|
protected List<Predicate> |
CompoundPredicate.predicates |
| Modifier and Type | Method and Description |
|---|---|
Predicate |
Segment.getPredicate()
Gets the value of the predicate property.
|
Predicate |
CompoundRule.getPredicate()
Gets the value of the predicate property.
|
Predicate |
Attribute.getPredicate()
Gets the value of the predicate property.
|
Predicate |
SimpleRule.getPredicate()
Gets the value of the predicate property.
|
Predicate |
Node.getPredicate()
Gets the value of the predicate property.
|
abstract Predicate |
Rule.getPredicate() |
| Modifier and Type | Method and Description |
|---|---|
List<Predicate> |
CompoundPredicate.getPredicates()
Gets the value of the predicates property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Segment.setPredicate(Predicate value)
Sets the value of the predicate property.
|
void |
CompoundRule.setPredicate(Predicate value)
Sets the value of the predicate property.
|
void |
Attribute.setPredicate(Predicate value)
Sets the value of the predicate property.
|
void |
SimpleRule.setPredicate(Predicate value)
Sets the value of the predicate property.
|
void |
Node.setPredicate(Predicate value)
Sets the value of the predicate property.
|
abstract void |
Rule.setPredicate(Predicate predicate) |
Segment |
Segment.withPredicate(Predicate value) |
CompoundRule |
CompoundRule.withPredicate(Predicate value) |
Attribute |
Attribute.withPredicate(Predicate value) |
SimpleRule |
SimpleRule.withPredicate(Predicate value) |
Node |
Node.withPredicate(Predicate value) |
CompoundPredicate |
CompoundPredicate.withPredicates(Predicate... values) |
| Modifier and Type | Method and Description |
|---|---|
CompoundPredicate |
CompoundPredicate.withPredicates(Collection<Predicate> values) |
Copyright © 2014 University of Tartu. All Rights Reserved.