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.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(PlanItemVisitor visitor,
TransitionData transitionData)
Apply a
PlanItemVisitor to the state model (@link this#casePlanModel}). |
Modifier and Type | Method and Description |
---|---|
void |
CasePlanModel.applyVisitor(PlanItemVisitor visitor,
TransitionData transitionData) |
void |
Stage.applyVisitor(PlanItemVisitor visitor,
TransitionData transitionData)
Apply a visitor to this stage (GOF visitor pattern).
|
Modifier and Type | Class and Description |
---|---|
class |
CurrentStateCollector
<p>A Visitor implementation used to extract the current display states from the state model.
|
class |
PlanItemActionCollector
A Visitor implementation used to extract the the available user actions from the state model.
|
class |
PlanItemStateExtractor
A visitor which is able to extract the state from a case model (structure) and save it in the internal
modelState object. |
class |
PlanItemStateLogger
<p>A visitor implementation</p>.
|
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.