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.casefile |
<p>CMMN CaseFile related code.
|
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(CaseFileItemInstanceVisitor visitor) |
Modifier and Type | Method and Description |
---|---|
void |
CaseFile.applyVisitor(CaseFileItemInstanceVisitor visitor)
Apply a visitor to this case file (GOF visitor pattern).
|
Modifier and Type | Class and Description |
---|---|
class |
CaseFileItemStateExtractor
A visitor which is able to extract the state from a case model (structure) and save it in the internal
modelState object. |
class |
CaseFileItemStateLogger
<p>A visitor implementation</p>.
|
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.