public class CGRDocumentProcessor extends DocumentProcessor implements com.exalead.util.Checkable, java.io.Serializable
DocumentProcessor.FromDataModel, DocumentProcessor.Transformer<T>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_DOC_IDENTIFYER |
static java.lang.String |
DEFAULT_PART_C_G_R |
static java.lang.String |
DEFAULT_PART_OCTREE |
java.lang.String |
docIdentifyer |
java.lang.String |
partCGR |
java.lang.String |
partOctree |
acceptCondition, dataModelClass, dataModelProperty, dataModelState, DEFAULT_DISABLED, disabled, fromDataModel, name
Constructor and Description |
---|
CGRDocumentProcessor() |
CGRDocumentProcessor(CGRDocumentProcessor o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(DocumentProcessor.Transformer<T> transformer,
T[] t) |
void |
check(boolean deep,
java.lang.String errorContext)
Checks this CGRDocumentProcessor.
|
static CGRDocumentProcessor |
fromString(java.lang.String s)
String representation of this CGRDocumentProcessor.
|
java.lang.String |
getDocIdentifyer()
Name of the meta identifying the document.
|
java.lang.String |
getPartCGR()
Name of the part containing the CGR data (tesselation).
|
java.lang.String |
getPartOctree()
Name of the part used to store the resulting octree.
|
CGRDocumentProcessor |
makeCopy()
Creates and returns a deep copy of this CGRDocumentProcessor.
|
static CGRDocumentProcessor |
readFrom(java.io.InputStream is)
Read this CGRDocumentProcessor from an XML fragment.
|
void |
setDocIdentifyer(java.lang.String docIdentifyer)
Name of the meta identifying the document.
|
void |
setPartCGR(java.lang.String partCGR)
Name of the part containing the CGR data (tesselation).
|
void |
setPartOctree(java.lang.String partOctree)
Name of the part used to store the resulting octree.
|
java.lang.String |
toString()
String representation of this CGRDocumentProcessor.
|
CGRDocumentProcessor |
withAcceptCondition(AcceptCondition acceptCondition) |
CGRDocumentProcessor |
withDataModelClass(java.lang.String dataModelClass) |
CGRDocumentProcessor |
withDataModelProperty(java.lang.String dataModelProperty) |
CGRDocumentProcessor |
withDataModelState(java.lang.String dataModelState) |
CGRDocumentProcessor |
withDisabled(boolean disabled) |
CGRDocumentProcessor |
withDisabled(java.lang.Boolean disabled) |
CGRDocumentProcessor |
withDocIdentifyer(java.lang.String docIdentifyer) |
CGRDocumentProcessor |
withFromDataModel(DocumentProcessor fromDataModel) |
CGRDocumentProcessor |
withName(java.lang.String name) |
CGRDocumentProcessor |
withPartCGR(java.lang.String partCGR) |
CGRDocumentProcessor |
withPartOctree(java.lang.String partOctree) |
void |
writeTo(java.io.OutputStream os)
Write this CGRDocumentProcessor as an XML fragment
|
getAcceptCondition, getDataModelClass, getDataModelProperty, getDataModelState, getFromDataModel, getName, isDisabled, setAcceptCondition, setDataModelClass, setDataModelProperty, setDataModelState, setDisabled, setFromDataModel, setName
public java.lang.String partCGR
public static final java.lang.String DEFAULT_PART_C_G_R
public java.lang.String partOctree
public static final java.lang.String DEFAULT_PART_OCTREE
public java.lang.String docIdentifyer
public static final java.lang.String DEFAULT_DOC_IDENTIFYER
public CGRDocumentProcessor()
public CGRDocumentProcessor(CGRDocumentProcessor o)
public CGRDocumentProcessor withAcceptCondition(AcceptCondition acceptCondition)
withAcceptCondition
in class DocumentProcessor
public CGRDocumentProcessor withName(java.lang.String name)
withName
in class DocumentProcessor
public CGRDocumentProcessor withDataModelState(java.lang.String dataModelState)
withDataModelState
in class DocumentProcessor
public CGRDocumentProcessor withFromDataModel(DocumentProcessor fromDataModel)
public CGRDocumentProcessor withDataModelClass(java.lang.String dataModelClass)
withDataModelClass
in class DocumentProcessor
public CGRDocumentProcessor withDataModelProperty(java.lang.String dataModelProperty)
withDataModelProperty
in class DocumentProcessor
public CGRDocumentProcessor withDisabled(boolean disabled)
withDisabled
in class DocumentProcessor
public CGRDocumentProcessor withDisabled(java.lang.Boolean disabled)
withDisabled
in class DocumentProcessor
public void setPartCGR(java.lang.String partCGR)
public java.lang.String getPartCGR()
public CGRDocumentProcessor withPartCGR(java.lang.String partCGR)
public void setPartOctree(java.lang.String partOctree)
public java.lang.String getPartOctree()
public CGRDocumentProcessor withPartOctree(java.lang.String partOctree)
public void setDocIdentifyer(java.lang.String docIdentifyer)
public java.lang.String getDocIdentifyer()
public CGRDocumentProcessor withDocIdentifyer(java.lang.String docIdentifyer)
public CGRDocumentProcessor makeCopy()
makeCopy
in class DocumentProcessor
public static CGRDocumentProcessor 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 DocumentProcessor
javax.xml.bind.JAXBException
java.io.IOException
public static CGRDocumentProcessor 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 DocumentProcessor
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class DocumentProcessor
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.