public abstract class Augmentation
extends javax.swing.tree.DefaultMutableTreeNode
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
attributeName |
static java.lang.String |
notAllowedChars |
| Constructor and Description |
|---|
Augmentation(java.lang.String attributeName) |
| Modifier and Type | Method and Description |
|---|---|
protected static org.deckfour.xes.model.XAttribute |
createXAttribute(java.lang.String attribute,
java.lang.Object value) |
java.lang.String |
getAttributeName() |
protected static java.lang.Object |
getAttributeValues(org.deckfour.xes.model.XAttribute xAttrib) |
java.lang.String[] |
getDefaultValueForParameter(int i) |
java.lang.String[] |
getParameterNames() |
java.lang.String[] |
getPossibleValuesForParameter(int i) |
boolean |
isTimeInterval() |
boolean |
multipleValuesForParameter(int i) |
abstract void |
reset(org.deckfour.xes.model.XTrace trace) |
abstract java.lang.Object |
returnAttribute(org.deckfour.xes.model.XEvent event) |
abstract void |
setLog(org.deckfour.xes.model.XLog log) |
boolean |
setParameter(int i,
java.lang.String[] value) |
java.lang.String |
toString() |
add, 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, setUserObjectprotected java.lang.String attributeName
public static final java.lang.String notAllowedChars
public abstract void reset(org.deckfour.xes.model.XTrace trace)
public abstract void setLog(org.deckfour.xes.model.XLog log)
public abstract java.lang.Object returnAttribute(org.deckfour.xes.model.XEvent event)
public java.lang.String toString()
toString in class javax.swing.tree.DefaultMutableTreeNodeprotected static org.deckfour.xes.model.XAttribute createXAttribute(java.lang.String attribute,
java.lang.Object value)
protected static java.lang.Object getAttributeValues(org.deckfour.xes.model.XAttribute xAttrib)
public java.lang.String getAttributeName()
public boolean multipleValuesForParameter(int i)
public java.lang.String[] getDefaultValueForParameter(int i)
public java.lang.String[] getPossibleValuesForParameter(int i)
public java.lang.String[] getParameterNames()
public boolean setParameter(int i,
java.lang.String[] value)
public boolean isTimeInterval()