public final class XLogDFA
extends java.util.AbstractList<org.deckfour.xes.model.XTrace>
implements org.deckfour.xes.model.XLog
Constructor and Description |
---|
XLogDFA(com.google.common.collect.BiMap<java.lang.String,java.lang.Character> eventClasses,
eu.danieldk.dictomaton.PerfectHashDictionary dictionary,
int[] frequencies,
int totalCount) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(org.deckfour.xes.model.XVisitor visitor) |
org.deckfour.xes.model.XAttribute |
charToIdentifier(char character) |
java.lang.Object |
clone() |
org.deckfour.xes.model.XTrace |
get(int index) |
org.deckfour.xes.model.XAttributeMap |
getAttributes() |
java.util.List<org.deckfour.xes.classification.XEventClassifier> |
getClassifiers() |
java.util.Set<org.deckfour.xes.extension.XExtension> |
getExtensions() |
java.util.List<org.deckfour.xes.model.XAttribute> |
getGlobalEventAttributes() |
java.util.List<org.deckfour.xes.model.XAttribute> |
getGlobalTraceAttributes() |
org.deckfour.xes.info.XLogInfo |
getInfo(org.deckfour.xes.classification.XEventClassifier classifier) |
boolean |
hasAttributes() |
void |
setAttributes(org.deckfour.xes.model.XAttributeMap attributes) |
void |
setInfo(org.deckfour.xes.classification.XEventClassifier classifier,
org.deckfour.xes.info.XLogInfo info) |
void |
setName(java.lang.String name) |
int |
size() |
java.lang.String |
toDot() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
public XLogDFA(com.google.common.collect.BiMap<java.lang.String,java.lang.Character> eventClasses, eu.danieldk.dictomaton.PerfectHashDictionary dictionary, int[] frequencies, int totalCount)
public org.deckfour.xes.model.XAttribute charToIdentifier(char character)
public org.deckfour.xes.model.XTrace get(int index)
get
in interface java.util.List<org.deckfour.xes.model.XTrace>
get
in class java.util.AbstractList<org.deckfour.xes.model.XTrace>
public int size()
size
in interface java.util.Collection<org.deckfour.xes.model.XTrace>
size
in interface java.util.List<org.deckfour.xes.model.XTrace>
size
in class java.util.AbstractCollection<org.deckfour.xes.model.XTrace>
public void setName(java.lang.String name)
public org.deckfour.xes.model.XAttributeMap getAttributes()
getAttributes
in interface org.deckfour.xes.model.XAttributable
public boolean hasAttributes()
hasAttributes
in interface org.deckfour.xes.model.XAttributable
public java.util.Set<org.deckfour.xes.extension.XExtension> getExtensions()
getExtensions
in interface org.deckfour.xes.model.XAttributable
public java.util.List<org.deckfour.xes.classification.XEventClassifier> getClassifiers()
getClassifiers
in interface org.deckfour.xes.model.XLog
public java.util.List<org.deckfour.xes.model.XAttribute> getGlobalTraceAttributes()
getGlobalTraceAttributes
in interface org.deckfour.xes.model.XLog
public java.util.List<org.deckfour.xes.model.XAttribute> getGlobalEventAttributes()
getGlobalEventAttributes
in interface org.deckfour.xes.model.XLog
public boolean accept(org.deckfour.xes.model.XVisitor visitor)
accept
in interface org.deckfour.xes.model.XLog
public java.lang.Object clone()
clone
in interface org.deckfour.xes.model.XElement
clone
in class java.lang.Object
public org.deckfour.xes.info.XLogInfo getInfo(org.deckfour.xes.classification.XEventClassifier classifier)
getInfo
in interface org.deckfour.xes.model.XLog
public void setInfo(org.deckfour.xes.classification.XEventClassifier classifier, org.deckfour.xes.info.XLogInfo info)
setInfo
in interface org.deckfour.xes.model.XLog
public void setAttributes(org.deckfour.xes.model.XAttributeMap attributes)
setAttributes
in interface org.deckfour.xes.model.XAttributable
public java.lang.String toDot()