Modifier and Type | Class and Description |
---|---|
class |
AbstractDecorator<T,D> |
Modifier and Type | Method and Description |
---|---|
IDecorator<T,D> |
AbstractDecorator.clone() |
IDecorator<T,D> |
IDecorator.clone() |
abstract <T2> IDecorator<T2,D> |
AbstractDecorator.deriveDecorationInstance(java.lang.Class<T2> type) |
<T2> IDecorator<T2,D> |
IDecorator.deriveDecorationInstance(java.lang.Class<T2> type) |
abstract IDecorator<T,D> |
AbstractDecorator.newInstance() |
IDecorator<T,D> |
IDecorator.newInstance() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<IDecorator<T,?>> |
Decorations.iterator() |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractDecorator.copyDecoration(T target,
T oldTarget,
IDecorator<T,?> oldDecorator) |
void |
IDecorator.copyDecoration(T target,
T oldTarget,
IDecorator<T,?> oldDecorator) |
void |
Decorations.registerDecorator(IDecorator<T,?> newDecorator) |
Modifier and Type | Class and Description |
---|---|
class |
AlignMappingTreeDecorator |
class |
ExecIntervalTreeDecorator |
Modifier and Type | Method and Description |
---|---|
<T2> IDecorator<T2,java.util.Set<java.lang.String>> |
AlignMappingTreeDecorator.deriveDecorationInstance(java.lang.Class<T2> type) |
<T2> IDecorator<T2,ExecIntervals> |
ExecIntervalTreeDecorator.deriveDecorationInstance(java.lang.Class<T2> type) |
IDecorator<IEPTreeNode,java.util.Set<java.lang.String>> |
AlignMappingTreeDecorator.newInstance() |
Modifier and Type | Method and Description |
---|---|
void |
AlignMappingTreeDecorator.copyDecoration(IEPTreeNode target,
IEPTreeNode oldTarget,
IDecorator<IEPTreeNode,?> oldDecorator) |
void |
ExecIntervalTreeDecorator.copyDecoration(IEPTreeNode target,
IEPTreeNode oldTarget,
IDecorator<IEPTreeNode,?> oldDecorator) |
Modifier and Type | Class and Description |
---|---|
class |
MetricsRefDecorator<T> |
class |
MetricsTreeDecorator |
Modifier and Type | Method and Description |
---|---|
IDecorator<T,java.util.Map<MetricId,MetricValue>> |
MetricsRefDecorator.clone() |
<T2> IDecorator<T2,java.util.Map<MetricId,MetricValue>> |
MetricsRefDecorator.deriveDecorationInstance(java.lang.Class<T2> type) |
<T2> IDecorator<T2,java.util.Map<MetricId,MetricValue>> |
MetricsTreeDecorator.deriveDecorationInstance(java.lang.Class<T2> type) |
IDecorator<T,java.util.Map<MetricId,MetricValue>> |
MetricsRefDecorator.newInstance() |
IDecorator<IEPTreeNode,java.util.Map<MetricId,MetricValue>> |
MetricsTreeDecorator.newInstance() |
Modifier and Type | Method and Description |
---|---|
void |
MetricsTreeDecorator.copyDecoration(IEPTreeNode target,
IEPTreeNode oldTarget,
IDecorator<IEPTreeNode,?> oldDecorator) |
void |
MetricsRefDecorator.copyDecoration(T target,
T oldTarget,
IDecorator<T,?> oldDecorator) |
Modifier and Type | Class and Description |
---|---|
class |
EPTreeErrorTriggerDecorator |
class |
IMErrorTriggerDecorator |
Modifier and Type | Method and Description |
---|---|
<T2> IDecorator<T2,java.util.Set<java.lang.String>> |
EPTreeErrorTriggerDecorator.deriveDecorationInstance(java.lang.Class<T2> type) |
<T2> IDecorator<T2,java.util.Set<java.lang.String>> |
IMErrorTriggerDecorator.deriveDecorationInstance(java.lang.Class<T2> type) |
Modifier and Type | Method and Description |
---|---|
void |
EPTreeErrorTriggerDecorator.copyDecoration(IEPTreeNode target,
IEPTreeNode oldTarget,
IDecorator<IEPTreeNode,?> oldDecorator) |
void |
IMErrorTriggerDecorator.copyDecoration(org.deckfour.xes.model.XEvent target,
org.deckfour.xes.model.XEvent oldTarget,
IDecorator<org.deckfour.xes.model.XEvent,?> oldDecorator) |
void |
IMErrorTriggerDecorator.deriveForSubtrace(org.deckfour.xes.model.XTrace target,
org.deckfour.xes.model.XEvent[] oldTargets,
IDecorator<org.deckfour.xes.model.XEvent,?> oldDecorator) |
Modifier and Type | Method and Description |
---|---|
void |
SubtraceDecorator.deriveForSubtrace(org.deckfour.xes.model.XTrace target,
org.deckfour.xes.model.XEvent[] oldTargets,
IDecorator<org.deckfour.xes.model.XEvent,?> oldDecorator) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFreqMetricDecorator<T> |
class |
DerivedFreqMetricDecorator<S> |
class |
EPTreeFreqMetricDecorator |
Modifier and Type | Method and Description |
---|---|
<T2> IDecorator<T2,FreqMetric> |
DerivedFreqMetricDecorator.deriveDecorationInstance(java.lang.Class<T2> type) |
<T2> IDecorator<T2,FreqMetric> |
EPTreeFreqMetricDecorator.deriveDecorationInstance(java.lang.Class<T2> type) |
Modifier and Type | Method and Description |
---|---|
void |
EPTreeFreqMetricDecorator.copyDecoration(IEPTreeNode target,
IEPTreeNode oldTarget,
IDecorator<IEPTreeNode,?> oldDecorator) |
void |
DerivedFreqMetricDecorator.copyDecoration(S target,
S oldTarget,
IDecorator<S,?> oldDecorator) |
Modifier and Type | Class and Description |
---|---|
class |
EPTreeSwAppDecorator |
Modifier and Type | Method and Description |
---|---|
<T2> IDecorator<T2,SwAppDecoration> |
EPTreeSwAppDecorator.deriveDecorationInstance(java.lang.Class<T2> type) |
Modifier and Type | Method and Description |
---|---|
void |
EPTreeSwAppDecorator.copyDecoration(IEPTreeNode target,
IEPTreeNode oldTarget,
IDecorator<IEPTreeNode,?> oldDecorator) |
Modifier and Type | Class and Description |
---|---|
class |
TraceUniqueDecorator<FromType,ToType>
Traces uniquely elements from FromType to ToType.
|
Modifier and Type | Method and Description |
---|---|
<T2> IDecorator<T2,ToType> |
TraceUniqueDecorator.deriveDecorationInstance(java.lang.Class<T2> type) |
Modifier and Type | Method and Description |
---|---|
void |
TraceUniqueDecorator.copyDecoration(FromType target,
FromType oldTarget,
IDecorator<FromType,?> oldDecorator) |