org.processmining.plugins.log.metadata
Class SplitLogs

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,org.deckfour.xes.model.XLog>
          extended by 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 Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
protected  java.lang.String attributeName
           
protected  java.lang.String logName
           
 
Constructor Summary
SplitLogs(java.lang.String logName, java.lang.String attributeName)
           
 
Method Summary
 java.lang.String getAttributeName()
           
 java.lang.String getLogName()
           
 void setAttributeName(java.lang.String attributeName)
           
 void setLogName(java.lang.String logName)
           
 
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
 

Field Detail

logName

protected java.lang.String logName

attributeName

protected java.lang.String attributeName
Constructor Detail

SplitLogs

public SplitLogs(java.lang.String logName,
                 java.lang.String attributeName)
Parameters:
logName -
attributeName -
Method Detail

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