Package science.aist.bpmn.model
Class BPMNHelper
- java.lang.Object
-
- science.aist.bpmn.model.BPMNHelper
-
public class BPMNHelper extends Object
Helper class for BPMN related stuff
- Since:
- 1.0
- Author:
- Andreas Pointner
-
-
Field Summary
Fields Modifier and Type Field Description String
BPMN_MODEL_NAMESPACE
-
Constructor Summary
Constructors Constructor Description BPMNHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
createQName(String localPart)
Creates a Qname in the BPMN namespace
-
-
-
Field Detail
-
BPMN_MODEL_NAMESPACE
public final String BPMN_MODEL_NAMESPACE
- See Also:
- Constant Field Values
-
-