public class DecisionTableConverter extends ExpressionConverter
| Modifier and Type | Field and Description |
|---|---|
static String |
AGGREGATION |
static String |
HIT_POLICY |
static String |
INPUT |
static String |
OUTPUT |
static String |
OUTPUT_LABEL |
static String |
PREFERRED_ORIENTATION |
static String |
RULE |
TYPE_REFDESCRIPTION, EXTENSION_ELEMENTS, ID, LABEL| Constructor and Description |
|---|
DecisionTableConverter(com.thoughtworks.xstream.XStream xstream) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assignAttributes(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
Object parent) |
protected void |
assignChildElement(Object parent,
String nodeName,
Object child) |
boolean |
canConvert(Class clazz) |
protected org.kie.dmn.model.api.DMNModelInstrumentedBase |
createModelObject() |
protected void |
writeAttributes(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
Object parent) |
protected void |
writeChildren(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context,
Object parent) |
marshal, parseElements, unmarshal, writeChildrenNode, writeChildrenNodeAsValuepublic static final String RULE
public static final String OUTPUT
public static final String INPUT
public static final String HIT_POLICY
public static final String AGGREGATION
public static final String PREFERRED_ORIENTATION
public static final String OUTPUT_LABEL
public DecisionTableConverter(com.thoughtworks.xstream.XStream xstream)
protected void assignChildElement(Object parent, String nodeName, Object child)
assignChildElement in class ExpressionConverterprotected void assignAttributes(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
Object parent)
assignAttributes in class ExpressionConverterprotected void writeChildren(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context,
Object parent)
writeChildren in class ExpressionConverterprotected void writeAttributes(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
Object parent)
writeAttributes in class ExpressionConverterprotected org.kie.dmn.model.api.DMNModelInstrumentedBase createModelObject()
createModelObject in class DMNBaseConverterpublic boolean canConvert(Class clazz)
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatchercanConvert in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverterCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.