org.deckfour.xes.extension.std.cost
Class XCostDriver
java.lang.Object
org.deckfour.xes.extension.std.XAbstractNestedAttributeSupport<String>
org.deckfour.xes.extension.std.cost.XCostDriver
public class XCostDriver
- extends XAbstractNestedAttributeSupport<String>
- Author:
- Eric Verbeek (h.m.w.verbeek@tue.nl)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
public static XCostDriver instance()
extractValue
public String extractValue(XAttribute attribute)
- Description copied from class:
XAbstractNestedAttributeSupport
- Abstract method to extract a value from an element.
- Specified by:
extractValue
in class XAbstractNestedAttributeSupport<String>
- Parameters:
attribute
- The element to extract the value from.
- Returns:
- The extracted value.
assignValue
public void assignValue(XAttribute attribute,
String value)
- Description copied from class:
XAbstractNestedAttributeSupport
- Abstract method to assign a value to an element.
- Specified by:
assignValue
in class XAbstractNestedAttributeSupport<String>
- Parameters:
attribute
- The element to assign the value to.value
- The value to be assigned.