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, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitpublic 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.XAttributablepublic boolean hasAttributes()
hasAttributes in interface org.deckfour.xes.model.XAttributablepublic java.util.Set<org.deckfour.xes.extension.XExtension> getExtensions()
getExtensions in interface org.deckfour.xes.model.XAttributablepublic java.util.List<org.deckfour.xes.classification.XEventClassifier> getClassifiers()
getClassifiers in interface org.deckfour.xes.model.XLogpublic java.util.List<org.deckfour.xes.model.XAttribute> getGlobalTraceAttributes()
getGlobalTraceAttributes in interface org.deckfour.xes.model.XLogpublic java.util.List<org.deckfour.xes.model.XAttribute> getGlobalEventAttributes()
getGlobalEventAttributes in interface org.deckfour.xes.model.XLogpublic boolean accept(org.deckfour.xes.model.XVisitor visitor)
accept in interface org.deckfour.xes.model.XLogpublic java.lang.Object clone()
clone in interface org.deckfour.xes.model.XElementclone in class java.lang.Objectpublic org.deckfour.xes.info.XLogInfo getInfo(org.deckfour.xes.classification.XEventClassifier classifier)
getInfo in interface org.deckfour.xes.model.XLogpublic void setInfo(org.deckfour.xes.classification.XEventClassifier classifier,
org.deckfour.xes.info.XLogInfo info)
setInfo in interface org.deckfour.xes.model.XLogpublic void setAttributes(org.deckfour.xes.model.XAttributeMap attributes)
setAttributes in interface org.deckfour.xes.model.XAttributablepublic java.lang.String toDot()