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, toString
public 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
SetAttribute
value
in class SetAttribute
pi
- The current process instance.ates
- The list with audit trail entries of pi.ateNr
- The number of the current ate in ates.AttributeNoValueException
ParseAttributeException
public java.util.List<java.lang.String> modelReferences(org.deckfour.xes.model.XTrace pi, java.util.LinkedList ates, int ateNr) throws AttributeNoValueException
modelReferences
in class SetAttribute
AttributeNoValueException
public java.util.List<java.lang.String> getModelReferences()