Package | Description |
---|---|
com.edorasware.cmmn.model.rulesandsentries |
<p>Contains classes and code related to the evaluation of rules, sentries (onParts) and the evaluation of applicability rules for
discretionary items.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Sentry |
IfPart.getSentry() |
Sentry |
OnPart.getSentry() |
Modifier and Type | Method and Description |
---|---|
static ArrayList<Sentry> |
Sentry.createSentries(List<TSentry> xmlSentries,
PlannableItem owningStage,
boolean exitSentry)
A helper method to create a list of sentries given a list of
TSentry objects. |
Constructor and Description |
---|
CaseFileItemOnPart(Sentry owner,
TCaseFileItemOnPart tCaseFileItemOnPart) |
PlanItemOnPart(Sentry owner,
TPlanItemOnPart tPlanitemOnPart) |
Modifier and Type | Method and Description |
---|---|
List<Sentry> |
PlannableItem.getEntryCriteria() |
List<Sentry> |
PlannableItem.getExitCriteria() |
List<Sentry> |
PlannableItem.getListenerSentries() |
Modifier and Type | Method and Description |
---|---|
Map<String,Sentry> |
PlanItem.getArmedEntrySentries(TransitionData transitionData,
EvaluationListeners evaluationListeners) |
Map<String,Sentry> |
PlanItem.getArmedExitSentries(TransitionData transitionData,
EvaluationListeners evaluationListeners) |
Map<String,Sentry> |
PlanItem.getDeferredEntrySentries() |
Map<String,Sentry> |
PlanItem.getDeferredExitSentries() |
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.