Class TransformationConstants
- java.lang.Object
-
- science.aist.msbpmn.service.transformation.TransformationConstants
-
public final class TransformationConstants extends Object
Class with static strings, that contain different transformation constants
- Author:
- Andreas Pointner
-
-
Field Summary
Fields Modifier and Type Field Description static String
EDGE_TYPE_META_TAG
static String
END_META_TAG
static String
END_NODE_META_TAG
static String
EVENT_META_TAG
static String
JOIN_META_TAG
static String
PARTICIPANTS_COLL_META_TAG
static String
PROCESS_NAME_TAG
static String
START_META_TAG
static String
START_NODE_META_TAG
static String
SUBPROCESS_META_TAG
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <V extends org.hl7.fhir.instance.model.api.IBaseElement>
Function<V,Object>KEY_MAPPER()
-
-
-
Field Detail
-
START_NODE_META_TAG
public static final String START_NODE_META_TAG
- See Also:
- Constant Field Values
-
END_NODE_META_TAG
public static final String END_NODE_META_TAG
- See Also:
- Constant Field Values
-
SUBPROCESS_META_TAG
public static final String SUBPROCESS_META_TAG
- See Also:
- Constant Field Values
-
EDGE_TYPE_META_TAG
public static final String EDGE_TYPE_META_TAG
- See Also:
- Constant Field Values
-
PROCESS_NAME_TAG
public static final String PROCESS_NAME_TAG
- See Also:
- Constant Field Values
-
EVENT_META_TAG
public static final String EVENT_META_TAG
- See Also:
- Constant Field Values
-
PARTICIPANTS_COLL_META_TAG
public static final String PARTICIPANTS_COLL_META_TAG
- See Also:
- Constant Field Values
-
JOIN_META_TAG
public static final String JOIN_META_TAG
- See Also:
- Constant Field Values
-
START_META_TAG
public static final String START_META_TAG
- See Also:
- Constant Field Values
-
END_META_TAG
public static final String END_META_TAG
- See Also:
- Constant Field Values
-
-