Class IvMMove
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.alignment.Move
-
- org.processmining.plugins.inductiveVisualMiner.ivmlog.IvMMove
-
- All Implemented Interfaces:
org.deckfour.xes.model.XAttributable,org.processmining.framework.util.ui.widgets.traceview.ProMTraceView.Event
public class IvMMove extends Move implements org.deckfour.xes.model.XAttributable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.deckfour.xes.model.XAttributeMapgetAttributes()Retrieves the attributes set for this element.java.util.Set<org.deckfour.xes.extension.XExtension>getExtensions()Retrieves the extensions used by this element, i.e.java.lang.LonggetLogTimestamp()java.lang.StringgetResource()java.lang.StringgetTopLabel()java.lang.DoublegetUserTimestamp(Scaler scaler)booleanhasAttributes()Checks for the existence of attributes.voidsetAttributes(org.deckfour.xes.model.XAttributeMap attributes)Sets the map of attributes for this element.java.lang.StringtoString()-
Methods inherited from class org.processmining.plugins.inductiveVisualMiner.alignment.Move
equals, getActivityEventClass, getBorderColor, getBottomLabel, getBottomLabel2, getBottomLabel2Color, getBottomLabelColor, getDecorator, getIndexInAlignedTrace, getLabel, getLabelColor, getLifeCycleTransition, getLogMoveBeforeChild, getLogMoveParallelBranchMappedTo, getLogMoveUnode, getPerformanceEventClass, getPositionUnode, getSourceNode, getTopLabelColor, getTreeNode, getType, getWedgeColor, hashCode, isComplete, isIgnoredLogMove, isIgnoredModelMove, isLogMove, isModelMove, isModelSync, isStart, isSyncMove, isTauStart, setLogMoveParallelBranchMappedTo, setLogMovePosition
-
-
-
-
Method Detail
-
getUserTimestamp
public java.lang.Double getUserTimestamp(Scaler scaler)
-
getLogTimestamp
public java.lang.Long getLogTimestamp()
-
getResource
public java.lang.String getResource()
-
getAttributes
public org.deckfour.xes.model.XAttributeMap getAttributes()
Description copied from interface:org.deckfour.xes.model.XAttributableRetrieves the attributes set for this element.- Specified by:
getAttributesin interfaceorg.deckfour.xes.model.XAttributable- Returns:
- A map of attributes.
-
getTopLabel
public java.lang.String getTopLabel()
- Specified by:
getTopLabelin interfaceorg.processmining.framework.util.ui.widgets.traceview.ProMTraceView.Event- Overrides:
getTopLabelin classMove- Returns:
- label that is displayed on top of the event
-
getExtensions
public java.util.Set<org.deckfour.xes.extension.XExtension> getExtensions()
Description copied from interface:org.deckfour.xes.model.XAttributableRetrieves the extensions used by this element, i.e. the extensions used by all attributes of this element, and the element itself.- Specified by:
getExtensionsin interfaceorg.deckfour.xes.model.XAttributable- Returns:
- A set of extensions.
-
hasAttributes
public boolean hasAttributes()
Description copied from interface:org.deckfour.xes.model.XAttributableChecks for the existence of attributes. This method can be a more efficient way of checking for the existance of attributes than usingXAttributable.getAttributes()in certain situations.- Specified by:
hasAttributesin interfaceorg.deckfour.xes.model.XAttributable- Returns:
- whether this element has any attributes
-
setAttributes
public void setAttributes(org.deckfour.xes.model.XAttributeMap attributes)
Description copied from interface:org.deckfour.xes.model.XAttributableSets the map of attributes for this element.- Specified by:
setAttributesin interfaceorg.deckfour.xes.model.XAttributable- Parameters:
attributes- A map of attributes.
-
-