- N1OutputScheme - Class in IRPact_modellierung.io.output
-
Created by Lenovo on 15.08.2016.
- N1OutputScheme() - Constructor for class IRPact_modellierung.io.output.N1OutputScheme
-
- N2OutputScheme - Class in IRPact_modellierung.io.output
-
Created by Lenovo on 15.08.2016.
- N2OutputScheme() - Constructor for class IRPact_modellierung.io.output.N2OutputScheme
-
- N3OutputScheme - Class in IRPact_modellierung.io.output
-
Created by Lenovo on 23.08.2016.
- N3OutputScheme() - Constructor for class IRPact_modellierung.io.output.N3OutputScheme
-
- N4OutputScheme - Class in IRPact_modellierung.io.output
-
Created by Lenovo on 23.08.2016.
- N4OutputScheme() - Constructor for class IRPact_modellierung.io.output.N4OutputScheme
-
- N5OutputScheme - Class in IRPact_modellierung.io.output
-
Created by Lenovo on 23.08.2016.
- N5OutputScheme() - Constructor for class IRPact_modellierung.io.output.N5OutputScheme
-
- N6OutputScheme - Class in IRPact_modellierung.io.output
-
Created by Lenovo on 23.08.2016.
- N6OutputScheme() - Constructor for class IRPact_modellierung.io.output.N6OutputScheme
-
- N7OutputScheme - Class in IRPact_modellierung.io.output
-
Created by Lenovo on 23.08.2016.
- N7OutputScheme() - Constructor for class IRPact_modellierung.io.output.N7OutputScheme
-
- name - Variable in class IRPact_modellierung.distributions.Distribution
-
- name - Variable in class IRPact_modellierung.distributions.SpatialDistribution
-
- Need - Class in IRPact_modellierung.needs
-
A Need is the basic object leading to the motivation of ConsumerAgents to act.
- Need(String) - Constructor for class IRPact_modellierung.needs.Need
-
- needAlreadySatisfied(Need) - Method in class IRPact_modellierung.agents.consumerAgents.ConsumerAgent
-
Checks whether the need in question is already satisfied through any product already adopted
- NeedDevelopmentFactory - Class in IRPact_modellierung.needs
-
Class to create the need development scheme within the simulation.
- NeedDevelopmentFactory() - Constructor for class IRPact_modellierung.needs.NeedDevelopmentFactory
-
- NeedDevelopmentScheme - Class in IRPact_modellierung.needs
-
A NeedDevelopmentScheme describes how needs develop and what happens when a product expires.
- NeedDevelopmentScheme(Map<Need, Double>) - Constructor for class IRPact_modellierung.needs.NeedDevelopmentScheme
-
- NeedEvent - Class in IRPact_modellierung.events
-
A need event is an event that represents the development of a need of a consumer agent.
- NeedEvent(double, ConsumerAgent, Need, SimulationContainer) - Constructor for class IRPact_modellierung.events.NeedEvent
-
Event that associates a need with a consumer agent that will be fulfilled at the specified time of the simulation
taking place in the specified container
- NeedNeedIndicatorMap - Class in IRPact_modellierung.needs
-
The NeedNeedIndicatorMap bundles together a Need and a numerical value of the importance (needIndicator)
of the respective Need.
- NeedNeedIndicatorMap(Need, double) - Constructor for class IRPact_modellierung.needs.NeedNeedIndicatorMap
-
The NeedNeedIndicatorMap bundles together a Need and a numerical value of the importance (needIndicator)
of the respective Need, with its interpretation depending on the context (NeedDevelopmentScheme) it is used in.
- NegativeBinomialDistribution - Class in IRPact_modellierung.distributions
-
Class to represent a negative binomial distribution based on the COLT library.
- NegativeBinomialDistribution(String, int, double) - Constructor for class IRPact_modellierung.distributions.NegativeBinomialDistribution
-
Creates a negative binomial distribution wrapping the corresponding COLT distribution.
- neighbours - Variable in class IRPact_modellierung.network.SocialGraph
-
- NewtonianInversePowerlawCommunicationGraph - Class in IRPact_modellierung.network
-
- NewtonianInversePowerlawCommunicationGraph(SimulationContainer, SNConfiguration, Set<SNNode>, Set<SNEdge>, HashMap<SNNode, Set<SNNode>>) - Constructor for class IRPact_modellierung.network.NewtonianInversePowerlawCommunicationGraph
-
- NewtonianInversePowerlawCommunicationGraph(SimulationContainer, SNConfiguration, Set<SNNode>) - Constructor for class IRPact_modellierung.network.NewtonianInversePowerlawCommunicationGraph
-
- NewtonianInversePowerlawCommunicationGraph(SimulationContainer, SNConfiguration, int) - Constructor for class IRPact_modellierung.network.NewtonianInversePowerlawCommunicationGraph
-
- NoAdoptionReplacementScheme - Class in IRPact_modellierung.processModel
-
'Empty' AdoptionReplacementScheme that represents the lack of readoption.
- NoAdoptionReplacementScheme() - Constructor for class IRPact_modellierung.processModel.NoAdoptionReplacementScheme
-
- noBins - Variable in class IRPact_modellierung.perception.Histogram
-
- nodeLabel - Variable in class IRPact_modellierung.network.SNNode
-
- nodes - Variable in class IRPact_modellierung.network.SocialGraph
-
- NoInformationScheme - Class in IRPact_modellierung.information
-
(Dummy) information scheme that represents an 'informational black hole'.
- NoInformationScheme() - Constructor for class IRPact_modellierung.information.NoInformationScheme
-
- NormDistribution - Class in IRPact_modellierung.distributions
-
Class that models a (univariate) normal distribution based on the math3.distribution library of the apache commons.
- NormDistribution(String, double, double) - Constructor for class IRPact_modellierung.distributions.NormDistribution
-
Creates a (univariate) normal distribution based on the math3.distribution library of the apache commons.