public class ConceptSetAttribute extends SetAttribute
| Constructor and Description |
|---|
ConceptSetAttribute(java.util.List<java.lang.String> values,
int kind,
Attribute type) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getModelReferences() |
java.util.List<java.lang.String> |
modelReferences(org.deckfour.xes.model.XTrace pi,
java.util.LinkedList ates,
int ateNr) |
java.lang.String |
value(org.deckfour.xes.model.XTrace pi,
java.util.LinkedList ates,
int ateNr)
The value method.
|
asParseableArgument, asParseableAttributeDefinition, asParseableLiteralValue, asParseableName, asParseableRenaming, asParseableValue, getAttributeId, getDateParser, getKind, getScope, getType, getValue, isAte, isAttribute, isConceptSet, isDate, isLiteral, isNumber, isPi, isSet, isString, setDateParser, toString, toStringpublic ConceptSetAttribute(java.util.List<java.lang.String> values,
int kind,
Attribute type)
public java.lang.String value(org.deckfour.xes.model.XTrace pi,
java.util.LinkedList ates,
int ateNr)
throws AttributeNoValueException,
ParseAttributeException
SetAttributevalue in class SetAttributepi - The current process instance.ates - The list with audit trail entries of pi.ateNr - The number of the current ate in ates.AttributeNoValueExceptionParseAttributeExceptionpublic java.util.List<java.lang.String> modelReferences(org.deckfour.xes.model.XTrace pi,
java.util.LinkedList ates,
int ateNr)
throws AttributeNoValueException
modelReferences in class SetAttributeAttributeNoValueExceptionpublic java.util.List<java.lang.String> getModelReferences()