|
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.SequenceRule
public class SequenceRule
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"/>
<element ref="{http://www.dmg.org/PMML-4_2}AntecedentSequence"/>
<element ref="{http://www.dmg.org/PMML-4_2}Delimiter"/>
<element ref="{http://www.dmg.org/PMML-4_2}Time" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}ConsequentSequence"/>
<element ref="{http://www.dmg.org/PMML-4_2}Time" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.dmg.org/PMML-4_2}ELEMENT-ID" />
<attribute name="numberOfSets" use="required" type="{http://www.dmg.org/PMML-4_2}INT-NUMBER" />
<attribute name="occurrence" use="required" type="{http://www.dmg.org/PMML-4_2}INT-NUMBER" />
<attribute name="support" use="required" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" />
<attribute name="confidence" use="required" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" />
<attribute name="lift" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AntecedentSequence |
antecedentSequence
|
protected double |
confidence
|
protected Delimiter |
delimiter
|
protected List<Extension> |
extensions
|
protected String |
id
|
protected Double |
lift
|
protected BigInteger |
numberOfSets
|
protected BigInteger |
occurrence
|
protected double |
support
|
protected List<Serializable> |
timesAndConsequentSequences
|
| Constructor Summary | |
|---|---|
SequenceRule()
|
|
| Method Summary | |
|---|---|
AntecedentSequence |
getAntecedentSequence()
Gets the value of the antecedentSequence property. |
double |
getConfidence()
Gets the value of the confidence property. |
Delimiter |
getDelimiter()
Gets the value of the delimiter property. |
List<Extension> |
getExtensions()
Gets the value of the extensions property. |
String |
getId()
Gets the value of the id property. |
Double |
getLift()
Gets the value of the lift property. |
BigInteger |
getNumberOfSets()
Gets the value of the numberOfSets property. |
BigInteger |
getOccurrence()
Gets the value of the occurrence property. |
double |
getSupport()
Gets the value of the support property. |
List<Serializable> |
getTimesAndConsequentSequences()
Gets the value of the timesAndConsequentSequences property. |
void |
setAntecedentSequence(AntecedentSequence value)
Sets the value of the antecedentSequence property. |
void |
setConfidence(double value)
Sets the value of the confidence property. |
void |
setDelimiter(Delimiter value)
Sets the value of the delimiter property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setLift(Double value)
Sets the value of the lift property. |
void |
setNumberOfSets(BigInteger value)
Sets the value of the numberOfSets property. |
void |
setOccurrence(BigInteger value)
Sets the value of the occurrence property. |
void |
setSupport(double value)
Sets the value of the support 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 AntecedentSequence antecedentSequence
protected Delimiter delimiter
protected List<Serializable> timesAndConsequentSequences
protected String id
protected BigInteger numberOfSets
protected BigInteger occurrence
protected double support
protected double confidence
protected Double lift
| Constructor Detail |
|---|
public SequenceRule()
| 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 AntecedentSequence getAntecedentSequence()
AntecedentSequencepublic void setAntecedentSequence(AntecedentSequence value)
value - allowed object is
AntecedentSequencepublic Delimiter getDelimiter()
Delimiterpublic void setDelimiter(Delimiter value)
value - allowed object is
Delimiterpublic List<Serializable> getTimesAndConsequentSequences()
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 timesAndConsequentSequences property.
For example, to add a new item, do as follows:
getTimesAndConsequentSequences().add(newItem);
Objects of the following type(s) are allowed in the list
Time
ConsequentSequence
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic BigInteger getNumberOfSets()
BigIntegerpublic void setNumberOfSets(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getOccurrence()
BigIntegerpublic void setOccurrence(BigInteger value)
value - allowed object is
BigIntegerpublic double getSupport()
public void setSupport(double value)
public double getConfidence()
public void setConfidence(double value)
public Double getLift()
Doublepublic void setLift(Double value)
value - allowed object is
Double
|
Drools :: PMML - Compiler 6.2.0.CR3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||