public class AttributesInfoImpl extends java.lang.Object implements AttributesInfo
Constructor and Description |
---|
AttributesInfoImpl(org.deckfour.xes.model.XLog log) |
AttributesInfoImpl(org.deckfour.xes.model.XLog log,
AttributeVirtualFactory factory) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Attribute> |
getEventAttributes()
Convenience function for classifiers.
|
Attribute |
getEventAttributeValues(java.lang.String attribute) |
static org.processmining.plugins.InductiveMiner.Pair<gnu.trove.map.hash.THashMap<java.lang.String,AttributeImpl>,gnu.trove.map.hash.THashMap<java.lang.String,AttributeImpl>> |
getRealAttributes(org.deckfour.xes.model.XLog log) |
java.util.Collection<Attribute> |
getTraceAttributes() |
Attribute |
getTraceAttributeValues(java.lang.String attribute) |
public AttributesInfoImpl(org.deckfour.xes.model.XLog log)
public AttributesInfoImpl(org.deckfour.xes.model.XLog log, AttributeVirtualFactory factory)
public static org.processmining.plugins.InductiveMiner.Pair<gnu.trove.map.hash.THashMap<java.lang.String,AttributeImpl>,gnu.trove.map.hash.THashMap<java.lang.String,AttributeImpl>> getRealAttributes(org.deckfour.xes.model.XLog log)
public java.util.Collection<Attribute> getEventAttributes()
getEventAttributes
in interface AttributesInfo
public Attribute getEventAttributeValues(java.lang.String attribute)
getEventAttributeValues
in interface AttributesInfo
public java.util.Collection<Attribute> getTraceAttributes()
getTraceAttributes
in interface AttributesInfo
public Attribute getTraceAttributeValues(java.lang.String attribute)
getTraceAttributeValues
in interface AttributesInfo