public class TotalResourceWorkload extends Augmentation implements ActivityLevelAugmentation
attributeName, notAllowedChars| Constructor and Description |
|---|
TotalResourceWorkload() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getDefaultValueForParameter(int i) |
org.deckfour.xes.model.XLog |
getLastLog() |
long |
getLastTimeWindow() |
java.lang.String[] |
getParameterNames() |
java.lang.String[] |
getPossibleValuesForParameter(int i) |
long |
getTimeWindow() |
boolean |
isStartEventPresent() |
void |
reset(org.deckfour.xes.model.XTrace trace) |
java.lang.Object |
returnAttribute(org.deckfour.xes.model.XEvent event) |
void |
setLog(org.deckfour.xes.model.XLog log) |
boolean |
setParameter(int param,
java.lang.String[] value) |
createXAttribute, getAttributeName, getAttributeValues, isTimeInterval, multipleValuesForParameter, toStringadd, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObjectpublic void reset(org.deckfour.xes.model.XTrace trace)
reset in class Augmentationpublic java.lang.Object returnAttribute(org.deckfour.xes.model.XEvent event)
returnAttribute in class Augmentationpublic java.lang.String[] getDefaultValueForParameter(int i)
getDefaultValueForParameter in class Augmentationpublic java.lang.String[] getPossibleValuesForParameter(int i)
getPossibleValuesForParameter in class Augmentationpublic java.lang.String[] getParameterNames()
getParameterNames in class Augmentationpublic boolean setParameter(int param,
java.lang.String[] value)
setParameter in class Augmentationpublic void setLog(org.deckfour.xes.model.XLog log)
setLog in class Augmentationpublic long getTimeWindow()
public org.deckfour.xes.model.XLog getLastLog()
public long getLastTimeWindow()
public boolean isStartEventPresent()