|
Drools :: PMML - Compiler 6.1.0.Beta2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dmg.pmml.pmml_4_1.descr.SeasonalityExpoSmooth
public class SeasonalityExpoSmooth
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>
<group ref="{http://www.dmg.org/PMML-4_1}REAL-ARRAY"/>
</sequence>
<attribute name="type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="additive"/>
<enumeration value="multiplicative"/>
</restriction>
</simpleType>
</attribute>
<attribute name="period" use="required" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" />
<attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="phase" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" />
<attribute name="delta" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Array |
array
|
protected Double |
delta
|
protected BigInteger |
period
|
protected BigInteger |
phase
|
protected String |
type
|
protected String |
unit
|
| Constructor Summary | |
|---|---|
SeasonalityExpoSmooth()
|
|
| Method Summary | |
|---|---|
Array |
getArray()
Gets the value of the array property. |
Double |
getDelta()
Gets the value of the delta property. |
BigInteger |
getPeriod()
Gets the value of the period property. |
BigInteger |
getPhase()
Gets the value of the phase property. |
String |
getType()
Gets the value of the type property. |
String |
getUnit()
Gets the value of the unit property. |
void |
setArray(Array value)
Sets the value of the array property. |
void |
setDelta(Double value)
Sets the value of the delta property. |
void |
setPeriod(BigInteger value)
Sets the value of the period property. |
void |
setPhase(BigInteger value)
Sets the value of the phase property. |
void |
setType(String value)
Sets the value of the type property. |
void |
setUnit(String value)
Sets the value of the unit property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Array array
protected String type
protected BigInteger period
protected String unit
protected BigInteger phase
protected Double delta
| Constructor Detail |
|---|
public SeasonalityExpoSmooth()
| Method Detail |
|---|
public Array getArray()
Arraypublic void setArray(Array value)
value - allowed object is
Arraypublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic BigInteger getPeriod()
BigIntegerpublic void setPeriod(BigInteger value)
value - allowed object is
BigIntegerpublic String getUnit()
Stringpublic void setUnit(String value)
value - allowed object is
Stringpublic BigInteger getPhase()
BigIntegerpublic void setPhase(BigInteger value)
value - allowed object is
BigIntegerpublic Double getDelta()
Doublepublic void setDelta(Double value)
value - allowed object is
Double
|
Drools :: PMML - Compiler 6.1.0.Beta2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||