| 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 |
|---|---|
CaseFile |
StateModel.getCaseFile() |
| Modifier and Type | Method and Description |
|---|---|
CaseFile |
CaseFileItem.getCaseFile() |
| Constructor and Description |
|---|
CaseFileItem(CaseFile caseFile,
TCaseFileItemDefinition tCaseFileItemDefinition,
TCaseFileItem tCaseFileItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
CaseFileItemInstanceVisitor.cleanup(CaseFile caseFile) |
void |
CaseFileItemStateExtractor.cleanup(CaseFile caseFile) |
void |
CaseFileItemStateLogger.cleanup(CaseFile caseFile) |
void |
CaseFileItemInstanceVisitor.init(CaseFile caseFile) |
void |
CaseFileItemStateExtractor.init(CaseFile caseFile) |
void |
CaseFileItemStateLogger.init(CaseFile caseFile) |
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.