public interface XAttributeEditor
Modifier and Type | Method and Description |
---|---|
void |
addAttributes(org.deckfour.xes.model.XAttributable attributable) |
org.deckfour.xes.model.XAttribute |
editAttribute(org.deckfour.xes.model.XAttribute attribute) |
boolean |
shouldRemoveAttribute() |
boolean shouldRemoveAttribute()
org.deckfour.xes.model.XAttribute editAttribute(org.deckfour.xes.model.XAttribute attribute)
attribute
- that is changed (might be NULL!)void addAttributes(org.deckfour.xes.model.XAttributable attributable)
attributable
- that the attributes are added to