public class DecisionConverter extends DRGElementConverter
| Modifier and Type | Field and Description |
|---|---|
static String |
ALLOWED_ANSWERS |
static String |
AUTHORITY_REQUIREMENT |
static String |
DECISION_MAKER |
static String |
DECISION_OWNER |
static String |
EXPRESSION |
static String |
IMPACTED_PERFORMANCE_INDICATOR |
static String |
INFORMATION_REQUIREMENT |
static String |
KNOWLEDGE_REQUIREMENT |
static String |
QUESTION |
static String |
SUPPORTED_OBJECTIVE |
static String |
USING_PROCESS |
static String |
USING_TASK |
static String |
VARIABLE |
DESCRIPTION, ID, LABEL| Constructor and Description |
|---|
DecisionConverter(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 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 QUESTION
public static final String ALLOWED_ANSWERS
public static final String VARIABLE
public static final String INFORMATION_REQUIREMENT
public static final String KNOWLEDGE_REQUIREMENT
public static final String AUTHORITY_REQUIREMENT
public static final String SUPPORTED_OBJECTIVE
public static final String IMPACTED_PERFORMANCE_INDICATOR
public static final String DECISION_MAKER
public static final String DECISION_OWNER
public static final String USING_PROCESS
public static final String USING_TASK
public static final String EXPRESSION
public DecisionConverter(com.thoughtworks.xstream.XStream xstream)
public boolean canConvert(Class clazz)
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatchercanConvert in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverterprotected void assignChildElement(Object parent, String nodeName, Object child)
assignChildElement in class DRGElementConverterprotected void assignAttributes(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
Object parent)
assignAttributes in class DRGElementConverterprotected DMNModelInstrumentedBase createModelObject()
createModelObject in class DMNBaseConverterprotected void writeChildren(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context,
Object parent)
writeChildren in class DRGElementConverterprotected void writeAttributes(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
Object parent)
writeAttributes in class DRGElementConverterCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.