|
Drools :: PMML - Compiler 6.2.0.CR3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dmg.pmml.pmml_4_2.descr.CompoundRule
public class CompoundRule
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.dmg.org/PMML-4_2}Extension" maxOccurs="unbounded" minOccurs="0"/>
<group ref="{http://www.dmg.org/PMML-4_2}PREDICATE"/>
<group ref="{http://www.dmg.org/PMML-4_2}Rule" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected False |
_false
|
protected True |
_true
|
protected CompoundPredicate |
compoundPredicate
|
protected List<Extension> |
extensions
|
protected SimplePredicate |
simplePredicate
|
protected List<Serializable> |
simpleRulesAndCompoundRules
|
protected SimpleSetPredicate |
simpleSetPredicate
|
| Constructor Summary | |
|---|---|
CompoundRule()
|
|
| Method Summary | |
|---|---|
CompoundPredicate |
getCompoundPredicate()
Gets the value of the compoundPredicate property. |
List<Extension> |
getExtensions()
Gets the value of the extensions property. |
False |
getFalse()
Gets the value of the false property. |
SimplePredicate |
getSimplePredicate()
Gets the value of the simplePredicate property. |
List<Serializable> |
getSimpleRulesAndCompoundRules()
Gets the value of the simpleRulesAndCompoundRules property. |
SimpleSetPredicate |
getSimpleSetPredicate()
Gets the value of the simpleSetPredicate property. |
True |
getTrue()
Gets the value of the true property. |
void |
setCompoundPredicate(CompoundPredicate value)
Sets the value of the compoundPredicate property. |
void |
setFalse(False value)
Sets the value of the false property. |
void |
setSimplePredicate(SimplePredicate value)
Sets the value of the simplePredicate property. |
void |
setSimpleSetPredicate(SimpleSetPredicate value)
Sets the value of the simpleSetPredicate property. |
void |
setTrue(True value)
Sets the value of the true property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Extension> extensions
protected False _false
protected True _true
protected SimpleSetPredicate simpleSetPredicate
protected CompoundPredicate compoundPredicate
protected SimplePredicate simplePredicate
protected List<Serializable> simpleRulesAndCompoundRules
| Constructor Detail |
|---|
public CompoundRule()
| Method Detail |
|---|
public List<Extension> getExtensions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extensions property.
For example, to add a new item, do as follows:
getExtensions().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
public False getFalse()
Falsepublic void setFalse(False value)
value - allowed object is
Falsepublic True getTrue()
Truepublic void setTrue(True value)
value - allowed object is
Truepublic SimpleSetPredicate getSimpleSetPredicate()
SimpleSetPredicatepublic void setSimpleSetPredicate(SimpleSetPredicate value)
value - allowed object is
SimpleSetPredicatepublic CompoundPredicate getCompoundPredicate()
CompoundPredicatepublic void setCompoundPredicate(CompoundPredicate value)
value - allowed object is
CompoundPredicatepublic SimplePredicate getSimplePredicate()
SimplePredicatepublic void setSimplePredicate(SimplePredicate value)
value - allowed object is
SimplePredicatepublic List<Serializable> getSimpleRulesAndCompoundRules()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the simpleRulesAndCompoundRules property.
For example, to add a new item, do as follows:
getSimpleRulesAndCompoundRules().add(newItem);
Objects of the following type(s) are allowed in the list
CompoundRule
SimpleRule
|
Drools :: PMML - Compiler 6.2.0.CR3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||