- edgeDeletionProbability - Variable in class IRPact_modellierung.network.RandomInDelTMS
-
- edges - Variable in class IRPact_modellierung.network.SocialGraph
-
- EdgeWeightManipulationScheme - Class in IRPact_modellierung.network
-
Calculates an edge weight for a SNEdge based on agent group, distance and other factors.
- EdgeWeightManipulationScheme() - Constructor for class IRPact_modellierung.network.EdgeWeightManipulationScheme
-
An EdgeWeightManipulationScheme describes how the weight of an edge in the SocialGraph is determined.
- EmptyAdvertisementScheme - Class in IRPact_modellierung.agents.companyAgents.advertisement
-
Since in most models analyzed for deriving the specifications for IRPact the company agent is entirely passive
(or non-existent), the DefaultAdvertisementScheme is a AdvertisementScheme
in which the company agent doesn't act (i.e.
- EmptyAdvertisementScheme() - Constructor for class IRPact_modellierung.agents.companyAgents.advertisement.EmptyAdvertisementScheme
-
Since the EmptyAdvertisementScheme is supposed to do nothing, the MessageScheme it is based on doesn't matter.
- ErdosRenyiCommunicationGraph - Class in IRPact_modellierung.network
-
The ErdosRenyiCommunicationGraph is a graph whose edges are all communicative edges and whose topology
is initialized after the Erdös-Rényi random model, i.e.
- ErdosRenyiCommunicationGraph(SimulationContainer, SNConfiguration, Set<SNNode>, Set<SNEdge>, HashMap<SNNode, Set<SNNode>>) - Constructor for class IRPact_modellierung.network.ErdosRenyiCommunicationGraph
-
Constructor giving the parameter for the ErdosRenyiCommunicationGraph and the edges,
as well as neighbourhood relations explicitly
- ErdosRenyiCommunicationGraph(SimulationContainer, SNConfiguration, Set<SNNode>) - Constructor for class IRPact_modellierung.network.ErdosRenyiCommunicationGraph
-
Constructor for the ErdosRenyiCommunicationGraph giving the nodes in the social graph explicitly
- ErdosRenyiCommunicationGraph(SimulationContainer, SNConfiguration, int) - Constructor for class IRPact_modellierung.network.ErdosRenyiCommunicationGraph
-
Constructor for the ErdosRenyiCommunicationGraph giving the number of nodes in the social graph
- ErlangDistribution - Class in IRPact_modellierung.distributions
-
Class to represent an Erlang distribution based on the COLT distribution library.
- ErlangDistribution(String, int, double) - Constructor for class IRPact_modellierung.distributions.ErlangDistribution
-
Generate an Erlang distribution from the parameters k (shape) and lambda (rate),
which is used to draw values based on the mean and variance of the distribution as implemented in the COLT library
- euclidianDistance(Point2D, Point2D) - Static method in class IRPact_modellierung.helper.MetricHelper
-
Calculates the (2-dimensional) euclidian distance between the vectors a and b
- evaluateMarket(SimulationContainer) - Method in class IRPact_modellierung.agents.policyAgent.DefaultMarketEvaluationScheme
-
The evaluateMarket method of this MarketEvaluationScheme
returns the empty string, since in most models the policy agent doesn't evaluate the market
- evaluateMarket(SimulationContainer) - Method in class IRPact_modellierung.agents.policyAgent.MarketEvaluationScheme
-
Method to formalize the market evaluation process of the policy agent.
- evaluateRegulatoryPolicy(SimulationContainer) - Method in class IRPact_modellierung.agents.policyAgent.DefaultRegulatoryPolicyScheme
-
The evaluateRegulatoryPolicy method of this RegulatoryPolicyScheme
returns an empty set, since in most models the policy agent doesn't evaluate regulatory policies
- evaluateRegulatoryPolicy(SimulationContainer) - Method in class IRPact_modellierung.agents.policyAgent.RegulatoryPolicyScheme
-
Method to formalize the process of formation and evaluation of the regulatory policy.
- Event - Class in IRPact_modellierung.events
-
An event is an abstraction representing any model dynamics.
- Event(SimulationContainer, double) - Constructor for class IRPact_modellierung.events.Event
-
Abstraction of an event representing a model dynamic at a specified time
- EventScheduler - Class in IRPact_modellierung.events
-
Abstraction of an event scheduler.
- EventScheduler(SimulationContainer) - Constructor for class IRPact_modellierung.events.EventScheduler
-
Initiates the list of scheduled events and adds the scripted events to this list.
- everScheduledEvent(Event) - Method in class IRPact_modellierung.events.EventScheduler
-
Method to check if an event was ever an event scheduled by the EventScheduler.
- existsEdge(Set<SNEdge>, SNNode, SNNode) - Static method in class IRPact_modellierung.helper.LazynessHelper
-
Method to check whether an edge between two nodes already exists in a given set.
- existsNextEvent() - Method in class IRPact_modellierung.events.EventScheduler
-
Method to check whether a next event is present (whether the list is not empty).
- ExponentialDecayCommunicationGraph - Class in IRPact_modellierung.network
-
- ExponentialDecayCommunicationGraph(SimulationContainer, SNConfiguration, Set<SNNode>, Set<SNEdge>, HashMap<SNNode, Set<SNNode>>) - Constructor for class IRPact_modellierung.network.ExponentialDecayCommunicationGraph
-
- ExponentialDecayCommunicationGraph(SimulationContainer, SNConfiguration, Set<SNNode>) - Constructor for class IRPact_modellierung.network.ExponentialDecayCommunicationGraph
-
- ExponentialDecayCommunicationGraph(SimulationContainer, SNConfiguration, int) - Constructor for class IRPact_modellierung.network.ExponentialDecayCommunicationGraph
-