Uses of Record Class
org.episteme.social.history.CounterfactualSimulator.ContingencyEvent
Packages that use CounterfactualSimulator.ContingencyEvent
-
Uses of CounterfactualSimulator.ContingencyEvent in org.episteme.social.history
Methods in org.episteme.social.history that return CounterfactualSimulator.ContingencyEventModifier and TypeMethodDescriptionCounterfactualSimulator.CounterfactualScenario.divergencePoint()Returns the value of thedivergencePointrecord component.Methods in org.episteme.social.history with parameters of type CounterfactualSimulator.ContingencyEventModifier and TypeMethodDescriptionstatic voidCounterfactualSimulator.addEvent(CounterfactualSimulator.ContingencyEvent event) Registers a contingency event in the simulation database.Constructors in org.episteme.social.history with parameters of type CounterfactualSimulator.ContingencyEventModifierConstructorDescriptionCounterfactualScenario(String name, String description, CounterfactualSimulator.ContingencyEvent divergencePoint, String alternativeOutcome, List<String> affectedEvents, Map<String, String> changedConsequences) Creates an instance of aCounterfactualScenariorecord class.