|
Drools :: PMML - Compiler 6.2.0.CR2 | |||||||||
| 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.Attribute
public class Attribute
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"/>
<element ref="{http://www.dmg.org/PMML-4_2}ComplexPartialScore" minOccurs="0"/>
</sequence>
<attribute name="reasonCode" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="partialScore" type="{http://www.dmg.org/PMML-4_2}NUMBER" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected False |
_false
|
protected True |
_true
|
protected ComplexPartialScore |
complexPartialScore
|
protected CompoundPredicate |
compoundPredicate
|
protected List<Extension> |
extensions
|
protected Double |
partialScore
|
protected String |
reasonCode
|
protected SimplePredicate |
simplePredicate
|
protected SimpleSetPredicate |
simpleSetPredicate
|
| Constructor Summary | |
|---|---|
Attribute()
|
|
| Method Summary | |
|---|---|
ComplexPartialScore |
getComplexPartialScore()
Gets the value of the complexPartialScore property. |
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. |
Double |
getPartialScore()
Gets the value of the partialScore property. |
String |
getReasonCode()
Gets the value of the reasonCode property. |
SimplePredicate |
getSimplePredicate()
Gets the value of the simplePredicate property. |
SimpleSetPredicate |
getSimpleSetPredicate()
Gets the value of the simpleSetPredicate property. |
True |
getTrue()
Gets the value of the true property. |
void |
setComplexPartialScore(ComplexPartialScore value)
Sets the value of the complexPartialScore property. |
void |
setCompoundPredicate(CompoundPredicate value)
Sets the value of the compoundPredicate property. |
void |
setFalse(False value)
Sets the value of the false property. |
void |
setPartialScore(Double value)
Sets the value of the partialScore property. |
void |
setReasonCode(String value)
Sets the value of the reasonCode 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 ComplexPartialScore complexPartialScore
protected String reasonCode
protected Double partialScore
| Constructor Detail |
|---|
public Attribute()
| 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 ComplexPartialScore getComplexPartialScore()
ComplexPartialScorepublic void setComplexPartialScore(ComplexPartialScore value)
value - allowed object is
ComplexPartialScorepublic String getReasonCode()
Stringpublic void setReasonCode(String value)
value - allowed object is
Stringpublic Double getPartialScore()
Doublepublic void setPartialScore(Double value)
value - allowed object is
Double
|
Drools :: PMML - Compiler 6.2.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||