org.processmining.plugins.log.metadata
Class SplitLogs
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<java.lang.String,org.deckfour.xes.model.XLog>
org.processmining.plugins.log.metadata.SplitLogs
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,org.deckfour.xes.model.XLog>
public class SplitLogs
- extends java.util.HashMap<java.lang.String,org.deckfour.xes.model.XLog>
- Author:
- Thomas Baier
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
|
Constructor Summary |
SplitLogs(java.lang.String logName,
java.lang.String attributeName)
|
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
equals, hashCode |
logName
protected java.lang.String logName
attributeName
protected java.lang.String attributeName
SplitLogs
public SplitLogs(java.lang.String logName,
java.lang.String attributeName)
- Parameters:
logName - attributeName -
getLogName
public java.lang.String getLogName()
- Returns:
- the logName
setLogName
public void setLogName(java.lang.String logName)
- Parameters:
logName - the logName to set
getAttributeName
public java.lang.String getAttributeName()
- Returns:
- the attributeName
setAttributeName
public void setAttributeName(java.lang.String attributeName)
- Parameters:
attributeName - the attributeName to set