Interface IndirectionDate
-
- All Known Subinterfaces:
GroupingIndirectionDate<T>
- All Known Implementing Classes:
ConcreteGroupingIndirectionDate
,ConcreteIndirectionDate
,GenericJoinedDate
,PartitionedIndirectionDate
,WindowingIndirectionDate
public interface IndirectionDate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
addData(Map<String,Object> newEntries)
void
addDate(String key, Object value)
default Object
evaluate(String stoEx)
default Object
evaluate(org.palladiosimulator.pcm.core.PCMRandomVariable pcmRandomVariable)
Map<String,Object>
getData()
Collection<Double>
getTime()
-
-
-
Method Detail
-
evaluate
default Object evaluate(org.palladiosimulator.pcm.core.PCMRandomVariable pcmRandomVariable)
-
getTime
Collection<Double> getTime()
-
-