org.dmg.pmml.pmml_4_1.descr
Class SequenceRule

java.lang.Object
  extended by org.dmg.pmml.pmml_4_1.descr.SequenceRule
All Implemented Interfaces:
Serializable

public class SequenceRule
extends Object
implements Serializable

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_1}Extension" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.dmg.org/PMML-4_1}AntecedentSequence"/>
         <element ref="{http://www.dmg.org/PMML-4_1}Delimiter"/>
         <element ref="{http://www.dmg.org/PMML-4_1}Time" minOccurs="0"/>
         <element ref="{http://www.dmg.org/PMML-4_1}ConsequentSequence"/>
         <element ref="{http://www.dmg.org/PMML-4_1}Time" minOccurs="0"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.dmg.org/PMML-4_1}ELEMENT-ID" />
       <attribute name="numberOfSets" use="required" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" />
       <attribute name="occurrence" use="required" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" />
       <attribute name="support" use="required" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" />
       <attribute name="confidence" use="required" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" />
       <attribute name="lift" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

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<Object> 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<Object> 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

extensions

protected List<Extension> extensions

antecedentSequence

protected AntecedentSequence antecedentSequence

delimiter

protected Delimiter delimiter

timesAndConsequentSequences

protected List<Object> timesAndConsequentSequences

id

protected String id

numberOfSets

protected BigInteger numberOfSets

occurrence

protected BigInteger occurrence

support

protected double support

confidence

protected double confidence

lift

protected Double lift
Constructor Detail

SequenceRule

public SequenceRule()
Method Detail

getExtensions

public List<Extension> getExtensions()
Gets the value of the extensions property.

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


getAntecedentSequence

public AntecedentSequence getAntecedentSequence()
Gets the value of the antecedentSequence property.

Returns:
possible object is AntecedentSequence

setAntecedentSequence

public void setAntecedentSequence(AntecedentSequence value)
Sets the value of the antecedentSequence property.

Parameters:
value - allowed object is AntecedentSequence

getDelimiter

public Delimiter getDelimiter()
Gets the value of the delimiter property.

Returns:
possible object is Delimiter

setDelimiter

public void setDelimiter(Delimiter value)
Sets the value of the delimiter property.

Parameters:
value - allowed object is Delimiter

getTimesAndConsequentSequences

public List<Object> getTimesAndConsequentSequences()
Gets the value of the timesAndConsequentSequences property.

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


getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getNumberOfSets

public BigInteger getNumberOfSets()
Gets the value of the numberOfSets property.

Returns:
possible object is BigInteger

setNumberOfSets

public void setNumberOfSets(BigInteger value)
Sets the value of the numberOfSets property.

Parameters:
value - allowed object is BigInteger

getOccurrence

public BigInteger getOccurrence()
Gets the value of the occurrence property.

Returns:
possible object is BigInteger

setOccurrence

public void setOccurrence(BigInteger value)
Sets the value of the occurrence property.

Parameters:
value - allowed object is BigInteger

getSupport

public double getSupport()
Gets the value of the support property.


setSupport

public void setSupport(double value)
Sets the value of the support property.


getConfidence

public double getConfidence()
Gets the value of the confidence property.


setConfidence

public void setConfidence(double value)
Sets the value of the confidence property.


getLift

public Double getLift()
Gets the value of the lift property.

Returns:
possible object is Double

setLift

public void setLift(Double value)
Sets the value of the lift property.

Parameters:
value - allowed object is Double


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.