public class ForcedRangeNumericalPartitioning extends SingleContextDocumentProcessor implements com.exalead.util.Checkable, java.io.Serializable
SingleContextDocumentProcessor.Transformer<T>
DocumentProcessor.FromDataModel
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_SEPARATOR |
java.util.List<NumericalRange> |
numericalRange |
java.lang.String |
outputContext |
java.lang.String |
separator
Deprecated.
|
inputContext
acceptCondition, dataModelClass, dataModelProperty, dataModelState, DEFAULT_DISABLED, disabled, fromDataModel, name
Constructor and Description |
---|
ForcedRangeNumericalPartitioning() |
ForcedRangeNumericalPartitioning(ForcedRangeNumericalPartitioning o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(DocumentProcessor.Transformer<T> transformer,
T[] t) |
<T> T |
accept(SingleContextDocumentProcessor.Transformer<T> transformer,
T[] t) |
void |
check(boolean deep,
java.lang.String errorContext)
Checks this ForcedRangeNumericalPartitioning.
|
static ForcedRangeNumericalPartitioning |
fromString(java.lang.String s)
String representation of this ForcedRangeNumericalPartitioning.
|
java.util.List<NumericalRange> |
getNumericalRange()
The forced ranges.
|
java.lang.String |
getOutputContext()
The ContextName used for newly created chunks.
|
java.lang.String |
getSeparator()
Deprecated.
|
ForcedRangeNumericalPartitioning |
makeCopy()
Creates and returns a deep copy of this ForcedRangeNumericalPartitioning.
|
static ForcedRangeNumericalPartitioning |
readFrom(java.io.InputStream is)
Read this ForcedRangeNumericalPartitioning from an XML fragment.
|
void |
setOutputContext(java.lang.String outputContext)
The ContextName used for newly created chunks.
|
void |
setSeparator(java.lang.String separator)
Deprecated.
|
java.lang.String |
toString()
String representation of this ForcedRangeNumericalPartitioning.
|
ForcedRangeNumericalPartitioning |
withAcceptCondition(AcceptCondition acceptCondition) |
ForcedRangeNumericalPartitioning |
withDataModelClass(java.lang.String dataModelClass) |
ForcedRangeNumericalPartitioning |
withDataModelProperty(java.lang.String dataModelProperty) |
ForcedRangeNumericalPartitioning |
withDataModelState(java.lang.String dataModelState) |
ForcedRangeNumericalPartitioning |
withDisabled(boolean disabled) |
ForcedRangeNumericalPartitioning |
withDisabled(java.lang.Boolean disabled) |
ForcedRangeNumericalPartitioning |
withFromDataModel(DocumentProcessor fromDataModel) |
ForcedRangeNumericalPartitioning |
withInputContext(java.lang.String inputContext) |
ForcedRangeNumericalPartitioning |
withName(java.lang.String name) |
ForcedRangeNumericalPartitioning |
withNumericalRange(java.util.Collection<NumericalRange> __values) |
ForcedRangeNumericalPartitioning |
withNumericalRange(NumericalRange... __values)
The forced ranges.
|
ForcedRangeNumericalPartitioning |
withOutputContext(java.lang.String outputContext) |
ForcedRangeNumericalPartitioning |
withSeparator(java.lang.String separator)
Deprecated.
|
void |
writeTo(java.io.OutputStream os)
Write this ForcedRangeNumericalPartitioning as an XML fragment
|
getInputContext, setInputContext
getAcceptCondition, getDataModelClass, getDataModelProperty, getDataModelState, getFromDataModel, getName, isDisabled, setAcceptCondition, setDataModelClass, setDataModelProperty, setDataModelState, setDisabled, setFromDataModel, setName
public java.util.List<NumericalRange> numericalRange
public java.lang.String outputContext
@Deprecated public java.lang.String separator
public static final java.lang.String DEFAULT_SEPARATOR
public ForcedRangeNumericalPartitioning()
public ForcedRangeNumericalPartitioning(ForcedRangeNumericalPartitioning o)
public ForcedRangeNumericalPartitioning withInputContext(java.lang.String inputContext)
withInputContext
in class SingleContextDocumentProcessor
public ForcedRangeNumericalPartitioning withAcceptCondition(AcceptCondition acceptCondition)
withAcceptCondition
in class SingleContextDocumentProcessor
public ForcedRangeNumericalPartitioning withName(java.lang.String name)
withName
in class SingleContextDocumentProcessor
public ForcedRangeNumericalPartitioning withDataModelState(java.lang.String dataModelState)
withDataModelState
in class SingleContextDocumentProcessor
public ForcedRangeNumericalPartitioning withFromDataModel(DocumentProcessor fromDataModel)
withFromDataModel
in class SingleContextDocumentProcessor
public ForcedRangeNumericalPartitioning withDataModelClass(java.lang.String dataModelClass)
withDataModelClass
in class SingleContextDocumentProcessor
public ForcedRangeNumericalPartitioning withDataModelProperty(java.lang.String dataModelProperty)
withDataModelProperty
in class SingleContextDocumentProcessor
public ForcedRangeNumericalPartitioning withDisabled(boolean disabled)
withDisabled
in class SingleContextDocumentProcessor
public ForcedRangeNumericalPartitioning withDisabled(java.lang.Boolean disabled)
withDisabled
in class SingleContextDocumentProcessor
public java.util.List<NumericalRange> getNumericalRange()
public ForcedRangeNumericalPartitioning withNumericalRange(NumericalRange... __values)
public ForcedRangeNumericalPartitioning withNumericalRange(java.util.Collection<NumericalRange> __values)
public void setOutputContext(java.lang.String outputContext)
public java.lang.String getOutputContext()
public ForcedRangeNumericalPartitioning withOutputContext(java.lang.String outputContext)
@Deprecated public void setSeparator(java.lang.String separator)
@Deprecated public java.lang.String getSeparator()
@Deprecated public ForcedRangeNumericalPartitioning withSeparator(java.lang.String separator)
public ForcedRangeNumericalPartitioning makeCopy()
makeCopy
in class SingleContextDocumentProcessor
public static ForcedRangeNumericalPartitioning readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
writeTo
in class SingleContextDocumentProcessor
javax.xml.bind.JAXBException
java.io.IOException
public static ForcedRangeNumericalPartitioning fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class SingleContextDocumentProcessor
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class SingleContextDocumentProcessor
com.exalead.util.TypedException
public <T> T accept(SingleContextDocumentProcessor.Transformer<T> transformer, T[] t) throws com.exalead.util.TypedException
accept
in class SingleContextDocumentProcessor
com.exalead.util.TypedException
public <T> T accept(DocumentProcessor.Transformer<T> transformer, T[] t) throws com.exalead.util.TypedException
accept
in class DocumentProcessor
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.