| Package | Description | 
|---|---|
| com.edorasware.cmmn.engine.utility | 
 <p>CMMN engine utility interfaces and classes. 
 | 
| 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.xml | 
 Copyright (c) 2018 edorasware ag 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static TCase | 
CmmnUtils.getCase(TDefinitions tDefinitions)
Get the case for a CMMN XML. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Class<? extends PlanItem> | 
PlanItemFactory.getClassForModelElement(TCase caze,
                       TPlanItemDefinition modelElement)
Returns a plan item’s class given the plan item definition element from the CMMN model. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TCase | 
ObjectFactory.createTCase()
Create an instance of  
TCase | 
| Modifier and Type | Method and Description | 
|---|---|
JAXBElement<TCase> | 
ObjectFactory.createCase(TCase value)
 | 
List<TCase> | 
TDefinitions.getCase()
Gets the value of the case property. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JAXBElement<TCase> | 
ObjectFactory.createCase(TCase value)
 | 
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.