Package jadex.bpmn.model
Class MIdElement
java.lang.Object
jadex.bpmn.model.MIdElement
- Direct Known Subclasses:
MAnnotation
,MAnnotationDetail
,MAnnotationElement
Base model element with an id.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The id.protected static final jadex.common.IdGenerator
ID generator. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ID_GENERATOR
protected static final jadex.common.IdGenerator ID_GENERATORID generator. -
id
The id.
-
-
Constructor Details
-
MIdElement
protected MIdElement()Generates an ID element.
-
-
Method Details