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, EXTENSION_ELEMENTS, 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 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, writeChildrenNodeAsValue
public 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.ConverterMatcher
canConvert
in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
protected void assignChildElement(Object parent, String nodeName, Object child)
assignChildElement
in class DRGElementConverter
protected void assignAttributes(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, Object parent)
assignAttributes
in class DRGElementConverter
protected org.kie.dmn.model.api.DMNModelInstrumentedBase createModelObject()
createModelObject
in class DMNBaseConverter
protected void writeChildren(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context, Object parent)
writeChildren
in class DRGElementConverter
protected void writeAttributes(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, Object parent)
writeAttributes
in class DRGElementConverter
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.