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>
| Constructor and Description |
|---|
Constraints() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
Constraints |
addExtensions(Extension... extensions) |
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
Double |
getMaximumAntConsSeparationTime()
Gets the value of the maximumAntConsSeparationTime property.
|
Double |
getMaximumItemsetSeparationTime()
Gets the value of the maximumItemsetSeparationTime property.
|
Integer |
getMaximumNumberOfAntecedentItems()
Gets the value of the maximumNumberOfAntecedentItems property.
|
Integer |
getMaximumNumberOfConsequentItems()
Gets the value of the maximumNumberOfConsequentItems property.
|
Integer |
getMaximumNumberOfItems()
Gets the value of the maximumNumberOfItems property.
|
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.
|
Integer |
getMinimumNumberOfAntecedentItems()
Gets the value of the minimumNumberOfAntecedentItems property.
|
Integer |
getMinimumNumberOfConsequentItems()
Gets the value of the minimumNumberOfConsequentItems property.
|
Integer |
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() |
Constraints |
setMaximumAntConsSeparationTime(Double maximumAntConsSeparationTime)
Sets the value of the maximumAntConsSeparationTime property.
|
Constraints |
setMaximumItemsetSeparationTime(Double maximumItemsetSeparationTime)
Sets the value of the maximumItemsetSeparationTime property.
|
Constraints |
setMaximumNumberOfAntecedentItems(Integer maximumNumberOfAntecedentItems)
Sets the value of the maximumNumberOfAntecedentItems property.
|
Constraints |
setMaximumNumberOfConsequentItems(Integer maximumNumberOfConsequentItems)
Sets the value of the maximumNumberOfConsequentItems property.
|
Constraints |
setMaximumNumberOfItems(Integer maximumNumberOfItems)
Sets the value of the maximumNumberOfItems property.
|
Constraints |
setMaximumTotalSequenceTime(Double maximumTotalSequenceTime)
Sets the value of the maximumTotalSequenceTime property.
|
Constraints |
setMinimumAntConsSeparationTime(Double minimumAntConsSeparationTime)
Sets the value of the minimumAntConsSeparationTime property.
|
Constraints |
setMinimumConfidence(Double minimumConfidence)
Sets the value of the minimumConfidence property.
|
Constraints |
setMinimumItemsetSeparationTime(Double minimumItemsetSeparationTime)
Sets the value of the minimumItemsetSeparationTime property.
|
Constraints |
setMinimumLift(Double minimumLift)
Sets the value of the minimumLift property.
|
Constraints |
setMinimumNumberOfAntecedentItems(Integer minimumNumberOfAntecedentItems)
Sets the value of the minimumNumberOfAntecedentItems property.
|
Constraints |
setMinimumNumberOfConsequentItems(Integer minimumNumberOfConsequentItems)
Sets the value of the minimumNumberOfConsequentItems property.
|
Constraints |
setMinimumNumberOfItems(Integer minimumNumberOfItems)
Sets the value of the minimumNumberOfItems property.
|
Constraints |
setMinimumSupport(Double minimumSupport)
Sets the value of the minimumSupport property.
|
Constraints |
setMinimumTotalSequenceTime(Double minimumTotalSequenceTime)
Sets the value of the minimumTotalSequenceTime property.
|
getLocator, setLocatorpublic Integer getMinimumNumberOfItems()
Stringpublic Constraints setMinimumNumberOfItems(Integer minimumNumberOfItems)
minimumNumberOfItems - allowed object is
Stringpublic Integer getMaximumNumberOfItems()
Stringpublic Constraints setMaximumNumberOfItems(Integer maximumNumberOfItems)
maximumNumberOfItems - allowed object is
Stringpublic Integer getMinimumNumberOfAntecedentItems()
Stringpublic Constraints setMinimumNumberOfAntecedentItems(Integer minimumNumberOfAntecedentItems)
minimumNumberOfAntecedentItems - allowed object is
Stringpublic Integer getMaximumNumberOfAntecedentItems()
Stringpublic Constraints setMaximumNumberOfAntecedentItems(Integer maximumNumberOfAntecedentItems)
maximumNumberOfAntecedentItems - allowed object is
Stringpublic Integer getMinimumNumberOfConsequentItems()
Stringpublic Constraints setMinimumNumberOfConsequentItems(Integer minimumNumberOfConsequentItems)
minimumNumberOfConsequentItems - allowed object is
Stringpublic Integer getMaximumNumberOfConsequentItems()
Stringpublic Constraints setMaximumNumberOfConsequentItems(Integer maximumNumberOfConsequentItems)
maximumNumberOfConsequentItems - allowed object is
Stringpublic Double getMinimumSupport()
Doublepublic Constraints setMinimumSupport(Double minimumSupport)
minimumSupport - allowed object is
Doublepublic Double getMinimumConfidence()
Doublepublic Constraints setMinimumConfidence(Double minimumConfidence)
minimumConfidence - allowed object is
Doublepublic Double getMinimumLift()
Doublepublic Constraints setMinimumLift(Double minimumLift)
minimumLift - allowed object is
Doublepublic Double getMinimumTotalSequenceTime()
Doublepublic Constraints setMinimumTotalSequenceTime(Double minimumTotalSequenceTime)
minimumTotalSequenceTime - allowed object is
Doublepublic Double getMaximumTotalSequenceTime()
Doublepublic Constraints setMaximumTotalSequenceTime(Double maximumTotalSequenceTime)
maximumTotalSequenceTime - allowed object is
Doublepublic Double getMinimumItemsetSeparationTime()
Doublepublic Constraints setMinimumItemsetSeparationTime(Double minimumItemsetSeparationTime)
minimumItemsetSeparationTime - allowed object is
Doublepublic Double getMaximumItemsetSeparationTime()
Doublepublic Constraints setMaximumItemsetSeparationTime(Double maximumItemsetSeparationTime)
maximumItemsetSeparationTime - allowed object is
Doublepublic Double getMinimumAntConsSeparationTime()
Doublepublic Constraints setMinimumAntConsSeparationTime(Double minimumAntConsSeparationTime)
minimumAntConsSeparationTime - allowed object is
Doublepublic Double getMaximumAntConsSeparationTime()
Doublepublic Constraints setMaximumAntConsSeparationTime(Double maximumAntConsSeparationTime)
maximumAntConsSeparationTime - allowed object is
Doublepublic 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 boolean hasExtensions()
hasExtensions in interface HasExtensionspublic Constraints addExtensions(Extension... extensions)
public VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.