public interface DmnDecision
Decisions can be implement in different ways. To check if the decision is implemented
as a Decision Table see isDecisionTable()
.
Modifier and Type | Method and Description |
---|---|
String |
getKey()
The unique identifier of the element if exists.
|
String |
getName()
The human readable name of the element if exists.
|
boolean |
isDecisionTable()
Check if the decision is implemented as Decision Table.
|
String getKey()
String getName()
boolean isDecisionTable()
Copyright © 2018. All rights reserved.