Package | Description |
---|---|
org.processmining.plugins.ltlchecker |
Modifier and Type | Field and Description |
---|---|
protected DataSection |
InfoItem.data
Map containing a set of attributes, stored as key-value pairs.
|
Modifier and Type | Method and Description |
---|---|
static DataSection |
DataSection.fromMap(java.util.Map<java.lang.String,java.lang.String> map) |
DataSection |
InfoItem.getData() |
Modifier and Type | Method and Description |
---|---|
void |
ConceptModel.addInstance(DataSection dataAttributes,
java.lang.String key) |
void |
InfoItem.setData(DataSection data)
Sets the information item's attributes.
|
Constructor and Description |
---|
DataSection(DataSection data) |
InfoItem(java.lang.String name,
java.lang.String description,
DataSection data,
java.util.List<java.lang.String> modelReferences)
Creates a new information item
|