Package | Description |
---|---|
com.edorasware.cmmn.model |
<p>Implementation of a CMMN case engine based on the specification http://www.omg.org/spec/CMMN/1.0/ (referred to as <i>spec</i> in subsequent JavaDoc).
|
com.edorasware.cmmn.model.staticmodel |
<p>Plan items and discretionary items in a design-time model are represented by instances
of
PlannableItem . |
com.edorasware.cmmn.model.structure |
<p>A very central package.
|
com.edorasware.cmmn.model.visitor |
<p>The visitor (GOF) pattern is used in order to apply certain operations to the case model structure.
|
Modifier and Type | Method and Description |
---|---|
void |
StateModel.applyVisitor(PlannableItemVisitor visitor,
TransitionData transitionData)
Apply a
PlannableItemVisitor to the state model (@link this#casePlanModel}). |
Modifier and Type | Method and Description |
---|---|
void |
PlannableItem.applyVisitor(PlannableItemVisitor visitor,
TransitionData transitionData)
Apply a visitor to this plannable item (GOF visitor pattern).
|
Modifier and Type | Method and Description |
---|---|
void |
CasePlanModel.applyVisitor(PlannableItemVisitor visitor,
TransitionData transitionData) |
void |
PlanItem.applyVisitor(PlannableItemVisitor visitor,
TransitionData transitionData)
Apply a plannable item visitor to this plan item.
|
void |
Stage.applyVisitor(PlannableItemVisitor visitor,
TransitionData transitionData)
Apply a plannable item visitor to this stage if it is active.
|
Modifier and Type | Class and Description |
---|---|
class |
PlanningActionCollector
A Visitor implementation used to extract the available discretionary item related planning actions from the state model.
|
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.