public class Constraints extends PMMLObject implements HasExtensions
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"/>
</sequence>
<attribute name="minimumNumberOfItems" type="{http://www.dmg.org/PMML-4_2}INT-NUMBER" default="1" />
<attribute name="maximumNumberOfItems" type="{http://www.dmg.org/PMML-4_2}INT-NUMBER" />
<attribute name="minimumNumberOfAntecedentItems" type="{http://www.dmg.org/PMML-4_2}INT-NUMBER" default="1" />
<attribute name="maximumNumberOfAntecedentItems" type="{http://www.dmg.org/PMML-4_2}INT-NUMBER" />
<attribute name="minimumNumberOfConsequentItems" type="{http://www.dmg.org/PMML-4_2}INT-NUMBER" default="1" />
<attribute name="maximumNumberOfConsequentItems" type="{http://www.dmg.org/PMML-4_2}INT-NUMBER" />
<attribute name="minimumSupport" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" default="0" />
<attribute name="minimumConfidence" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" default="0" />
<attribute name="minimumLift" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" default="0" />
<attribute name="minimumTotalSequenceTime" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" default="0" />
<attribute name="maximumTotalSequenceTime" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" />
<attribute name="minimumItemsetSeparationTime" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" default="0" />
<attribute name="maximumItemsetSeparationTime" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" />
<attribute name="minimumAntConsSeparationTime" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" default="0" />
<attribute name="maximumAntConsSeparationTime" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Extension> |
extensions |
protected java.lang.Double |
maximumAntConsSeparationTime |
protected java.lang.Double |
maximumItemsetSeparationTime |
protected java.lang.Integer |
maximumNumberOfAntecedentItems |
protected java.lang.Integer |
maximumNumberOfConsequentItems |
protected java.lang.Integer |
maximumNumberOfItems |
protected java.lang.Double |
maximumTotalSequenceTime |
protected java.lang.Double |
minimumAntConsSeparationTime |
protected java.lang.Double |
minimumConfidence |
protected java.lang.Double |
minimumItemsetSeparationTime |
protected java.lang.Double |
minimumLift |
protected java.lang.Integer |
minimumNumberOfAntecedentItems |
protected java.lang.Integer |
minimumNumberOfConsequentItems |
protected java.lang.Integer |
minimumNumberOfItems |
protected java.lang.Double |
minimumSupport |
protected java.lang.Double |
minimumTotalSequenceTime |
| Constructor and Description |
|---|
Constraints() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
java.util.List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
java.lang.Double |
getMaximumAntConsSeparationTime()
Gets the value of the maximumAntConsSeparationTime property.
|
java.lang.Double |
getMaximumItemsetSeparationTime()
Gets the value of the maximumItemsetSeparationTime property.
|
java.lang.Integer |
getMaximumNumberOfAntecedentItems()
Gets the value of the maximumNumberOfAntecedentItems property.
|
java.lang.Integer |
getMaximumNumberOfConsequentItems()
Gets the value of the maximumNumberOfConsequentItems property.
|
java.lang.Integer |
getMaximumNumberOfItems()
Gets the value of the maximumNumberOfItems property.
|
java.lang.Double |
getMaximumTotalSequenceTime()
Gets the value of the maximumTotalSequenceTime property.
|
double |
getMinimumAntConsSeparationTime()
Gets the value of the minimumAntConsSeparationTime property.
|
double |
getMinimumConfidence()
Gets the value of the minimumConfidence property.
|
double |
getMinimumItemsetSeparationTime()
Gets the value of the minimumItemsetSeparationTime property.
|
double |
getMinimumLift()
Gets the value of the minimumLift property.
|
int |
getMinimumNumberOfAntecedentItems()
Gets the value of the minimumNumberOfAntecedentItems property.
|
int |
getMinimumNumberOfConsequentItems()
Gets the value of the minimumNumberOfConsequentItems property.
|
int |
getMinimumNumberOfItems()
Gets the value of the minimumNumberOfItems property.
|
double |
getMinimumSupport()
Gets the value of the minimumSupport property.
|
double |
getMinimumTotalSequenceTime()
Gets the value of the minimumTotalSequenceTime property.
|
boolean |
hasExtensions() |
void |
setMaximumAntConsSeparationTime(java.lang.Double value)
Sets the value of the maximumAntConsSeparationTime property.
|
void |
setMaximumItemsetSeparationTime(java.lang.Double value)
Sets the value of the maximumItemsetSeparationTime property.
|
void |
setMaximumNumberOfAntecedentItems(java.lang.Integer value)
Sets the value of the maximumNumberOfAntecedentItems property.
|
void |
setMaximumNumberOfConsequentItems(java.lang.Integer value)
Sets the value of the maximumNumberOfConsequentItems property.
|
void |
setMaximumNumberOfItems(java.lang.Integer value)
Sets the value of the maximumNumberOfItems property.
|
void |
setMaximumTotalSequenceTime(java.lang.Double value)
Sets the value of the maximumTotalSequenceTime property.
|
void |
setMinimumAntConsSeparationTime(java.lang.Double value)
Sets the value of the minimumAntConsSeparationTime property.
|
void |
setMinimumConfidence(java.lang.Double value)
Sets the value of the minimumConfidence property.
|
void |
setMinimumItemsetSeparationTime(java.lang.Double value)
Sets the value of the minimumItemsetSeparationTime property.
|
void |
setMinimumLift(java.lang.Double value)
Sets the value of the minimumLift property.
|
void |
setMinimumNumberOfAntecedentItems(java.lang.Integer value)
Sets the value of the minimumNumberOfAntecedentItems property.
|
void |
setMinimumNumberOfConsequentItems(java.lang.Integer value)
Sets the value of the minimumNumberOfConsequentItems property.
|
void |
setMinimumNumberOfItems(java.lang.Integer value)
Sets the value of the minimumNumberOfItems property.
|
void |
setMinimumSupport(java.lang.Double value)
Sets the value of the minimumSupport property.
|
void |
setMinimumTotalSequenceTime(java.lang.Double value)
Sets the value of the minimumTotalSequenceTime property.
|
Constraints |
withExtensions(java.util.Collection<Extension> values) |
Constraints |
withExtensions(Extension... values) |
Constraints |
withMaximumAntConsSeparationTime(java.lang.Double value) |
Constraints |
withMaximumItemsetSeparationTime(java.lang.Double value) |
Constraints |
withMaximumNumberOfAntecedentItems(java.lang.Integer value) |
Constraints |
withMaximumNumberOfConsequentItems(java.lang.Integer value) |
Constraints |
withMaximumNumberOfItems(java.lang.Integer value) |
Constraints |
withMaximumTotalSequenceTime(java.lang.Double value) |
Constraints |
withMinimumAntConsSeparationTime(java.lang.Double value) |
Constraints |
withMinimumConfidence(java.lang.Double value) |
Constraints |
withMinimumItemsetSeparationTime(java.lang.Double value) |
Constraints |
withMinimumLift(java.lang.Double value) |
Constraints |
withMinimumNumberOfAntecedentItems(java.lang.Integer value) |
Constraints |
withMinimumNumberOfConsequentItems(java.lang.Integer value) |
Constraints |
withMinimumNumberOfItems(java.lang.Integer value) |
Constraints |
withMinimumSupport(java.lang.Double value) |
Constraints |
withMinimumTotalSequenceTime(java.lang.Double value) |
getLocator, setLocatorprotected java.lang.Integer minimumNumberOfItems
protected java.lang.Integer maximumNumberOfItems
protected java.lang.Integer minimumNumberOfAntecedentItems
protected java.lang.Integer maximumNumberOfAntecedentItems
protected java.lang.Integer minimumNumberOfConsequentItems
protected java.lang.Integer maximumNumberOfConsequentItems
protected java.lang.Double minimumSupport
protected java.lang.Double minimumConfidence
protected java.lang.Double minimumLift
protected java.lang.Double minimumTotalSequenceTime
protected java.lang.Double maximumTotalSequenceTime
protected java.lang.Double minimumItemsetSeparationTime
protected java.lang.Double maximumItemsetSeparationTime
protected java.lang.Double minimumAntConsSeparationTime
protected java.lang.Double maximumAntConsSeparationTime
protected java.util.List<Extension> extensions
public int getMinimumNumberOfItems()
Stringpublic void setMinimumNumberOfItems(java.lang.Integer value)
value - allowed object is
Stringpublic java.lang.Integer getMaximumNumberOfItems()
Stringpublic void setMaximumNumberOfItems(java.lang.Integer value)
value - allowed object is
Stringpublic int getMinimumNumberOfAntecedentItems()
Stringpublic void setMinimumNumberOfAntecedentItems(java.lang.Integer value)
value - allowed object is
Stringpublic java.lang.Integer getMaximumNumberOfAntecedentItems()
Stringpublic void setMaximumNumberOfAntecedentItems(java.lang.Integer value)
value - allowed object is
Stringpublic int getMinimumNumberOfConsequentItems()
Stringpublic void setMinimumNumberOfConsequentItems(java.lang.Integer value)
value - allowed object is
Stringpublic java.lang.Integer getMaximumNumberOfConsequentItems()
Stringpublic void setMaximumNumberOfConsequentItems(java.lang.Integer value)
value - allowed object is
Stringpublic double getMinimumSupport()
Doublepublic void setMinimumSupport(java.lang.Double value)
value - allowed object is
Doublepublic double getMinimumConfidence()
Doublepublic void setMinimumConfidence(java.lang.Double value)
value - allowed object is
Doublepublic double getMinimumLift()
Doublepublic void setMinimumLift(java.lang.Double value)
value - allowed object is
Doublepublic double getMinimumTotalSequenceTime()
Doublepublic void setMinimumTotalSequenceTime(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getMaximumTotalSequenceTime()
Doublepublic void setMaximumTotalSequenceTime(java.lang.Double value)
value - allowed object is
Doublepublic double getMinimumItemsetSeparationTime()
Doublepublic void setMinimumItemsetSeparationTime(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getMaximumItemsetSeparationTime()
Doublepublic void setMaximumItemsetSeparationTime(java.lang.Double value)
value - allowed object is
Doublepublic double getMinimumAntConsSeparationTime()
Doublepublic void setMinimumAntConsSeparationTime(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getMaximumAntConsSeparationTime()
Doublepublic void setMaximumAntConsSeparationTime(java.lang.Double value)
value - allowed object is
Doublepublic java.util.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
getExtensions in interface HasExtensionspublic Constraints withMinimumNumberOfItems(java.lang.Integer value)
public Constraints withMaximumNumberOfItems(java.lang.Integer value)
public Constraints withMinimumNumberOfAntecedentItems(java.lang.Integer value)
public Constraints withMaximumNumberOfAntecedentItems(java.lang.Integer value)
public Constraints withMinimumNumberOfConsequentItems(java.lang.Integer value)
public Constraints withMaximumNumberOfConsequentItems(java.lang.Integer value)
public Constraints withMinimumSupport(java.lang.Double value)
public Constraints withMinimumConfidence(java.lang.Double value)
public Constraints withMinimumLift(java.lang.Double value)
public Constraints withMinimumTotalSequenceTime(java.lang.Double value)
public Constraints withMaximumTotalSequenceTime(java.lang.Double value)
public Constraints withMinimumItemsetSeparationTime(java.lang.Double value)
public Constraints withMaximumItemsetSeparationTime(java.lang.Double value)
public Constraints withMinimumAntConsSeparationTime(java.lang.Double value)
public Constraints withMaximumAntConsSeparationTime(java.lang.Double value)
public Constraints withExtensions(Extension... values)
public Constraints withExtensions(java.util.Collection<Extension> values)
public boolean hasExtensions()
hasExtensions in interface HasExtensionspublic VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.