Class DefaultSimulatedExperience<C,A,R,V>
java.lang.Object
org.palladiosimulator.simexp.core.entity.DefaultSimulatedExperience<C,A,R,V>
- All Implemented Interfaces:
SimulatedExperience
-
Method Summary
Modifier and TypeMethodDescriptionstatic <S,
A, R, V> String deriveIdFrom
(Sample<A, R> sample) static String
getCurrentStateFrom
(SimulatedExperience simExperience) getId()
static <C,
A, R, V> DefaultSimulatedExperience<C, A, R, V>
-
Method Details
-
of
-
deriveIdFrom
-
getCurrentStateFrom
-
getConfigurationDifferenceBefore
- Specified by:
getConfigurationDifferenceBefore
in interfaceSimulatedExperience
-
getConfigurationDifferenceAfter
- Specified by:
getConfigurationDifferenceAfter
in interfaceSimulatedExperience
-
getReconfiguration
- Specified by:
getReconfiguration
in interfaceSimulatedExperience
-
getQuantifiedStateOfCurrent
- Specified by:
getQuantifiedStateOfCurrent
in interfaceSimulatedExperience
-
getQuantifiedStateOfNext
- Specified by:
getQuantifiedStateOfNext
in interfaceSimulatedExperience
-
getEnvironmentalStateBefore
- Specified by:
getEnvironmentalStateBefore
in interfaceSimulatedExperience
-
getEnvironmentalStateAfter
- Specified by:
getEnvironmentalStateAfter
in interfaceSimulatedExperience
-
getEnvironmentalStateObservation
- Specified by:
getEnvironmentalStateObservation
in interfaceSimulatedExperience
-
getId
- Specified by:
getId
in interfaceSimulatedExperience
-
getReward
- Specified by:
getReward
in interfaceSimulatedExperience
-