org.processmining.plugins.log.abstraction.mapping.suggestion
Class ProcessDescription

java.lang.Object
  extended by org.apache.commons.collections15.multimap.MultiHashMap<java.lang.String,ActivityDescription>
      extended by org.processmining.plugins.log.abstraction.mapping.suggestion.ProcessDescription
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.apache.commons.collections15.MultiMap<java.lang.String,ActivityDescription>, org.processmining.framework.util.HTMLToString

public class ProcessDescription
extends org.apache.commons.collections15.multimap.MultiHashMap<java.lang.String,ActivityDescription>
implements org.processmining.framework.util.HTMLToString

Author:
Thomas Baier
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.processmining.framework.util.HTMLToString
org.processmining.framework.util.HTMLToString.HTMLCellRenderer
 
Constructor Summary
ProcessDescription()
           
 
Method Summary
static boolean compareActivityIDs(java.lang.String modelId, java.lang.String descId)
           
 java.lang.String toHTMLString(boolean includeHTMLTags)
           
 
Methods inherited from class org.apache.commons.collections15.multimap.MultiHashMap
clear, clone, containsKey, containsValue, containsValue, createCollection, entrySet, equals, get, getCollection, hashCode, isEmpty, iterator, keySet, map, put, putAll, putAll, putAll, remove, remove, size, size, toString, totalSize, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessDescription

public ProcessDescription()
Method Detail

toHTMLString

public java.lang.String toHTMLString(boolean includeHTMLTags)
Specified by:
toHTMLString in interface org.processmining.framework.util.HTMLToString

compareActivityIDs

public static boolean compareActivityIDs(java.lang.String modelId,
                                         java.lang.String descId)