A B C D E F G H I K L M N O P Q R S T U V W X

A

action - Variable in class de.cesr.more.measures.network.MAbstractNetworkMeasure
The action to schedule the measure calculation
action - Variable in class de.cesr.more.measures.node.MAbstractNodeMeasure
The action to schedule the measure calculation
activate() - Method in class de.cesr.more.basic.edge.MEdge
 
activate() - Method in interface de.cesr.more.basic.edge.MoreTraceableEdge
Mark the edge active for the current tick.
activate() - Method in class de.cesr.more.geo.building.edge.MGeoEdge
 
activate() - Method in class de.cesr.more.rs.edge.MRepastEdge
 
active - Variable in class de.cesr.more.basic.edge.MEdge
 
active - Variable in class de.cesr.more.rs.edge.MRepastEdge
 
addAgent(AgentType) - Method in class de.cesr.more.rs.geo.util.MGeoHexagon
 
addAgents(MoreNetwork<AgentType, EdgeType>, Collection<AgentType>) - Method in class de.cesr.more.building.network.MNetworkService
Adds agents as nodes to the given network without linking them.
addAmbassador() - Method in class de.cesr.more.basic.agent.MAbstractAnalyseNetworkAgent
 
addAndLinkNode(MoreNetwork<AgentType, EdgeType>, AgentType) - Method in class de.cesr.more.building.network.MCompleteNetworkBuilder
 
addAndLinkNode(MoreNetwork<AgentType, EdgeType>, AgentType) - Method in class de.cesr.more.building.network.MGCompleteNetworkBuilder
 
addAndLinkNode(MoreNetwork<AgentType, EdgeType>, AgentType) - Method in class de.cesr.more.building.network.MWattsBetaSwBuilder
 
addAndLinkNode(MoreNetwork<AgentType, EdgeType>, AgentType) - Method in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
 
addAndLinkNode(MoreNetwork<AgentType, EdgeType>, AgentType) - Method in interface de.cesr.more.manipulate.network.MoreNetworkModifier
Removes an agent from the given network and deletes all its links.
addAndLinkNode(MoreNetwork<AgentType, EdgeType>, AgentType) - Method in class de.cesr.more.rs.building.MGeoRsBaselineRadiusNetworkService
 
addAndLinkNode(MoreNetwork<AgentType, EdgeType>, AgentType) - Method in class de.cesr.more.rs.building.MGeoRsCompleteNetworkBuilder
 
addAndLinkNode(MoreNetwork<AgentType, EdgeType>, AgentType) - Method in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
 
addAndLinkNode(MoreNetwork<AgentType, EdgeType>, AgentType) - Method in class de.cesr.more.rs.building.MGeoRsRandomNetworkService
TODO test!
addAndLinkNode(MoreNetwork<AgentType, EdgeType>, AgentType) - Method in class de.cesr.more.rs.building.MGeoRsSocialDistanceAttachNetworkBuilder
 
addAndLinkNode(MoreNetwork<AgentType, EdgeType>, AgentType) - Method in class de.cesr.more.rs.building.MGeoRsWattsBetaSwBuilder
TODO test Links a new node to an existing Watts-Beta Small-World Network in the following way: Selects a random node in the network Connects the new node to k of the selected node's predecessors (MNetworkBuildingPa.BUILD_WSSM_CONSIDER_SOURCES is false) or successors (otherwise) Rewires any newly created link with defined probability In case the selected node's in/out-degree is less than k because of meantime manipulations the difference is made up by creating distant links to/from the new node
addAndLinkNode(MoreNetwork<AgentType, EdgeType>, AgentType) - Method in class de.cesr.more.rs.building.MRsCompleteNetworkBuilder
 
addAndLinkNode(MoreNetwork<AgentType, EdgeType>, AgentType) - Method in class de.cesr.more.rs.building.MRsErdosRenyiRandomNetworkService
 
addEdge(AgentT, AgentT) - Method in class de.cesr.more.rs.network.MRsContextJungNetwork
 
addEdge(AgentT, AgentT) - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
addEdgeToGeography(AgentType, AgentType, EdgeType) - Method in class de.cesr.more.rs.building.edge.MGeoRsNetworkEdgeModifier
 
addMeasureCalculation(MoreNetwork<T, E>, MMeasureDescription, Map<String, Object>) - Method in class de.cesr.more.measures.network.MNetworkMeasureManager
 
addMeasureCalculation(String, MMeasureDescription, Map<String, Object>) - Method in class de.cesr.more.measures.network.MNetworkMeasureManager
 
addMeasureCalculation(String, String, Map<String, Object>) - Method in class de.cesr.more.measures.network.MNetworkMeasureManager
Takes a short description instead of a MeasureDescription.
addMeasureCalculation(MoreNetwork<T, E>, String, Map<String, Object>) - Method in class de.cesr.more.measures.network.MNetworkMeasureManager
Takes a short description instead of a MeasureDescription.
addMeasureCalculation(MoreNetwork<T, E>, String) - Method in class de.cesr.more.measures.network.MNetworkMeasureManager
Takes a short description instead of a MeasureDescription and uses default parameter map.
addMeasureCalculation(String, String) - Method in class de.cesr.more.measures.network.MNetworkMeasureManager
Takes a short description instead of a MeasureDescription and uses default parameter map.
addMeasureCalculation(MoreNetwork<T, E>, MMeasureDescription, Map<String, Object>) - Method in class de.cesr.more.measures.node.MNodeMeasureManager
The Type of nodes in the given MoreNetwork needs to extend MoreNodeMeasureSupport since the MNodeMeasureManager requires access to methods that get and set measures at the node.
addMeasureCalculation(String, MMeasureDescription, Map<String, Object>) - Method in class de.cesr.more.measures.node.MNodeMeasureManager
 
addMeasureCalculation(MoreNetwork<T, E>, String) - Method in class de.cesr.more.measures.node.MNodeMeasureManager
Takes a short description instead of a MeasureDescription and uses default parameter map.
addMeasureCalculation(String, String, Map<String, Object>) - Method in class de.cesr.more.measures.node.MNodeMeasureManager
Takes a short description instead of a MeasureDescription.
addMeasureCalculation(MoreNetwork<T, E>, String, Map<String, Object>) - Method in class de.cesr.more.measures.node.MNodeMeasureManager
Takes a short description instead of a MeasureDescription.
addMeasureManagerListener(MoreMeasureManagerListener) - Method in class de.cesr.more.measures.MAbstractMeasureManager
Adds a NetworkMeasureUtilitiesListener.
addMeasurement(String) - Method in class de.cesr.more.util.MRuntimeDbWriter
 
addMeasureSupplier(MoreMeasureSupplier) - Method in class de.cesr.more.measures.MAbstractMeasureSupplier
 
addMeasureSupplier(MoreMeasureSupplier) - Method in interface de.cesr.more.measures.MoreMeasureSupplier
Registers another NetworkMeasureSupplier at the implementing supplier
addNode(V) - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
addNode(AgentType) - Method in interface de.cesr.more.basic.network.MoreNetwork
Add a node to the network.
addNode(V) - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
addNode(AgentT) - Method in class de.cesr.more.rs.network.MRsContextJungNetwork
 
addNode(AgentT) - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
addValue(String, String) - Method in class de.cesr.more.util.MDbNetworkDataWriter
Store a network measure/data in order to write it to the database by MDbNetworkDataWriter.writeData().
adjustProbabilityWeights() - Method in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
TODO test
adjustProbabilityWeights() - Method in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
TODO test
agent - Variable in class de.cesr.more.basic.agent.MAgentNetworkComp
 
agentList - Variable in class de.cesr.more.rs.building.MGeoRsBaselineRadiusNetworkService
 
agents - Variable in class de.cesr.more.rs.geo.util.MGeoHexagon
 
agents - Variable in class de.cesr.more.testing.rs.building.geo.MGeoRsWattsBetaSwBuilderTest
 
aggregateNodes(MoreNetwork<AgentType, EdgeType>, AgentType, AgentType) - Static method in class de.cesr.more.manipulate.network.MAggregator
Aggregates two node to a single one (the first node given).
areaDiameter - Variable in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
 
areaDiameter - Variable in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
 
assignGraphObject(Rengine, Graph<V, E>, String, Map<V, Integer>) - Static method in class de.cesr.more.measures.util.MRService
Assigns a JUNG graph object to an R igraph graph object.
assignGraphObject(Rengine, Graph<V, E>, String) - Static method in class de.cesr.more.measures.util.MRService
 
assignMilieuParamMap() - Method in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
 
assignMilieuParamMap() - Method in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
 

B

betaProvider - Variable in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator
 
betaProvider - Variable in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator.MSmallWorldBetaModelNetworkGeneratorParams
 
blacklistNetwork - Variable in class de.cesr.more.manipulate.agent.MBlacklistThresholdLinkProcessor
 
buildNetwork(Collection<Object>) - Method in class de.cesr.more.basic.network.MNetworkBuilderNotSpecified
 
buildNetwork(Collection<AgentType>) - Method in class de.cesr.more.building.network.MCompleteNetworkBuilder
 
buildNetwork(Collection<AgentType>) - Method in class de.cesr.more.building.network.MGCompleteNetworkBuilder
 
buildNetwork(Collection<AgentType>) - Method in class de.cesr.more.building.network.MLattice2DNetworkBuilder
The order of elements in agents influences the lattice's characteristic.
buildNetwork(Collection<AgentType>) - Method in interface de.cesr.more.building.network.MoreNetworkBuilder
Links the given collection of agents and thus generates the network.
buildNetwork(Collection<AgentType>) - Method in class de.cesr.more.building.network.MWattsBetaSwBuilder
 
buildNetwork(Collection<AgentType>) - Method in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator
Order of agents in agents also determines the order of vertices in the underlying lattice structure (via MSmallWorldBetaModelNetworkGenerator.SWVertexFactory).
buildNetwork(Collection<AgentType>) - Method in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
The returned network is always directed!
buildNetwork(Collection<AgentType>) - Method in class de.cesr.more.rs.building.MGeoRsBaselineRadiusNetworkService
NOTE: Agents is not used since the collection of agents is taken from context!
buildNetwork(Collection<AgentType>) - Method in class de.cesr.more.rs.building.MGeoRsCompleteNetworkBuilder
 
buildNetwork(Collection<AgentType>) - Method in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
The returned network is always directed!
buildNetwork(Collection<AgentType>) - Method in class de.cesr.more.rs.building.MGeoRsRandomNetworkService
 
buildNetwork(Collection<AgentType>) - Method in class de.cesr.more.rs.building.MGeoRsRestoreNetworkBuilder
 
buildNetwork(Collection<AgentType>) - Method in class de.cesr.more.rs.building.MGeoRsSocialDistanceAttachNetworkBuilder
 
buildNetwork(Collection<AgentType>) - Method in class de.cesr.more.rs.building.MGeoRsWattsBetaSwBuilder
 
buildNetwork(Collection<AgentType>) - Method in class de.cesr.more.rs.building.MGeoRsWattsBetaSwPartnerCheckingBuilder
 
buildNetwork(Collection<AgentType>) - Method in class de.cesr.more.rs.building.MGroupBaselineRadiusNetworkService
NOTE: Agents is not used since the collection of agents is taken from context!
buildNetwork(Collection<AgentType>) - Method in interface de.cesr.more.rs.building.MoreRsNetworkBuilder
 
buildNetwork(Collection<AgentType>) - Method in class de.cesr.more.rs.building.MRsCompleteNetworkBuilder
 
buildNetwork(Collection<AgentType>) - Method in class de.cesr.more.rs.building.MRsErdosRenyiRandomNetworkService
 
buildNetwork(Collection<AgentType>) - Method in class de.cesr.more.rs.building.MRsLattice2DNetworkBuilder
The order of elements in agents influences the lattice's characteristic.

C

calculatePartnerMilieus(MMilieuNetworkParameterMap, AgentType, int) - Method in class de.cesr.more.rs.building.MGeoRsIdealHomophilyDistanceNetworkService
 
calculatePartnerMilieus(MMilieuNetworkParameterMap, AgentType, int) - Method in class de.cesr.more.rs.building.MGeoRsIdealNetworkService
 
categories - Variable in class de.cesr.more.measures.MAbstractMeasureSupplier
Set that hold all MeasureCategory this supplier supports
checkActivatedEdges() - Method in class de.cesr.more.testing.basic.MEdgeTest
 
checkAgentCollection(Collection<AgentType>) - Method in class de.cesr.more.building.network.MLattice2DNetworkBuilder
 
checkAgentCollection(Collection<AgentType>) - Method in class de.cesr.more.building.network.MNetworkService
 
checkAgentCollection(Collection<AgentType>) - Method in class de.cesr.more.rs.building.MGeoRsRestoreNetworkBuilder
 
CHECKED_NEIGHBOURS_CAPACITY_FACTOR - Static variable in class de.cesr.more.rs.building.MGeoRsBaselineRadiusNetworkService
The multiplicative of the first retrieved neighbours' list's size that is used to initialise the checked neighbours array list.
checkParameter() - Method in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
Checks...
checkParameter() - Method in class de.cesr.more.rs.building.MGeoRsBaselineRadiusNetworkService
 
checkParameter() - Method in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
Checks...
checkPartner(Graph<AgentType, EdgeType>, MMilieuNetworkParameterMap, AgentType, AgentType, int) - Method in class de.cesr.more.rs.building.MGeoRsBaselineNumberNetworkService
Returns false if source is already a successor of target.
checkPartner(MoreNetwork<AgentType, EdgeType>, int[], AgentType, AgentType) - Method in class de.cesr.more.rs.building.MGeoRsIdealHomophilyDistanceNetworkService
 
checkPartner(MoreNetwork<AgentType, EdgeType>, int[], AgentType, AgentType) - Method in class de.cesr.more.rs.building.MGeoRsIdealNetworkService
 
checkPartner(MoreNetwork<AgentType, EdgeType>, MMilieuNetworkParameterMap, AgentType, AgentType, int) - Method in class de.cesr.more.rs.building.MGeoRsWattsBetaSwPartnerCheckingBuilder
Returns false if source is already a successor of target.
checkPartner(Graph<AgentType, EdgeType>, MMilieuNetworkParameterMap, AgentType, AgentType, int) - Method in class de.cesr.more.rs.building.MMilieuPartnerFinder
Returns false if source is already a successor of target.
checkPartnerMilieu(MMilieuNetworkParameterMap, AgentType, AgentType, int) - Method in class de.cesr.more.rs.building.MMilieuPartnerFinder
Potential partner's milieu is checked based on probabilities in paraMap.
checkVertex(AgentT) - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
clearData() - Method in class de.cesr.more.util.io.MGraphMLReader2NodeMap
Passes contents of this#nodeMap to super#vertex_ids.
clearData() - Method in class de.cesr.more.util.io.MGraphMLReaderWithEdges
Passes contents of this#nodeMap to super#vertex_ids.
compareTo(MMeasureDescription) - Method in class de.cesr.more.measures.MMeasureDescription
 
compareTo(MGeoHexagon<AgentType>) - Method in class de.cesr.more.rs.geo.util.MGeoHexagon
 
compareTo(MGeoHexagon<AgentType>.Distance) - Method in class de.cesr.more.rs.geo.util.MGeoHexagon.Distance
 
connect(V, V) - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
connect(E) - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
connect(AgentType, AgentType) - Method in interface de.cesr.more.basic.network.MoreNetwork
If there is already a connection object between these nodes it is removed and the given one added.
connect(EdgeType) - Method in interface de.cesr.more.basic.network.MoreNetwork
Adds an edge to this network.
connect(V, V) - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
connect(E) - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
connect(AgentT, AgentT) - Method in class de.cesr.more.rs.network.MRsContextJungNetwork
 
connect(EdgeT) - Method in class de.cesr.more.rs.network.MRsContextJungNetwork
 
connect(AgentT, AgentT) - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
connect(EdgeT) - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
connect(String) - Static method in class de.cesr.more.util.MMySqlService
Execute the given SQL statement and return the according ResultSet
connectAgent(MMilieuNetworkParameterMap, MoreNetwork<AgentType, EdgeType>, int, MGeographyWrapper<Object>, AgentType) - Method in class de.cesr.more.rs.building.MGeoRsBaselineNumberNetworkService
 
connectAgent(MMilieuNetworkParameterMap, MoreNetwork<AgentType, EdgeType>, int, MGeographyWrapper<Object>, AgentType) - Method in class de.cesr.more.rs.building.MGeoRsBaselineRadiusNetworkService
 
connectAgent(MMilieuNetworkParameterMap, MoreNetwork<AgentType, EdgeType>, int, MGeographyWrapper<Object>, AgentType) - Method in class de.cesr.more.rs.building.MGeoRsBaselineRingNetworkService
TODO integerate
connectAgent(MMilieuNetworkParameterMap, MoreNetwork<AgentType, EdgeType>, int, MGeographyWrapper<Object>, AgentType) - Method in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceNetworkService
TODO integerate
connectAgent(MMilieuNetworkParameterMap, MoreNetwork<AgentType, EdgeType>, int, MGeographyWrapper<Object>, AgentType) - Method in class de.cesr.more.rs.building.MGeoRsIdealHomophilyDistanceNetworkService
TODO integerate
connectAgent(MMilieuNetworkParameterMap, MoreNetwork<AgentType, EdgeType>, int, MGeographyWrapper<Object>, AgentType) - Method in class de.cesr.more.rs.building.MGeoRsIdealNetworkService
 
connectGroupContext(Collection<AgentType>, MoreRsNetwork<AgentType, EdgeType>) - Method in class de.cesr.more.rs.building.MGroupBaselineRadiusNetworkService
Connect each agent with every other agent within the same group context.
considerBackwardLinks - Variable in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
 
considerBackwardLinks - Variable in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
 
considerDistance - Variable in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
 
considerDistance - Variable in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
 
considerForwardLinks - Variable in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
 
considerForwardLinks - Variable in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
 
considerMilieus - Variable in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
 
considerMilieus - Variable in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
 
considerSource - Variable in class de.cesr.more.building.util.MLattice1DGenerator
 
containsNode(V) - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
containsNode(AgentType) - Method in interface de.cesr.more.basic.network.MoreNetwork
Return true if the given node is contained within this network
containsNode(V) - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
containsNode(AgentT) - Method in class de.cesr.more.rs.network.MRsContextJungNetwork
 
containsNode(AgentT) - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
context - Variable in class de.cesr.more.rs.building.MAbstractGeoRsNetworkBuilder
The context the network belongs to.
context - Variable in class de.cesr.more.rs.building.MGeoRsLattice2DNetworkBuilder
 
context - Variable in class de.cesr.more.rs.building.MGeoRsWattsBetaSwBuilder
 
context - Variable in class de.cesr.more.rs.building.MRsCompleteNetworkBuilder
The context the network belongs to.
context - Variable in class de.cesr.more.rs.building.MRsLattice2DNetworkBuilder
 
context - Variable in class de.cesr.more.rs.building.MRsNetworkService
The context the network belongs to.
context - Variable in class de.cesr.more.rs.network.MRsContextJungNetwork
 
context - Variable in class de.cesr.more.testing.rs.building.geo.MGeoRsWattsBetaSwBuilderTest
 
convert - Variable in class de.cesr.more.rs.geo.util.MGeoTorusDistanceQuery
 
create() - Method in class de.cesr.more.building.util.MLattice1DGenerator
 
create() - Method in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator.SWVertexFactory
 
createEdge(V, V, boolean) - Method in class de.cesr.more.building.edge.MDefaultEdgeFactory
 
createEdge(V, V, boolean) - Method in interface de.cesr.more.building.edge.MoreEdgeFactory
Creates a new edge from source node to target node.
createEdge(MoreNetwork<AgentType, EdgeType>, AgentType, AgentType) - Method in class de.cesr.more.building.network.MNetworkService
Created an edge in the direction from potInfluencer to influencedHh
createEdge(MoreNetwork<AgentType, EdgeType>, AgentType, AgentType) - Method in class de.cesr.more.manipulate.edge.MDefaultNetworkEdgeModifier
 
createEdge(MoreNetwork<AgentType, EdgeType>, AgentType, AgentType) - Method in interface de.cesr.more.manipulate.edge.MoreNetworkEdgeModifier
Creates a new edge from source node to target node within the given network and takes care for additional work in the particular context, e.g.
createEdge(MoreNetwork<AgentType, EdgeType>, AgentType, AgentType) - Method in class de.cesr.more.rs.building.edge.MGeoRsNetworkEdgeModifier
 
createEdge(V, V, boolean) - Method in class de.cesr.more.rs.building.edge.MRsEdgeFactory
 
createEdge(Attributes, GraphMLReader.TagState) - Method in class de.cesr.more.util.io.MGraphMLReader2NodeMap
Fetches information about source, target and direction from attributes to enable initialisation of an extended edge object.
createEdge(Attributes, GraphMLReader.TagState) - Method in class de.cesr.more.util.io.MGraphMLReaderWithEdges
Fetches information about source, target and direction from attributes to enable initialisation of and extended edge object.
createMoreNetwork() - Method in class de.cesr.more.building.util.MLattice1DGenerator
 
createNetwork(MoreNetwork<T, E>, MoreNetworkEdgeModifier<T, E>) - Method in class de.cesr.more.building.util.MLattice2DGenerator
Given an existing network, add edges to create a 2D lattice.
createNetwork(Network<AgentType>) - Method in class de.cesr.more.building.util.MRandomNetworkGenerator
Add edges to the existing network to create a random density network.
createNewLinks(int, A, MoreNetwork<A, E>, Map<Double, Set<A>>, MBlacklistThresholdLinkProcessor<A, E>.TieCounter, ArrayList<A>, ArrayList<A>, ArrayList<A>) - Method in class de.cesr.more.manipulate.agent.MBlacklistThresholdLinkProcessor
 
createPredicate() - Method in class de.cesr.more.rs.geo.util.MGeoTorusDistanceQuery
Creates a predicate that tests for intersection.
createRadiusNetwork(Collection<AgentType>, MMilieuNetworkParameterMap, MoreRsNetwork<AgentType, EdgeType>) - Method in class de.cesr.more.rs.building.MGeoRsBaselineRadiusNetworkService
 
createRandomAgentList(Collection<AgentType>, Map<AgentType, Integer>) - Method in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
 
createRandomAgentList(Collection<AgentType>, Map<AgentType, Integer>) - Method in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
 
createVertex(Attributes) - Method in class de.cesr.more.util.io.MGraphMLReader2NodeMap
Adapted to this application when vertex_ids is provided beforehand.
createVertex(Attributes) - Method in class de.cesr.more.util.io.MGraphMLReaderWithEdges
Adapted to this application when vertex_ids is provided beforehand.
cumulativeProbability(int, int) - Method in class de.cesr.more.util.distributions.MPascalDistribution
 
cumulativeProbability(int) - Method in class de.cesr.more.util.distributions.MPascalDistribution
 
cumulativeProbability(double) - Method in class de.cesr.more.util.distributions.MWeibullDistanceDistribution
 
currentStep - Variable in class de.cesr.more.util.MSchedule
 

D

de.cesr.more.basic - package de.cesr.more.basic
 
de.cesr.more.basic.agent - package de.cesr.more.basic.agent
 
de.cesr.more.basic.edge - package de.cesr.more.basic.edge
 
de.cesr.more.basic.network - package de.cesr.more.basic.network
 
de.cesr.more.building.edge - package de.cesr.more.building.edge
 
de.cesr.more.building.network - package de.cesr.more.building.network
 
de.cesr.more.building.util - package de.cesr.more.building.util
 
de.cesr.more.geo - package de.cesr.more.geo
 
de.cesr.more.geo.building.edge - package de.cesr.more.geo.building.edge
 
de.cesr.more.geo.building.network - package de.cesr.more.geo.building.network
 
de.cesr.more.geo.manipulate - package de.cesr.more.geo.manipulate
 
de.cesr.more.lara.agent - package de.cesr.more.lara.agent
 
de.cesr.more.manipulate.agent - package de.cesr.more.manipulate.agent
 
de.cesr.more.manipulate.agent.analyse - package de.cesr.more.manipulate.agent.analyse
 
de.cesr.more.manipulate.agent.events - package de.cesr.more.manipulate.agent.events
 
de.cesr.more.manipulate.edge - package de.cesr.more.manipulate.edge
 
de.cesr.more.manipulate.network - package de.cesr.more.manipulate.network
 
de.cesr.more.measures - package de.cesr.more.measures
 
de.cesr.more.measures.network - package de.cesr.more.measures.network
 
de.cesr.more.measures.network.supply - package de.cesr.more.measures.network.supply
 
de.cesr.more.measures.network.supply.algos - package de.cesr.more.measures.network.supply.algos
 
de.cesr.more.measures.node - package de.cesr.more.measures.node
 
de.cesr.more.measures.node.supply - package de.cesr.more.measures.node.supply
 
de.cesr.more.measures.util - package de.cesr.more.measures.util
 
de.cesr.more.param - package de.cesr.more.param
 
de.cesr.more.param.reader - package de.cesr.more.param.reader
 
de.cesr.more.rs.building - package de.cesr.more.rs.building
 
de.cesr.more.rs.building.analyse - package de.cesr.more.rs.building.analyse
 
de.cesr.more.rs.building.edge - package de.cesr.more.rs.building.edge
 
de.cesr.more.rs.edge - package de.cesr.more.rs.edge
 
de.cesr.more.rs.geo.util - package de.cesr.more.rs.geo.util
 
de.cesr.more.rs.network - package de.cesr.more.rs.network
 
de.cesr.more.rs.util - package de.cesr.more.rs.util
 
de.cesr.more.testing - package de.cesr.more.testing
 
de.cesr.more.testing.basic - package de.cesr.more.testing.basic
 
de.cesr.more.testing.building - package de.cesr.more.testing.building
 
de.cesr.more.testing.building.util - package de.cesr.more.testing.building.util
 
de.cesr.more.testing.measures.network - package de.cesr.more.testing.measures.network
 
de.cesr.more.testing.measures.network.supply.algos - package de.cesr.more.testing.measures.network.supply.algos
 
de.cesr.more.testing.measures.node - package de.cesr.more.testing.measures.node
 
de.cesr.more.testing.networks - package de.cesr.more.testing.networks
 
de.cesr.more.testing.param - package de.cesr.more.testing.param
 
de.cesr.more.testing.param.reader - package de.cesr.more.testing.param.reader
 
de.cesr.more.testing.rs.building - package de.cesr.more.testing.rs.building
 
de.cesr.more.testing.rs.building.geo - package de.cesr.more.testing.rs.building.geo
 
de.cesr.more.testing.rs.geo.util - package de.cesr.more.testing.rs.geo.util
 
de.cesr.more.testing.rs.network - package de.cesr.more.testing.rs.network
 
de.cesr.more.testing.testutils - package de.cesr.more.testing.testutils
 
de.cesr.more.testing.util - package de.cesr.more.testing.util
 
de.cesr.more.util - package de.cesr.more.util
 
de.cesr.more.util.distributions - package de.cesr.more.util.distributions
 
de.cesr.more.util.exception - package de.cesr.more.util.exception
 
de.cesr.more.util.io - package de.cesr.more.util.io
 
decreaseEffect() - Method in class de.cesr.more.testing.util.MScheduleTest
Created by Sascha Holzhauer on 10.12.2010
DEFAULT_EDGE_WEIGHT - Static variable in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
degreeDistributions - Variable in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
 
degreeDistributions - Variable in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
 
density(double) - Method in class de.cesr.more.util.distributions.MWeibullDistanceDistribution
 
desc - Variable in class de.cesr.more.measures.network.MAbstractNetworkMeasure
The measure description
desc - Variable in class de.cesr.more.measures.node.MAbstractNodeMeasure
The measure description
DIAMETER - Variable in class de.cesr.more.testing.util.MWeibullDistanceDistributionTest
 
directed - Variable in class de.cesr.more.basic.edge.MEdge
 
disconnect(V, V) - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
disconnect(AgentType, AgentType) - Method in interface de.cesr.more.basic.network.MoreNetwork
 
disconnect(V, V) - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
disconnect(AgentT, AgentT) - Method in class de.cesr.more.rs.network.MRsContextJungNetwork
 
disconnect(AgentT, AgentT) - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
disconnect() - Static method in class de.cesr.more.util.MMySqlService
Disconnect the current mySQL connection
distance(Coordinate) - Method in class de.cesr.more.geo.MTorusCoordinate
Calculates distances in a torus
distance - Variable in class de.cesr.more.rs.geo.util.MGeoTorusDistanceQuery
 
DISTANCE_FACTOR_FOR_DISTRIBUTION - Static variable in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
 
DISTANCE_FACTOR_FOR_DISTRIBUTION - Static variable in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
 
distanceDistributions - Variable in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
 
distanceDistributions - Variable in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
 
distanceHexagon - Variable in class de.cesr.more.rs.geo.util.MGeoHexagon
 
distanceStep - Variable in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
 
distanceStep - Variable in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
 
downIndex(int, int) - Method in class de.cesr.more.building.util.MLattice2DGenerator
 

E

edge_modifier - Variable in class de.cesr.more.building.util.MLattice1DGenerator
 
edgeFac - Variable in class de.cesr.more.building.network.MNetworkService
 
edgeFac - Variable in class de.cesr.more.manipulate.edge.MDefaultNetworkEdgeModifier
 
edgeFac - Variable in class de.cesr.more.rs.building.edge.MGeoRsNetworkEdgeModifier
 
edgeFac - Variable in class de.cesr.more.rs.building.MAbstractGeoRsNetworkBuilder
 
edgeFac - Variable in class de.cesr.more.rs.network.MRsContextJungNetwork
 
edgeFac - Variable in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
edgeFactory - Variable in class de.cesr.more.basic.network.MDirectedNetwork
 
edgeFactory - Variable in class de.cesr.more.basic.network.MUndirectedNetwork
 
edgeFactory - Variable in class de.cesr.more.util.io.MGraphMLReader2NodeMap
An MoreEdgeFactory that is used to create edge objects
edgeFactory - Variable in class de.cesr.more.util.io.MGraphMLReaderWithEdges
An MoreEdgeFactory that is used to create edge objects
edgeMan - Variable in class de.cesr.more.manipulate.agent.MBlacklistThresholdLinkProcessor
 
edgeMan - Variable in class de.cesr.more.manipulate.agent.MThresholdLinkProcessor
 
edgeModifier - Variable in class de.cesr.more.building.network.MLattice2DNetworkBuilder
 
edgeModifier - Variable in class de.cesr.more.building.network.MNetworkService
should be accessed via getEdgeModifer...
edgeModifier - Variable in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator
 
edgeModifier - Variable in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator.MSmallWorldBetaModelNetworkGeneratorParams
 
edgeModifier - Variable in class de.cesr.more.rs.building.MAbstractGeoRsNetworkBuilder
should be accessed via getEdgeModifer...
eFac - Variable in class de.cesr.more.rs.building.MGeoRsWattsBetaSwBuilder
 
end - Variable in class de.cesr.more.basic.edge.MEdge
 
END_TICK - Static variable in class de.cesr.more.measures.util.MScheduleParameters
 
endEngine() - Static method in class de.cesr.more.measures.util.MRService
Stops REngine.
equals(Object) - Method in class de.cesr.more.measures.MAbstractMeasureSupplier
Uses the Classes of the objects to compare and calls the classes' equals.
equals(Object) - Method in class de.cesr.more.measures.MMeasureBundle
 
equals(Object) - Method in class de.cesr.more.measures.MMeasureDescription
 
equals(MNetworkMeasureCategory) - Method in enum de.cesr.more.measures.network.MNetworkMeasureCategory
Test for equality by the category's description
equals(MNodeMeasureCategory) - Method in enum de.cesr.more.measures.node.MNodeMeasureCategory
Test for equality by the category's description
equals(Object) - Method in class de.cesr.more.rs.geo.util.MGeoHexagon
 
execute() - Method in class de.cesr.more.measures.util.MAbstractAction
 
execute() - Method in interface de.cesr.more.measures.util.MoreAction
This method is executed - mostly automatically by some scheduler.
explorePartner(AgentType, LinkedList<AgentType>, MoreNetwork<AgentType, EdgeType>, Map<AgentType, Integer>) - Method in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
Assumes that the distance distribution's density is highest at supported lower bound (p_local / x_min).
explorePartner(AgentType, LinkedList<AgentType>, MoreNetwork<AgentType, EdgeType>, Map<AgentType, Integer>) - Method in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
Assumes that the distance distribution's density is highest at supported lower bound (p_local / x_min).
externalVersion - Variable in class de.cesr.more.util.MDbNetworkDataWriter
 

F

fadeAmount - Variable in class de.cesr.more.basic.edge.MEdge
 
fadeAmount - Variable in class de.cesr.more.rs.edge.MRepastEdge
 
fadeWeight() - Method in class de.cesr.more.basic.edge.MEdge
 
fadeWeight() - Method in interface de.cesr.more.basic.edge.MoreFadingWeightEdge
Fades the edge weight by MNetManipulatePa.DYN_FADE_OUT_AMOUNT.
fadeWeight() - Method in class de.cesr.more.rs.edge.MRepastEdge
 
findDistantTarget(MMilieuNetworkParameterMap, MoreNetwork<AgentType, EdgeType>, AgentType, Class<? extends AgentType>) - Method in class de.cesr.more.rs.building.MGeoRsWattsBetaSwPartnerCheckingBuilder
 
findMeasure(MMeasureDescription) - Method in class de.cesr.more.measures.MAbstractMeasureSupplier
Delegate Pattern / Chain of Responsibility: Searches for a MoreMeasure according to the given MMeasureDescription in the chain of MoreMeasureSuppliers.
findMeasure(MMeasureDescription) - Method in interface de.cesr.more.measures.MoreMeasureSupplier
Return the according Measure when this supplier or any children supports the given MeasureDescription, null otherwise.
findPartner(Graph<AgentType, EdgeType>, AgentType) - Method in class de.cesr.more.rs.building.MDefaultPartnerFinder
 
findPartner(Graph<AgentType, EdgeType>, AgentType, boolean) - Method in class de.cesr.more.rs.building.MDefaultPartnerFinder
 
findPartner(Collection<AgentType>, Graph<AgentType, EdgeType>, AgentType, boolean) - Method in class de.cesr.more.rs.building.MDefaultPartnerFinder
 
findPartner(Graph<AgentType, EdgeType>, AgentType, boolean) - Method in class de.cesr.more.rs.building.MMilieuPartnerFinder
 
findPartner(Collection<AgentType>, Graph<AgentType, EdgeType>, AgentType, boolean) - Method in class de.cesr.more.rs.building.MMilieuPartnerFinder
 
findPartner(Graph<AgentType, EdgeType>, AgentType) - Method in interface de.cesr.more.rs.building.MorePartnerFinder
Finds a partner for the given focal agent in the given graph.
findPartner(Graph<AgentType, EdgeType>, AgentType, boolean) - Method in interface de.cesr.more.rs.building.MorePartnerFinder
Finds a partner for the given focal agent in the given graph.
findPartner(Collection<AgentType>, Graph<AgentType, EdgeType>, AgentType, boolean) - Method in interface de.cesr.more.rs.building.MorePartnerFinder
Selects a partner for the given focal agent from the given list of potential partners.
findPartnerLargeAgentList(Collection<AgentType>, Graph<AgentType, EdgeType>, AgentType, boolean, int) - Method in class de.cesr.more.rs.building.MMilieuPartnerFinder
 
findPartnerSmallAgentList(Collection<AgentType>, Graph<AgentType, EdgeType>, AgentType, boolean, int) - Method in class de.cesr.more.rs.building.MMilieuPartnerFinder
 
FIRST_PRIORITY - Static variable in class de.cesr.more.measures.util.MScheduleParameters
 
floatPointFormat - Static variable in class de.cesr.more.basic.MManager
NumberFormat to format floating point numbers

G

gen - Variable in class de.cesr.more.rs.building.MGeoRsWattsBetaSwBuilder
 
geoFactory - Variable in class de.cesr.more.geo.building.network.MGeoNetworkService
 
geoFactory - Variable in class de.cesr.more.rs.building.edge.MGeoRsNetworkEdgeModifier
 
geoFactory - Variable in class de.cesr.more.rs.building.MAbstractGeoRsNetworkBuilder
 
geoFactory - Variable in class de.cesr.more.rs.building.MGeoRsNetworkService
 
geography - Variable in class de.cesr.more.geo.building.network.MGeoNetworkService
Need to be of type Object since network objects and agents should be insertable
geography - Variable in class de.cesr.more.rs.building.edge.MGeoRsNetworkEdgeModifier
Need to be of type Object since network objects and agents should be insertable
geography - Variable in class de.cesr.more.rs.building.MAbstractGeoRsNetworkBuilder
Need to be of type Object since network objects and agents should be insertable
geography - Variable in class de.cesr.more.rs.building.MGeoRsNetworkService
Need to be of type Object since network objects and agents should be insertable
geoRequestClass - Variable in class de.cesr.more.geo.building.network.MGeoNetworkService
 
geoRequestClass - Variable in class de.cesr.more.rs.building.MGeoRsNetworkService
 
geoWrapper - Variable in class de.cesr.more.manipulate.agent.MBlacklistThresholdLinkProcessor
 
get(String, MMeasureDescription) - Method in class de.cesr.more.util.MNetworkClusterMeasureStorage
 
get(MoreNetwork<?, ?>, MMeasureDescription) - Method in class de.cesr.more.util.MNetworkMeasureStorage
 
getAction(MoreNetwork<T, EdgeType>, Map<String, Object>) - Method in class de.cesr.more.measures.network.MAbstractNetworkMeasure
A new measure need to provide a MoreAction that calculates the measure values
getAction(MoreNetwork<T, E>, Map<String, Object>) - Method in class de.cesr.more.measures.node.MAbstractNodeMeasure
A new measure need to provide a BasicAction that calculates the measure values
getAction(MoreNetwork<T, EdgeType>, Map<String, Object>) - Method in interface de.cesr.more.measures.node.MoreNodeMeasure
A new measure need to provide a MoreAction that calculates the measure values
getAddableMeasures(MoreNetwork<?, ?>) - Method in class de.cesr.more.measures.MAbstractMeasureManager
 
getAddableMeasures(MoreNetwork<?, ?>) - Method in interface de.cesr.more.measures.MMeasureSelectorListener
The MeasureChooser calls this method in order to fetch measures that might be added by the user for a (user-)specified network.
getAdjacent(V) - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
getAdjacent(AgentType) - Method in interface de.cesr.more.basic.network.MoreNetwork
 
getAdjacent(V) - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
getAdjacent(AgentT) - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
getAdjacentValues(MoreNetwork<AgentType, E>, AgentType, AgentType, String, int, int, double) - Static method in class de.cesr.more.measures.node.supply.MCompNetInfoSupplier
Recursively sums up values of the given key of agents within the distance given by reach.
getAgentId() - Method in interface de.cesr.more.rs.building.MoreMilieuAgent
The agent's ID
getAgentId() - Method in class de.cesr.more.testing.testutils.MTestGraphs.MTestNode
 
getAgentList() - Method in class de.cesr.more.rs.building.MGeoRsBaselineRadiusNetworkService
 
getAgents() - Method in class de.cesr.more.rs.geo.util.MGeoHexagon
 
getAllMeasures(String) - Method in class de.cesr.more.util.MNetworkClusterMeasureStorage
Returns an unmodifiable map of all measures of the given network.
getAllMeasures(MoreNetwork<?, ?>) - Method in class de.cesr.more.util.MNetworkMeasureStorage
Returns an unmodifiable map of all measures of the given network.
getAreaDiameter() - Method in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
Calculates the area diameter from hexagon shapefiles.
getAreaDiameter() - Method in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
Calculates the area diameter from hexagon shapefiles.
getAveragepathLengthClustersR(Graph<V, E>, boolean) - Static method in class de.cesr.more.measures.network.supply.algos.MNetworkStatisticsR
Return Double.NaN when graph does not contain any edge.
getAveragepathLengthR(Graph<V, E>, boolean) - Static method in class de.cesr.more.measures.network.supply.algos.MNetworkStatisticsR
Return Double.NaN when graph does not contain any edge.
getBackwardProb(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
MGeoRsHomophilyDistanceFfNetworkService
getBetaProvider() - Method in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator.MSmallWorldBetaModelNetworkGeneratorParams
If the beta provider has not been set yet, it assigns a general provider using MNetworkBuildingPa.BUILD_WSSM_BETA.
getBetaValue(V) - Method in interface de.cesr.more.building.util.MoreBetaProvider
Returns the beta value to rewire in MSmallWorldBetaModelNetworkGenerator for the given node.
getBlacklistNetwork() - Method in class de.cesr.more.manipulate.agent.MBlacklistThresholdLinkProcessor
 
getBlacklistSize() - Method in class de.cesr.more.basic.agent.MAbstractAnalyseNetworkAgent
 
getBlacklistSize() - Method in class de.cesr.more.basic.agent.MAgentAnalyseNetworkComp
 
getBlacklistSize() - Method in interface de.cesr.more.basic.agent.MoreAgentAnalyseNetworkComp
 
getCategories() - Method in class de.cesr.more.measures.MAbstractMeasureSupplier
 
getCategories() - Method in interface de.cesr.more.measures.MoreMeasureSupplier
Return all MeasureCategorys this supplier provides Measures for
getCategory() - Method in class de.cesr.more.measures.MMeasureDescription
 
getClusteringCoefficientOverallR(Graph<V, E>) - Static method in class de.cesr.more.measures.network.supply.algos.MClusteringCoefficientR
 
getClusteringCoefficientOverallRatio(Graph<V, E>) - Static method in class de.cesr.more.measures.network.supply.algos.MClusteringCoefficient
Calculates the clustering coefficient (also known as transitivity) for the given graph.
getClusteringCoefficientPerNode(Graph<V, E>) - Static method in class de.cesr.more.measures.network.supply.algos.MClusteringCoefficient
Calculates the clustering coefficient (also known as transitivity) for the given graph.
getClusteringCoefficientPerNodeWithNeighbors(Graph<V, E>) - Static method in class de.cesr.more.measures.network.supply.algos.MClusteringCoefficient
Calculates the clustering coefficient (also known as transitivity) for the given graph.
getClusteringCoefficientRlike(Graph<V, E>) - Static method in class de.cesr.more.measures.network.supply.algos.MClusteringCoefficient
Calculates the clustering coefficient (also known as transitivity) for the given graph.
getClusteringCoefficientWeightedRatio(Graph<V, E>) - Static method in class de.cesr.more.measures.network.supply.algos.MClusteringCoefficient
Calculates the clustering coefficient (also known as transitivity) for the given graph.
getClusteringCoefficientWS(Graph<V, E>) - Static method in class de.cesr.more.measures.network.supply.algos.MClusteringCoefficient
Does not consider the ego itself...
getCommand() - Method in enum de.cesr.more.measures.network.supply.algos.MNetworkModularityR.MCommunityDetectionAlgorithms
 
getCompleteDirectedGraph(int) - Static method in class de.cesr.more.testing.testutils.MTestGraphs
Vertices or of Type Object.
getCompleteDirectedMNetwork(int) - Static method in class de.cesr.more.testing.testutils.MTestGraphs
 
getCompleteUndirectedGraph(int) - Static method in class de.cesr.more.testing.testutils.MTestGraphs
Vertices or of Type Object.
getCompoundValue(MoreNetwork<AgentType, E>, AgentType, MoreComboundNetworkInfo) - Static method in class de.cesr.more.measures.node.supply.MCompNetInfoSupplier
Calculated the compound network information as specified and writes the result as value of the MoreComboundNetworkInfo object.
getConnection() - Static method in class de.cesr.more.util.MMySqlService
Returns the current connection.
getContainingAreaContext(AgentType, Class<AreaType>) - Method in class de.cesr.more.rs.geo.util.MGeographyWrapper
 
getContext() - Method in class de.cesr.more.rs.building.MAbstractGeoRsNetworkBuilder
 
getCurrentTick() - Method in interface de.cesr.more.measures.util.MoreSchedule
 
getCurrentTick() - Method in class de.cesr.more.rs.util.MRsSchedule
 
getCurrentTick() - Method in class de.cesr.more.util.MSchedule
 
getDefaultValue() - Method in enum de.cesr.more.param.MBasicPa
 
getDefaultValue() - Method in enum de.cesr.more.param.MDonNetworksPa
 
getDefaultValue() - Method in enum de.cesr.more.param.MNetBuildBhPa
 
getDefaultValue() - Method in enum de.cesr.more.param.MNetBuildHdffPa
 
getDefaultValue() - Method in enum de.cesr.more.param.MNetBuildLattice2DPa
 
getDefaultValue() - Method in enum de.cesr.more.param.MNetBuildSocialAttachment
 
getDefaultValue() - Method in enum de.cesr.more.param.MNetBuildWsPa
 
getDefaultValue() - Method in enum de.cesr.more.param.MNetManipulatePa
 
getDefaultValue() - Method in enum de.cesr.more.param.MNetworkBuildingPa
 
getDefaultValue() - Method in enum de.cesr.more.param.MRandomPa
 
getDefaultValue() - Method in enum de.cesr.more.param.MSqlPa
 
getDegree(V) - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
getDegree(AgentType) - Method in interface de.cesr.more.basic.network.MoreNetwork
 
getDegree(V) - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
getDegree(AgentT) - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
getDimWeightGeo(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getDimWeightMilieu(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getDistance(int) - Method in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
 
getDistance(int) - Method in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
 
getDistance(MGeoHexagon<AgentType>) - Method in class de.cesr.more.rs.geo.util.MGeoHexagon
 
getDistanceProb(AgentType, AgentType) - Method in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
 
getDistanceProb(AgentType, AgentType) - Method in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
 
getDistanceProbExp(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getDistDistributionClass(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getDistParamA(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getDistParamB(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getDistParamPLocal(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getDistParamXMin(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getDynDecreaseAmount(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getDynDecreaseThreshold(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getDynEdgeManageOptimum(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getDynEdgeUpdatingInverval(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getDynFadeOutAmount(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getDynFadeOutInterval(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getDynIncreaseAmount(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getDynIncreaseThreshold(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getDynLinkManagementInverval(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getDynLocalRadius(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getDynProbGlobal(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getDynProbLocal(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getDynProbReciprocity(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getDynProbTransitivity(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getEdge(V, V) - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
getEdge(AgentType, AgentType) - Method in interface de.cesr.more.basic.network.MoreNetwork
 
getEdge(V, V) - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
getEdge(AgentT, AgentT) - Method in class de.cesr.more.rs.network.MRsContextJungNetwork
 
getEdge(AgentT, AgentT) - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
getEdgeFactory() - Method in class de.cesr.more.building.network.MNetworkService
To set a new MoreEdgeFactory, assign a new MoreNetworkEdgeModifier!
getEdgeFactory() - Method in class de.cesr.more.manipulate.edge.MDefaultNetworkEdgeModifier
 
getEdgeFactory() - Method in interface de.cesr.more.manipulate.edge.MoreNetworkEdgeModifier
 
getEdgeFactory() - Method in class de.cesr.more.rs.building.edge.MGeoRsNetworkEdgeModifier
 
getEdgeModifier() - Method in class de.cesr.more.building.network.MNetworkService
 
getEdgeModifier() - Method in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator.MSmallWorldBetaModelNetworkGeneratorParams
 
getEdgesCollection() - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
getEdgesCollection() - Method in interface de.cesr.more.basic.network.MoreNetwork
 
getEdgesCollection() - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
getEdgesCollection() - Method in class de.cesr.more.rs.network.MRsContextJungNetwork
 
getEdgesCollection() - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
getEgoNetworkManager() - Method in interface de.cesr.more.basic.agent.MoreEgoNetworkManagingAgent
 
getEgoNetworkProcessor(MoreEgoNetworkEvent) - Method in class de.cesr.more.manipulate.agent.MEgoNetworkManagerComp
 
getEgoNetworkProcessor(MoreEgoNetworkEvent) - Method in interface de.cesr.more.manipulate.agent.MoreEgoNetworkManagerComp
 
getEmptyProcessorMap() - Static method in class de.cesr.more.manipulate.agent.MEgoNetworkManagerComp
 
getEnd() - Method in class de.cesr.more.basic.edge.MEdge
 
getEnd() - Method in interface de.cesr.more.basic.edge.MoreEdge
For undirected edges, it returns the node that was given as second node parameter.
getEnd() - Method in class de.cesr.more.measures.util.MScheduleParameters
 
getEnd() - Method in class de.cesr.more.rs.edge.MRepastEdge
 
getEverlastingRandomScheduleParameter(double, double) - Static method in class de.cesr.more.measures.util.MScheduleParameters
Priority is MScheduleParameters.RANDOM_PRIORITY.
getExtendingSearchFraction(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getFinalRadius() - Method in interface de.cesr.more.rs.building.analyse.MoreBaselineNetworkServiceAnalysableAgent
 
getFloatPointFormat() - Static method in class de.cesr.more.basic.MManager
Mainly used for logging purposes.
getForwardProb(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
Forward probability is used by MGeoRsHomophilyDistanceFfNetworkService.
getFromBeginningRandomScheduleParameter(double, double) - Static method in class de.cesr.more.measures.util.MScheduleParameters
Action starts right after Scheduling until [end] every [interval]th step.
getGeoFactory() - Method in interface de.cesr.more.geo.manipulate.MoreGeoNetworkEdgeModifier
 
getGeoFactory() - Method in class de.cesr.more.rs.building.edge.MGeoRsNetworkEdgeModifier
 
getGeography() - Method in interface de.cesr.more.geo.manipulate.MoreGeoNetworkEdgeModifier
 
getGeography() - Method in class de.cesr.more.rs.building.edge.MGeoRsNetworkEdgeModifier
 
getGeography() - Method in class de.cesr.more.rs.building.MAbstractGeoRsNetworkBuilder
 
getGeoRequestClass() - Method in class de.cesr.more.geo.building.network.MGeoNetworkService
 
getGeoRequestClass() - Method in class de.cesr.more.rs.building.MGeoRsNetworkService
 
getGraphFilteredInstance(Graph<V, E>, String) - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
getGraphFilteredInstance(Graph<AgentType, EdgeType>, String) - Method in interface de.cesr.more.basic.network.MoreNetwork
The method is used to obtain a new Sub-MoreNetwork.
getGraphFilteredInstance(Graph<V, E>, String) - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
getGraphFilteredInstance(Graph<AgentT, EdgeT>, String) - Method in class de.cesr.more.rs.network.MRsContextJungNetwork
 
getGraphFilteredInstance(Graph<AgentT, EdgeT>, String) - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
getHexagonsOfDistance(double) - Method in class de.cesr.more.rs.geo.util.MGeoHexagon
 
getId() - Method in class de.cesr.more.rs.geo.util.MGeoHexagon
 
getId() - Method in class de.cesr.more.testing.testutils.MTestGraphs.MTestNode
 
getInDegree() - Method in class de.cesr.more.basic.agent.MAbstractAnalyseNetworkAgent
 
getInDegree() - Method in class de.cesr.more.basic.agent.MAgentAnalyseNetworkComp
Returns the number of incoming links.
getInDegree() - Method in interface de.cesr.more.basic.agent.MoreAgentAnalyseNetworkComp
Returns the number of incoming links.
getInDegree(V) - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
getInDegree(AgentType) - Method in interface de.cesr.more.basic.network.MoreNetwork
 
getInDegree(V) - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
getInDegree() - Method in class de.cesr.more.lara.agent.MAbstractLaraAnalyseNetworkAgent
 
getInDegree(AgentT) - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
getInDegree() - Method in class de.cesr.more.testing.measures.node.MMeasureSupportAgent
 
getIndex(int) - Method in class de.cesr.more.building.util.MLattice1DGenerator
 
getInstance() - Static method in class de.cesr.more.manipulate.agent.events.MLinkManagingEvent
 
getInstance() - Static method in class de.cesr.more.manipulate.agent.events.MLinkWeightUpdatingEvent
 
getInstance() - Static method in class de.cesr.more.measures.network.MNetworkMeasureManager
 
getInstance() - Static method in class de.cesr.more.measures.network.supply.MCcNetworkMeasureRSupplier
 
getInstance() - Static method in class de.cesr.more.measures.network.supply.MCcNetworkMeasureSupplier
 
getInstance() - Static method in class de.cesr.more.measures.network.supply.MCentralityNetMSupplier
 
getInstance() - Static method in class de.cesr.more.measures.network.supply.MModularityMeasureSupplier
 
getInstance() - Static method in class de.cesr.more.measures.network.supply.MNetworkStatisticsSupplier
 
getInstance() - Static method in class de.cesr.more.measures.node.MNodeMeasureManager
 
getInstance() - Static method in class de.cesr.more.measures.util.MRService
Returns the the current MRService if existing and creates a new instance otherwise.
getIntegerFormat() - Static method in class de.cesr.more.basic.MManager
Mainly used for logging purposes.
getInterval() - Method in class de.cesr.more.measures.util.MScheduleParameters
 
getJungGraph() - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
getJungGraph() - Method in interface de.cesr.more.basic.network.MoreNetwork
Return a JUNG Graph object of this network.
getJungGraph() - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
getJungGraph() - Method in class de.cesr.more.rs.network.MRsContextJungNetwork
 
getJungGraph() - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
getK(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
Deprecated. use MMilieuNetworkParameterMap.getMilieuParam(PmParameterDefinition, int) instead!
getKDistributionClass(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getKparamA(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getKparamB(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getkProvider() - Method in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator.MSmallWorldBetaModelNetworkGeneratorParams
If the k provider has not been set yet, it assigns a general provider using MNetworkBuildingPa.BUILD_WSSM_INITIAL_OUTDEG.
getKValue(V) - Method in interface de.cesr.more.building.util.MoreKValueProvider
Return the k value specific for the given node.
getLength() - Method in class de.cesr.more.geo.building.edge.MGeoEdge
 
getLength() - Method in interface de.cesr.more.geo.MoreGeoEdge
 
getLength() - Method in class de.cesr.more.rs.edge.MRepastEdge
 
getLinkProb(V) - Method in interface de.cesr.more.building.util.MoreLinkProbProvider
Return the probability with which other agents are linked to the given agent.
getLogger(String) - Static method in class de.cesr.more.util.Log4jLogger
 
getLogger(Class<?>) - Static method in class de.cesr.more.util.Log4jLogger
 
getMainNetwork() - Method in class de.cesr.more.basic.agent.MAbstractNetworkAgent
 
getMainNetwork() - Method in class de.cesr.more.basic.agent.MAgentNetworkComp
 
getMainNetwork() - Method in interface de.cesr.more.basic.agent.MoreAgentNetworkComp
 
getMainNetwork() - Method in class de.cesr.more.lara.agent.MAbstractLaraNetworkAgent
 
getMaxNumAgents(Geometry, Class<ReturnType>) - Method in class de.cesr.more.rs.geo.util.MGeographyWrapper
 
getMaxNumAgents(Class<ReturnType>) - Method in class de.cesr.more.rs.geo.util.MGeographyWrapper
 
getMaxSearchRadius(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getMeasure() - Method in class de.cesr.more.measures.MMeasureBundle
 
getMeasureA() - Method in interface de.cesr.more.rs.network.MoreRsNetwork
Accessing network measures by Repast Simphony
getMeasureA() - Method in class de.cesr.more.rs.network.MRsContextJungNetwork
 
getMeasureB() - Method in interface de.cesr.more.rs.network.MoreRsNetwork
 
getMeasureB() - Method in class de.cesr.more.rs.network.MRsContextJungNetwork
 
getMeasureCalculations(MoreNetwork<?, ?>) - Method in class de.cesr.more.measures.MAbstractMeasureManager
Returns a Set of MeasureDescriptions that are dedicated to be calculated for the given ContextContextJungNetwork.
getMeasureCalculations(MoreNetwork<?, ?>) - Method in class de.cesr.more.measures.network.MNetworkMeasureManager
Returns a Set of MeasureDescriptions that are dedicated to be calculated for the given ContextContextJungNetwork.
getMeasureDescription() - Method in interface de.cesr.more.measures.MoreMeasure
 
getMeasureDescription() - Method in class de.cesr.more.measures.network.MAbstractNetworkMeasure
 
getMeasureDescription() - Method in class de.cesr.more.measures.node.MAbstractNodeMeasure
 
getMeasureDescriptions() - Method in class de.cesr.more.measures.MAbstractMeasureSupplier
 
getMeasureDescriptions() - Method in interface de.cesr.more.measures.MoreMeasureSupplier
Returns MeasureDescription of the Measures this supplier provides
getMilieuGroup() - Method in interface de.cesr.more.rs.building.MoreMilieuAgent
Return the milieu group index (starting with 1)
getMilieuGroup() - Method in class de.cesr.more.testing.testutils.MTestGraphs.MTestNode
 
getMilieuParam(PmParameterDefinition, int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getModifiedBO(A, Map<Class<? extends LaraPreference>, Double>) - Method in class de.cesr.more.testing.testutils.MTestUtilsLara.MTestBo
 
getModularityR(Graph<V, E>, String) - Static method in class de.cesr.more.measures.network.supply.algos.MNetworkModularityR
 
getModularityR(Graph<V, E>) - Static method in class de.cesr.more.measures.network.supply.algos.MNetworkModularityR
Uses InfoMap community detection
getName() - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
getName() - Method in interface de.cesr.more.basic.network.MoreNetwork
 
getName() - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
getName() - Method in enum de.cesr.more.measures.network.supply.MCcNetworkMeasureRSupplier.Short
 
getName() - Method in enum de.cesr.more.measures.network.supply.MCcNetworkMeasureSupplier.Short
 
getName() - Method in enum de.cesr.more.measures.network.supply.MCentralityNetMSupplier.Short
 
getName() - Method in enum de.cesr.more.measures.network.supply.MModularityMeasureSupplier.Short
 
getName() - Method in enum de.cesr.more.measures.network.supply.MNetworkStatisticsSupplier.Short
 
getName() - Method in enum de.cesr.more.measures.node.supply.MAvgNearestNeighbourDegree.Short
 
getName() - Method in enum de.cesr.more.measures.node.supply.MCentralityNodeMSupplier.Short
 
getName() - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
getNbrDispers() - Method in class de.cesr.more.basic.agent.MAbstractAnalyseNetworkAgent
 
getNbrDispers() - Method in class de.cesr.more.basic.agent.MAgentAnalyseNetworkComp
Calculates the average distance between this household and its neighbours.
getNbrDispers() - Method in interface de.cesr.more.basic.agent.MoreAgentAnalyseNetworkComp
Calculates the average distance between this household and its neighbours.
getNbrDispers() - Method in class de.cesr.more.lara.agent.MAbstractLaraAnalyseNetworkAgent
 
getNetKDev() - Method in class de.cesr.more.basic.agent.MAbstractAnalyseNetworkAgent
 
getNetKDev() - Method in class de.cesr.more.basic.agent.MAgentAnalyseNetworkComp
 
getNetKDev() - Method in interface de.cesr.more.basic.agent.MoreAgentAnalyseNetworkComp
 
getNetKDev() - Method in class de.cesr.more.lara.agent.MAbstractLaraAnalyseNetworkAgent
 
getNetPrefDev() - Method in class de.cesr.more.basic.agent.MAbstractAnalyseNetworkAgent
 
getNetPrefDev() - Method in class de.cesr.more.basic.agent.MAgentAnalyseNetworkComp
 
getNetPrefDev() - Method in interface de.cesr.more.basic.agent.MoreAgentAnalyseNetworkComp
 
getNetPrefDev() - Method in class de.cesr.more.lara.agent.MAbstractLaraAnalyseNetworkAgent
 
getNetUpdateInterval(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getNetwork(String) - Method in class de.cesr.more.basic.agent.MAbstractNetworkAgent
 
getNetwork(String) - Method in class de.cesr.more.basic.agent.MAgentNetworkComp
 
getNetwork(String) - Method in interface de.cesr.more.basic.agent.MoreAgentNetworkComp
 
getNetwork(String) - Static method in class de.cesr.more.basic.MNetworkManager
 
getNetwork(MoreEdgeFactory<V, E>, DirectedGraph<V, E>, String) - Static method in class de.cesr.more.basic.network.MDirectedNetwork
Adds nodes and edges from the given graph to a new MDirectedNetwork.
getNetwork(MoreEdgeFactory<V, E>, UndirectedGraph<V, E>, String) - Static method in class de.cesr.more.basic.network.MUndirectedNetwork
Adds nodes and edges from the given graph to a new MDirectedNetwork.
getNetwork() - Method in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator.MSmallWorldBetaModelNetworkGeneratorParams
 
getNetwork(String) - Method in class de.cesr.more.lara.agent.MAbstractLaraNetworkAgent
 
getNetwork() - Method in class de.cesr.more.measures.MMeasureBundle
 
getNetwork() - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
getNetwork(Context<?>, String) - Method in class de.cesr.more.rs.network.MRsSocialNetworkFinder
 
getNetworkBuilderClass() - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
getNetworkBuilderClass() - Method in interface de.cesr.more.basic.network.MoreNetwork
 
getNetworkBuilderClass() - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
getNetworkBuilderClass() - Method in class de.cesr.more.rs.network.MRsContextJungNetwork
 
getNetworkBuilderClass() - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
getNetworkComp() - Method in class de.cesr.more.basic.agent.MAbstractNetworkAgent
 
getNetworkComp() - Method in interface de.cesr.more.basic.agent.MoreNetworkAgent
 
getNetworkComp() - Method in class de.cesr.more.lara.agent.MAbstractLaraNetworkAgent
 
getNetworkDistanceWeight(double, double) - Method in class de.cesr.more.basic.agent.MAbstractAnalyseNetworkAgent
 
getNetworkDistanceWeight(double, double) - Method in class de.cesr.more.basic.agent.MAgentAnalyseNetworkComp
 
getNetworkDistanceWeight(double, double) - Method in interface de.cesr.more.basic.agent.MoreAgentAnalyseNetworkComp
 
getNetworkDistanceWeight(double, double) - Method in interface de.cesr.more.rs.building.MoreDistanceAttachableAgent
Provides a weight regarding the given distance.
getNetworkInfo() - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
getNetworkInfo() - Method in interface de.cesr.more.basic.network.MoreNetwork
Provides some basic oinformation on the network: - number of links - number of edges - directedness
getNetworkInfo() - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
getNetworkInfo() - Method in class de.cesr.more.rs.network.MRsContextJungNetwork
 
getNetworkInfo() - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
getNetworkMeasure(MoreNetwork<V, E>, MMeasureDescription) - Static method in class de.cesr.more.basic.MNetworkManager
 
getNetworkMeasure(String, MMeasureDescription) - Static method in class de.cesr.more.basic.MNetworkManager
 
getNetworkMeasureObject(MoreNetwork<? extends MoreNodeMeasureSupport, ?>, MMeasureDescription) - Method in class de.cesr.more.basic.agent.MAbstractNetworkAgent
 
getNetworkMeasureObject(MoreNetwork<? extends MoreNodeMeasureSupport, ?>, MMeasureDescription) - Method in class de.cesr.more.lara.agent.MAbstractLaraNetworkAgent
 
getNetworkMeasureObject(MoreNetwork<? extends MoreNodeMeasureSupport, ?>, MMeasureDescription) - Method in class de.cesr.more.measures.node.MNodeMeasures
Returns the stored value belonging to the given measure key for the given network
getNetworkMeasureObject(MoreNetwork<? extends MoreNodeMeasureSupport, ?>, MMeasureDescription) - Method in interface de.cesr.more.measures.node.MoreNodeMeasureSupport
Returns the value-object of this vertex for the network measure identified by the network measure key with the network this measure is associated with.
getNetworkMeasureObject(MoreNetwork<? extends MoreNodeMeasureSupport, ?>, MMeasureDescription) - Method in class de.cesr.more.testing.measures.node.MMeasureSupportAgent
 
getNetworkMeasureObject(MoreNetwork<? extends MoreNodeMeasureSupport, ?>, MMeasureDescription) - Method in class de.cesr.more.testing.testutils.MTestGraphs.MTestNode
 
getNetworkNames() - Method in class de.cesr.more.util.MNetworkClusterMeasureStorage
 
getNetworks() - Method in class de.cesr.more.basic.agent.MAbstractNetworkAgent
 
getNetworks() - Method in class de.cesr.more.basic.agent.MAgentNetworkComp
Getter of the property networks
getNetworks() - Method in interface de.cesr.more.basic.agent.MoreAgentNetworkComp
 
getNetworks() - Method in class de.cesr.more.lara.agent.MAbstractLaraNetworkAgent
 
getNetworks(T) - Static method in class de.cesr.more.rs.network.MRsSocialNetworkFinder
This is a helper method to query all networks a given agent is in.
getNewNetwork(MoreEdgeFactory<V, E>, DirectedGraph<V, E>, String) - Static method in class de.cesr.more.basic.network.MDirectedNetwork
Adds nodes and edges from the given graph to a new MDirectedNetwork.
getNewNetwork(MoreEdgeFactory<V, E>, UndirectedGraph<V, E>, String) - Static method in class de.cesr.more.basic.network.MUndirectedNetwork
Adds nodes and edges from the given graph to a new MDirectedNetwork.
getNNAvgDeg() - Method in class de.cesr.more.basic.agent.MAbstractAnalyseNetworkAgent
 
getNNAvgDeg() - Method in class de.cesr.more.basic.agent.MAgentAnalyseNetworkComp
Returns the average in-degree of nearest neighbours (see Boguna2004)
getNNAvgDeg() - Method in interface de.cesr.more.basic.agent.MoreAgentAnalyseNetworkComp
Returns the average in-degree of nearest neighbours (see Boguna2004)
getNNAvgDeg() - Method in class de.cesr.more.lara.agent.MAbstractLaraAnalyseNetworkAgent
 
getNodes() - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
getNodes() - Method in interface de.cesr.more.basic.network.MoreNetwork
 
getNodes() - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
getNodes() - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
getNumAmbassadors() - Method in class de.cesr.more.basic.agent.MAbstractAnalyseNetworkAgent
 
getNumAmbassadors() - Method in class de.cesr.more.basic.agent.MAgentAnalyseNetworkComp
 
getNumAmbassadors() - Method in interface de.cesr.more.basic.agent.MoreAgentAnalyseNetworkComp
 
getNumericalMean() - Method in class de.cesr.more.util.distributions.MPascalDistribution
 
getNumericalMean() - Method in class de.cesr.more.util.distributions.MWeibullDistanceDistribution
 
getNumericalVariance() - Method in class de.cesr.more.util.distributions.MPascalDistribution
 
getNumericalVariance() - Method in class de.cesr.more.util.distributions.MWeibullDistanceDistribution
 
getNumRadiusExtensions() - Method in interface de.cesr.more.rs.building.analyse.MoreBaselineNetworkServiceAnalysableAgent
 
getNumReachedNodes(MoreNetwork<A, E>, A, A, int, int) - Static method in class de.cesr.more.measures.node.supply.MCompNetInfoSupplier
Analogue to MCompNetInfoSupplier#getAdjacentValues(LaraNetwork, LaraAgent, LaraAgent, String, int, int, double) nodes may be considered more than once because of paths.
getOutDegree() - Method in class de.cesr.more.basic.agent.MAbstractAnalyseNetworkAgent
 
getOutDegree() - Method in class de.cesr.more.basic.agent.MAgentAnalyseNetworkComp
Returns the number of outgoing links.
getOutDegree() - Method in interface de.cesr.more.basic.agent.MoreAgentAnalyseNetworkComp
Returns the number of outgoing links.
getOutDegree(V) - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
getOutDegree(AgentType) - Method in interface de.cesr.more.basic.network.MoreNetwork
 
getOutDegree(V) - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
getOutDegree() - Method in class de.cesr.more.lara.agent.MAbstractLaraAnalyseNetworkAgent
 
getOutDegree(AgentT) - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
getP_Milieu(int, int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getP_Rewire(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getParameters() - Method in interface de.cesr.more.measures.MoreMeasure
 
getParameters() - Method in class de.cesr.more.measures.network.MAbstractNetworkMeasure
 
getParameters() - Method in class de.cesr.more.measures.node.MAbstractNodeMeasure
 
getParams() - Method in class de.cesr.more.measures.MMeasureBundle
 
getParentContext() - Method in interface de.cesr.more.rs.building.MoreMilieuAgent
Mostly the group context this agent belongs to
getParentContext() - Method in class de.cesr.more.testing.testutils.MTestGraphs.MTestNode
 
getPredecessors(AgentType) - Method in interface de.cesr.more.basic.network.MoreNetwork
 
getPredecessors(AgentT) - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
getPreparedStatement() - Method in class de.cesr.more.util.MEdgeLengthDbWriter
 
getPriority() - Method in class de.cesr.more.measures.util.MScheduleParameters
 
getProbabilisticMilieu(MMilieuNetworkParameterMap, AgentType) - Method in class de.cesr.more.rs.building.MGeoRsWattsBetaSwPartnerCheckingBuilder
 
getProbabilisticMilieu(MMilieuNetworkParameterMap, AgentType) - Method in class de.cesr.more.rs.building.MMilieuPartnerFinder
 
getPropertyByName(String) - Method in class de.cesr.more.lara.agent.MLaraNetworkEnvironment
 
getPropertyName() - Method in class de.cesr.more.measures.node.MCompoundNetworkInfo
 
getPropertyName() - Method in interface de.cesr.more.measures.node.MoreComboundNetworkInfo
 
getRandomDist() - Method in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator.MSmallWorldBetaModelNetworkGeneratorParams
If random distribution has not been set, it uses URandomService.getURandomService().getUniform().
getRandomDist() - Method in class de.cesr.more.rs.building.MDefaultPartnerFinder
 
getRandomDist() - Method in class de.cesr.more.rs.building.MGeoRsWattsBetaSwBuilder
 
getRandomFromContext(Context<AgentType>, Class<? extends AgentType>) - Method in class de.cesr.more.rs.building.MGeoRsBaselineRadiusNetworkService
 
getRandomNodeSelectionStream() - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
getRandomNodeSelectionStream() - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
getRandomPredecessor(V) - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
getRandomPredecessor(AgentType) - Method in interface de.cesr.more.basic.network.MoreNetwork
Return a random neighbour.
getRandomPredecessor(V) - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
getRandomPredecessor(AgentT) - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
getRandomSuccessor(V) - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
getRandomSuccessor(AgentType) - Method in interface de.cesr.more.basic.network.MoreNetwork
Return a random neighbour.
getRandomSuccessor(V) - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
getRandomSuccessor(AgentT) - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
getReach() - Method in class de.cesr.more.measures.node.MCompoundNetworkInfo
Getter of the property reach
getReach() - Method in interface de.cesr.more.measures.node.MoreComboundNetworkInfo
 
getRemovableMeasures(MoreNetwork<?, ?>) - Method in class de.cesr.more.measures.MAbstractMeasureManager
 
getRemovableMeasures(MoreNetwork<?, ?>) - Method in interface de.cesr.more.measures.MMeasureSelectorListener
The MeasureChooser calls this method in order to fetch measures that might be removed by the user for a (user-)specified network.
getRengine() - Static method in class de.cesr.more.measures.util.MRService
Create a new REngine
getRequestClass(AgentType) - Method in class de.cesr.more.rs.building.MGeoRsBaselineRadiusNetworkService
 
getRequestClass(AgentType) - Method in class de.cesr.more.rs.building.MGeoRsWattsBetaSwPartnerCheckingBuilder
 
getRewireManager() - Method in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator.MSmallWorldBetaModelNetworkGeneratorParams
If the rewire target provider was not set yet, it assigns a provider that selects a target vertex randomly (using MManager.getMRandomService().getUniform()).
getRootContext() - Static method in class de.cesr.more.basic.MManager
 
getRunId() - Method in interface de.cesr.more.util.MoreRunIdProvider
 
getSchedule() - Static method in class de.cesr.more.basic.MManager
Used for instance to schedule network measure calculations.
getScheduleInfo() - Method in interface de.cesr.more.measures.util.MoreSchedule
Lists scheduled actions and according parameters in the returned string.
getScheduleInfo() - Method in class de.cesr.more.rs.util.MRsSchedule
Returns a string containing all scheduled actions including their schedule parameters.
getScheduleInfo() - Method in class de.cesr.more.util.MSchedule
Returns a string containing all scheduled actions including their schedule parameters.
getScheduleParameter(double, double, double, double) - Static method in class de.cesr.more.measures.util.MScheduleParameters
Priority is MScheduleParameters.RANDOM_PRIORITY.
getScheduleParams() - Method in class de.cesr.more.measures.util.MAbstractAction
 
getSearchRadius(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getShort() - Method in class de.cesr.more.measures.MMeasureDescription
 
getSituationalUtilities(LaraDecisionConfiguration) - Method in class de.cesr.more.testing.testutils.MTestUtilsLara.MTestBo
 
getSmallWorldGraph() - Static method in class de.cesr.more.testing.testutils.MTestGraphs
Returns a graph that is stored in graphML-format.
getStackTrace() - Method in exception de.cesr.more.util.exception.MIdentifyCallerException
 
getStart() - Method in class de.cesr.more.basic.edge.MEdge
 
getStart() - Method in interface de.cesr.more.basic.edge.MoreEdge
For undirected edges, it returns the node that was given as first node parameter.
getStart() - Method in class de.cesr.more.measures.util.MScheduleParameters
 
getStart() - Method in class de.cesr.more.rs.edge.MRepastEdge
 
getSuccessors(AgentType) - Method in interface de.cesr.more.basic.network.MoreNetwork
 
getSuccessors(AgentT) - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
getSupportLowerBound() - Method in class de.cesr.more.util.distributions.MPascalDistribution
 
getSupportLowerBound() - Method in class de.cesr.more.util.distributions.MWeibullDistanceDistribution
 
getSupportUpperBound() - Method in class de.cesr.more.util.distributions.MPascalDistribution
 
getSupportUpperBound() - Method in class de.cesr.more.util.distributions.MWeibullDistanceDistribution
 
getSurroundingAgents(AgentType, double, Class<? extends ReturnType>) - Method in class de.cesr.more.rs.geo.util.MGeographyWrapper
Find agents who are next to the focal agent within the given maximum radius.
getSurroundingNAgents(AgentType, int, Geometry, double, Class<ReturnType>) - Method in class de.cesr.more.rs.geo.util.MGeographyWrapper
Find agents who are next to the focal agent within the given area.
getSurroundingNAgents(AgentType, int, double, Class<ReturnType>) - Method in class de.cesr.more.rs.geo.util.MGeographyWrapper
Find agents who are next to the focal agent within the given area.
getThis() - Method in class de.cesr.more.basic.agent.MAbstractNetworkAgent
Must be implemented in subclasses when the agent type parameter gets concrete.
getThis() - Method in class de.cesr.more.testing.testutils.MTestUtilsLara.MTestNetworkAgent
 
getTotalArea(Collection<? extends Object>) - Method in class de.cesr.more.rs.geo.util.MGeographyWrapper
Sums up the area of every given area context within the geography associated with this MGeographyWrapper.
getType() - Method in interface de.cesr.more.measures.MoreMeasure
 
getType() - Method in class de.cesr.more.measures.network.MAbstractNetworkMeasure
 
getType() - Method in class de.cesr.more.measures.node.MAbstractNodeMeasure
 
getType() - Method in enum de.cesr.more.param.MBasicPa
 
getType() - Method in enum de.cesr.more.param.MDonNetworksPa
 
getType() - Method in enum de.cesr.more.param.MNetBuildBhPa
 
getType() - Method in enum de.cesr.more.param.MNetBuildHdffPa
 
getType() - Method in enum de.cesr.more.param.MNetBuildLattice2DPa
 
getType() - Method in enum de.cesr.more.param.MNetBuildSocialAttachment
 
getType() - Method in enum de.cesr.more.param.MNetBuildWsPa
 
getType() - Method in enum de.cesr.more.param.MNetManipulatePa
 
getType() - Method in enum de.cesr.more.param.MNetworkBuildingPa
 
getType() - Method in enum de.cesr.more.param.MRandomPa
 
getType() - Method in enum de.cesr.more.param.MSqlPa
 
getType(String) - Method in class de.cesr.more.util.io.MGraphMlWriter
 
getTypedPropertyByName(String) - Method in class de.cesr.more.lara.agent.MLaraNetworkEnvironment
 
getUnboundedRandomMScheduleParameters(double) - Static method in class de.cesr.more.measures.util.MScheduleParameters
Priority is MScheduleParameters.RANDOM_PRIORITY, start is 0;
getURandomService() - Static method in class de.cesr.more.basic.MManager
Return the random manager that is used for random processes.
getValue() - Method in class de.cesr.more.measures.node.MCompoundNetworkInfo
 
getValue() - Method in interface de.cesr.more.measures.node.MoreComboundNetworkInfo
 
getValue(String) - Method in interface de.cesr.more.measures.node.MoreValueProvidingAgent
 
getValue(String) - Method in class de.cesr.more.testing.measures.node.MCompNetInfoSupplierTest.TestAgent
 
getValueDifference(A) - Method in interface de.cesr.more.manipulate.agent.MoreLinkManipulatableAgent
Get the difference in a certain value to another agent from this agent.
getVertex(int) - Method in class de.cesr.more.building.util.MLattice1DGenerator
Returns the ith vertex (counting row-wise).
getVertexDiceDissimilaritiesR(Graph<V, E>, String, Map<V, Integer>) - Static method in class de.cesr.more.measures.node.MVertexSimilarityMeasureCalculator
Calculates Dice dissimilarities between vertices.
getVertexDiceSimilaritiesR(Graph<V, E>, String, Map<V, Integer>) - Static method in class de.cesr.more.measures.node.MVertexSimilarityMeasureCalculator
Calculates Dice similarities between vertices.
getVertexJaccardSimilaritiesR(Graph<V, E>, String, Map<V, Integer>) - Static method in class de.cesr.more.measures.node.MVertexSimilarityMeasureCalculator
Calculates Jaccard similarities.
getVertexScore(V) - Method in class de.cesr.more.measures.network.supply.algos.MInDegreeScorer
In case the graph is an instance of DirectedGraph it returns the in-degree of the vertex.
getVertexScore(V) - Method in class de.cesr.more.measures.network.supply.algos.MOutDegreeScorer
In case the graph is an instance of DirectedGraph it returns the out-degree of the vertex.
getVertexSimilaritiesR(Graph<V, E>, String, String, Map<V, Integer>) - Static method in class de.cesr.more.measures.node.MVertexSimilarityMeasureCalculator
Calculates similarities between vertices.
getWeight() - Method in class de.cesr.more.basic.edge.MEdge
 
getWeight() - Method in interface de.cesr.more.basic.edge.MoreEdge
 
getWeight(V, V) - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
getWeight(AgentType, AgentType) - Method in interface de.cesr.more.basic.network.MoreNetwork
 
getWeight(V, V) - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
getWeight(AgentT, AgentT) - Method in class de.cesr.more.rs.network.MRsContextJungNetwork
 
getWeight(AgentT, AgentT) - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
getXSearchRadius(int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
getXtInDegree() - Method in class de.cesr.more.basic.agent.MAbstractAnalyseNetworkAgent
 
getXtInDegree() - Method in class de.cesr.more.basic.agent.MAgentAnalyseNetworkComp
Adds 1 to prevent 0 values for sizing in GIS
getXtInDegree() - Method in interface de.cesr.more.basic.agent.MoreAgentAnalyseNetworkComp
Adds 1 to prevent 0 values for sizing in GIS
getXtInDegree() - Method in class de.cesr.more.lara.agent.MAbstractLaraAnalyseNetworkAgent
 
globalLinking(MMilieuNetworkParameterMap, MoreNetwork<AgentType, EdgeType>, AgentType, Class<? extends AgentType>) - Method in class de.cesr.more.rs.building.MGeoRsBaselineRadiusNetworkService
 
graph - Variable in class de.cesr.more.measures.network.supply.algos.MInDegreeScorer
The graph for which scores are to be generated.
graph - Variable in class de.cesr.more.measures.network.supply.algos.MOutDegreeScorer
The graph for which scores are to be generated.
graph_factory - Variable in class de.cesr.more.building.util.MLattice1DGenerator
 

H

hashCode() - Method in class de.cesr.more.basic.edge.MEdge
 
hashCode() - Method in class de.cesr.more.measures.MAbstractMeasureSupplier
 
hashCode() - Method in class de.cesr.more.measures.MMeasureBundle
 
hashCode() - Method in class de.cesr.more.measures.MMeasureDescription
 
hashCode() - Method in class de.cesr.more.rs.edge.MRepastEdge
 
hashCode() - Method in class de.cesr.more.rs.geo.util.MGeoHexagon
 
hexagonDistance - Variable in class de.cesr.more.rs.geo.util.MGeoHexagon
 
hexagonHeight - Static variable in class de.cesr.more.rs.geo.util.MGeoHexagon
 

I

id - Variable in class de.cesr.more.rs.geo.util.MGeoHexagon
 
idCounter - Static variable in class de.cesr.more.rs.geo.util.MGeoHexagon
 
increaseEffect() - Method in class de.cesr.more.testing.util.MScheduleTest
Created by Sascha Holzhauer on 10.12.2010
init() - Static method in class de.cesr.more.basic.MManager
Initialised parameter framework.
init(Geography<AgentType>, double, Geometry) - Method in class de.cesr.more.rs.geo.util.MGeoTorusDistanceQuery
 
init() - Method in interface de.cesr.more.util.distributions.MIntegerDistribution
Initialises the distribution.
init() - Method in class de.cesr.more.util.distributions.MPascalDistribution
 
init() - Method in interface de.cesr.more.util.distributions.MRealDistribution
Initialises the distribution.
init() - Method in class de.cesr.more.util.distributions.MWeibullDistanceDistribution
 
init() - Static method in class de.cesr.more.util.Log4jLogger
initialises the log4j logging system has to be called once before using the logging system
initDegreeTargets(Collection<AgentType>) - Method in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
 
initDegreeTargets(Collection<AgentType>) - Method in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
 
initHexagons() - Method in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
Init hexagons from shapefile into geography.
initHexagons() - Method in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
Init hexagons from shapefile into geography.
initParameters() - Method in class de.cesr.more.param.reader.MMilieuNetDataCsvReader
 
initParameters() - Method in class de.cesr.more.param.reader.MMilieuNetDataReader
 
initParameters() - Method in class de.cesr.more.param.reader.MMilieuNetLinkDataCsvReader
 
initQuery(Geography<AgentType>, double, AgentType) - Method in interface de.cesr.more.rs.geo.util.MoreWithinQueryFactory
 
initRuntimeDbWriter(MoreRunIdProvider) - Method in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
Initialises the MRuntimeDbWriter.
initRuntimeDbWriter(MoreRunIdProvider) - Method in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
Initialises the MRuntimeDbWriter.
initRuntimeDbWriter(MoreRunIdProvider) - Method in interface de.cesr.more.util.MoreRuntimeAnalysable
 
inputNetwork(File, Factory<V>, String) - Static method in class de.cesr.more.util.io.MoreIoUtilities
Reads a GraphML network from the given file into an directed MoreNetwork.
inputNetwork(File, Factory<V>, MoreEdgeFactory<V, E>, String) - Static method in class de.cesr.more.util.io.MoreIoUtilities
Reads a GraphML network from the given file into an directed MoreNetwork.
instance - Static variable in class de.cesr.more.measures.network.MNetworkMeasureManager
 
instance - Static variable in class de.cesr.more.measures.node.MNodeMeasureManager
 
instance - Static variable in class de.cesr.more.util.MMySqlService
The instance of this class
integerFormat - Static variable in class de.cesr.more.basic.MManager
NumberFormat to format integer numbers
inverseCumulativeProbability(double) - Method in class de.cesr.more.util.distributions.MWeibullDistanceDistribution
 
is_directed - Variable in class de.cesr.more.building.util.MLattice1DGenerator
 
is_symmetrical - Variable in class de.cesr.more.building.util.MLattice1DGenerator
 
is_toroidal - Variable in class de.cesr.more.building.util.MLattice1DGenerator
 
isActive() - Method in class de.cesr.more.basic.edge.MEdge
 
isActive() - Method in interface de.cesr.more.basic.edge.MoreTraceableEdge
True if the edge was/is active during the current tick.
isActive() - Method in class de.cesr.more.rs.edge.MRepastEdge
 
isAdjacent(V, V) - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
isAdjacent(AgentType, AgentType) - Method in interface de.cesr.more.basic.network.MoreNetwork
 
isAdjacent(V, V) - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
isAdjacent(AgentT, AgentT) - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
isDirected() - Method in class de.cesr.more.basic.edge.MEdge
 
isDirected() - Method in interface de.cesr.more.basic.edge.MoreEdge
 
isDirected() - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
isDirected() - Method in interface de.cesr.more.basic.network.MoreNetwork
 
isDirected() - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
isDirected - Variable in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator
 
isDirected() - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
isNetworkRegistered(String) - Static method in class de.cesr.more.basic.MNetworkManager
 
isPromptForMeasureParameters() - Static method in class de.cesr.more.measures.MAbstractMeasureManager
 
isScheduled(MoreAction, int) - Method in class de.cesr.more.util.MSchedule
Checks whether the given MoreAction is scheduled for the given timestep.
isScheduleSet() - Static method in class de.cesr.more.basic.MManager
 
isStructurallyEqual(MoreNetwork<AgentType, ?>, MoreNetwork<AgentType, ?>) - Static method in class de.cesr.more.basic.MNetworkTools
Requires the same set of nodes to be equal (if B is representative of A, A.equals(B) must be true)
isSuccessor(AgentType, AgentType) - Method in interface de.cesr.more.basic.network.MoreNetwork
Checks whether there is a link from ego to alter.
isSuccessor(AgentT, AgentT) - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
isSupportConnected() - Method in class de.cesr.more.util.distributions.MPascalDistribution
 
isSupportConnected() - Method in class de.cesr.more.util.distributions.MWeibullDistanceDistribution
 
isSupportLowerBoundInclusive() - Method in class de.cesr.more.util.distributions.MWeibullDistanceDistribution
 
isSupportUpperBoundInclusive() - Method in class de.cesr.more.util.distributions.MWeibullDistanceDistribution
 
isSymmetrical - Variable in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator
 
isSymmetrical - Variable in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator.MSmallWorldBetaModelNetworkGeneratorParams
 
isSymmetrical() - Method in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator.MSmallWorldBetaModelNetworkGeneratorParams
 
isToroidal - Variable in class de.cesr.more.building.util.MLattice2DGenerator
 

K

kProvider - Variable in class de.cesr.more.building.util.MLattice1DGenerator
 
kProvider - Variable in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator
 
kProvider - Variable in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator.MSmallWorldBetaModelNetworkGeneratorParams
 

L

LAST_PRIORITY - Static variable in class de.cesr.more.measures.util.MScheduleParameters
 
latticeGenerator - Variable in class de.cesr.more.building.network.MLattice2DNetworkBuilder
 
latticeSize - Variable in class de.cesr.more.building.util.MLattice2DGenerator
 
leftIndex(int, int) - Method in class de.cesr.more.building.util.MLattice2DGenerator
 
length - Variable in class de.cesr.more.geo.building.edge.MGeoEdge
 
length - Variable in class de.cesr.more.rs.edge.MRepastEdge
 
linkLogger - Static variable in class de.cesr.more.manipulate.agent.MBlacklistThresholdLinkProcessor
 
linkPartner(AgentType, AgentType, MoreNetwork<AgentType, EdgeType>, Map<AgentType, Integer>) - Method in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
 
linkPartner(AgentType, AgentType, MoreNetwork<AgentType, EdgeType>, Map<AgentType, Integer>) - Method in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
 
listeners - Variable in class de.cesr.more.measures.MAbstractMeasureManager
 
locals - Variable in class de.cesr.more.manipulate.agent.MBlacklistThresholdLinkProcessor
 
localTies - Variable in class de.cesr.more.manipulate.agent.MBlacklistThresholdLinkProcessor.TieCounter
 
Log4jLogger - Class in de.cesr.more.util
log4j logger
Log4jLogger() - Constructor for class de.cesr.more.util.Log4jLogger
 
logEdges(Logger, MoreNetwork<AgentType, EdgeType>, String) - Method in class de.cesr.more.building.network.MNetworkService
 
logEdges(Logger, MoreRsNetwork<AgentType, EdgeType>, String) - Method in class de.cesr.more.geo.building.network.MGeoNetworkService
Specify super type method for MilieuAgents
logEdges(Logger, MoreRsNetwork<AgentType, EdgeType>, String) - Method in class de.cesr.more.rs.building.MGeoRsNetworkService
Specify super type method for MilieuAgents
logger - Static variable in class de.cesr.more.manipulate.agent.MBlacklistThresholdLinkProcessor
Logger

M

MAbstractAction - Class in de.cesr.more.measures.util
MORe Implemented as unmodifiable class.
MAbstractAction(MScheduleParameters) - Constructor for class de.cesr.more.measures.util.MAbstractAction
 
MAbstractAction() - Constructor for class de.cesr.more.measures.util.MAbstractAction
 
MAbstractAnalyseNetworkAgent<A extends MoreNetworkAgent<A,E> & MoreMilieuAgent,E extends MoreEdge<? super A>> - Class in de.cesr.more.basic.agent
MORe
MAbstractAnalyseNetworkAgent(Geography<Object>) - Constructor for class de.cesr.more.basic.agent.MAbstractAnalyseNetworkAgent
 
MAbstractAnalyseNetworkAgent() - Constructor for class de.cesr.more.basic.agent.MAbstractAnalyseNetworkAgent
 
MAbstractGeoRsNetworkBuilder<AgentType,EdgeType extends MRepastEdge<AgentType>> - Class in de.cesr.more.rs.building
MORe
MAbstractGeoRsNetworkBuilder(Geography<Object>) - Constructor for class de.cesr.more.rs.building.MAbstractGeoRsNetworkBuilder
 
MAbstractGeoRsNetworkBuilder() - Constructor for class de.cesr.more.rs.building.MAbstractGeoRsNetworkBuilder
 
MAbstractLaraAnalyseNetworkAgent<A extends MoreLaraNetworkAgent<A,E,BO> & MoreNodeMeasureSupport & MoreMilieuAgent,BO extends de.cesr.lara.components.LaraBehaviouralOption<?,BO>,E extends MoreEdge<? super A>> - Class in de.cesr.more.lara.agent
MORe
MAbstractLaraAnalyseNetworkAgent(LaraEnvironment, String, Geography<Object>) - Constructor for class de.cesr.more.lara.agent.MAbstractLaraAnalyseNetworkAgent
 
MAbstractLaraAnalyseNetworkAgent(LaraEnvironment, String) - Constructor for class de.cesr.more.lara.agent.MAbstractLaraAnalyseNetworkAgent
 
MAbstractLaraAnalyseNetworkAgent(LaraEnvironment) - Constructor for class de.cesr.more.lara.agent.MAbstractLaraAnalyseNetworkAgent
 
MAbstractLaraNetworkAgent<A extends de.cesr.lara.components.agents.LaraAgent<A,BO>,BO extends de.cesr.lara.components.LaraBehaviouralOption<?,BO>,E extends MoreEdge<? super A>> - Class in de.cesr.more.lara.agent
 
MAbstractLaraNetworkAgent(LaraEnvironment) - Constructor for class de.cesr.more.lara.agent.MAbstractLaraNetworkAgent
constructor
MAbstractLaraNetworkAgent(LaraEnvironment, String) - Constructor for class de.cesr.more.lara.agent.MAbstractLaraNetworkAgent
constructor
MAbstractMeasureManager - Class in de.cesr.more.measures
MORe
MAbstractMeasureManager() - Constructor for class de.cesr.more.measures.MAbstractMeasureManager
 
MAbstractMeasureSupplier - Class in de.cesr.more.measures
Provides a basic implementation of MoreMeasureSupplier
MAbstractMeasureSupplier() - Constructor for class de.cesr.more.measures.MAbstractMeasureSupplier
Basic constructor that initializes the map and sets
MAbstractNetworkAgent<A,E extends MoreEdge<? super A>> - Class in de.cesr.more.basic.agent
MORe
MAbstractNetworkAgent() - Constructor for class de.cesr.more.basic.agent.MAbstractNetworkAgent
constructor
MAbstractNetworkMeasure - Class in de.cesr.more.measures.network
MORe The basic measure class that holds the measure type, a map of parameters, the MMeasureDescription and the MoreAction responsible for measure calculation.
MAbstractNetworkMeasure(MMeasureDescription, Class<?>) - Constructor for class de.cesr.more.measures.network.MAbstractNetworkMeasure
 
MAbstractNetworkMeasure(MMeasureDescription, Class<?>, Map<String, Object>) - Constructor for class de.cesr.more.measures.network.MAbstractNetworkMeasure
Initializes a Measure with its MMeasureDescription, its return type class and a map with defined keys and default values as parameters.
MAbstractNodeMeasure - Class in de.cesr.more.measures.node
MORe
MAbstractNodeMeasure(MMeasureDescription, Class<?>) - Constructor for class de.cesr.more.measures.node.MAbstractNodeMeasure
 
MAbstractNodeMeasure(MMeasureDescription, Class<?>, Map<String, Object>) - Constructor for class de.cesr.more.measures.node.MAbstractNodeMeasure
Initializes a Measure with its MMeasureDescription, its return type class and a map with defined keys and default values as parameters.
MAgentAnalyseNetworkComp<A extends MoreNetworkAgent<A,E> & MoreMilieuAgent,E extends MoreEdge<? super A>> - Class in de.cesr.more.basic.agent
MORe TODO simplify!!
MAgentAnalyseNetworkComp(A) - Constructor for class de.cesr.more.basic.agent.MAgentAnalyseNetworkComp
 
MAgentAnalyseNetworkComp(A, Geography<Object>, PmParameterManager) - Constructor for class de.cesr.more.basic.agent.MAgentAnalyseNetworkComp
 
MAgentAnalyseNetworkComp(A, Geography<Object>) - Constructor for class de.cesr.more.basic.agent.MAgentAnalyseNetworkComp
 
MAgentNetworkComp<A,E extends MoreEdge<? super A>> - Class in de.cesr.more.basic.agent
TODO check if networks of different type are required!
MAgentNetworkComp(A) - Constructor for class de.cesr.more.basic.agent.MAgentNetworkComp
 
MAggregator - Class in de.cesr.more.manipulate.network
Aggregates several nodes to a single one in combining links
MAggregator() - Constructor for class de.cesr.more.manipulate.network.MAggregator
 
main(String[]) - Static method in class de.cesr.more.testing.testutils.MorePseudoClass
 
mainNetwork - Variable in class de.cesr.more.basic.agent.MAgentNetworkComp
 
makeNewConnections(int, A, MoreNetwork<A, E>) - Method in class de.cesr.more.manipulate.agent.MBlacklistThresholdLinkProcessor
 
makeNewConnections(int, A, MoreNetwork<A, E>) - Method in class de.cesr.more.manipulate.agent.MThresholdLinkProcessor
 
MAllBasicTests - Class in de.cesr.more.testing.basic
MORe
MAllBasicTests() - Constructor for class de.cesr.more.testing.basic.MAllBasicTests
 
MAllBuildingTests - Class in de.cesr.more.testing.building
MORe
MAllBuildingTests() - Constructor for class de.cesr.more.testing.building.MAllBuildingTests
 
MAllMeasuresNetworkTests - Class in de.cesr.more.testing.measures.network
run all adapter tests at once
MAllMeasuresNetworkTests() - Constructor for class de.cesr.more.testing.measures.network.MAllMeasuresNetworkTests
 
MAllMeasuresNodeTests - Class in de.cesr.more.testing.measures.node
MORe
MAllMeasuresNodeTests() - Constructor for class de.cesr.more.testing.measures.node.MAllMeasuresNodeTests
 
MAllNetworkSupplyAlgosTests - Class in de.cesr.more.testing.measures.network.supply.algos
run all adapter tests at once
MAllNetworkSupplyAlgosTests() - Constructor for class de.cesr.more.testing.measures.network.supply.algos.MAllNetworkSupplyAlgosTests
 
MAllNetworkTests - Class in de.cesr.more.testing.networks
MORe
MAllNetworkTests() - Constructor for class de.cesr.more.testing.networks.MAllNetworkTests
 
MAllParamTests - Class in de.cesr.more.testing.param
MORe
MAllParamTests() - Constructor for class de.cesr.more.testing.param.MAllParamTests
 
MAllRsBuildingGeoTests - Class in de.cesr.more.testing.rs.building.geo
MORe
MAllRsBuildingGeoTests() - Constructor for class de.cesr.more.testing.rs.building.geo.MAllRsBuildingGeoTests
 
MAllRsGeoUtilTests - Class in de.cesr.more.testing.rs.geo.util
MORe
MAllRsGeoUtilTests() - Constructor for class de.cesr.more.testing.rs.geo.util.MAllRsGeoUtilTests
 
MAllRsNetworkBuilderTests - Class in de.cesr.more.testing.rs.building
MORe
MAllRsNetworkBuilderTests() - Constructor for class de.cesr.more.testing.rs.building.MAllRsNetworkBuilderTests
 
MAllRsNetworkTests - Class in de.cesr.more.testing.rs.network
MORe
MAllRsNetworkTests() - Constructor for class de.cesr.more.testing.rs.network.MAllRsNetworkTests
 
MAllTests - Class in de.cesr.more.testing
run all tests at once
MAllTests() - Constructor for class de.cesr.more.testing.MAllTests
 
MAllUtilitiesTests - Class in de.cesr.more.testing.util
run all adapter tests at once
MAllUtilitiesTests() - Constructor for class de.cesr.more.testing.util.MAllUtilitiesTests
 
marker - Static variable in class de.cesr.more.testing.measures.network.MNetworkMeasureManagerTest
 
marker - Static variable in class de.cesr.more.testing.measures.node.MNodeMeasureManagerTest
 
MARKER_MEASURE - Static variable in class de.cesr.more.testing.measures.network.MNetworkMeasureManagerTest.MarkerNetworkMeasureSupplier
 
MARKER_MEASURE - Static variable in class de.cesr.more.testing.measures.node.MNodeMeasureManagerTest.MarkerNodeMeasureSupplier
 
MAvgNearestNeighbourDegree - Class in de.cesr.more.measures.node.supply
MORe
MAvgNearestNeighbourDegree() - Constructor for class de.cesr.more.measures.node.supply.MAvgNearestNeighbourDegree
 
MAvgNearestNeighbourDegree.Short - Enum in de.cesr.more.measures.node.supply
MORe
MBasicNetworkMeasureSupplier - Class in de.cesr.more.measures.network.supply
 
MBasicNetworkMeasureSupplier() - Constructor for class de.cesr.more.measures.network.supply.MBasicNetworkMeasureSupplier
 
MBasicNodeMeasureSupplier - Class in de.cesr.more.measures.node.supply
 
MBasicNodeMeasureSupplier() - Constructor for class de.cesr.more.measures.node.supply.MBasicNodeMeasureSupplier
Adds other suppliers.
MBasicPa - Enum in de.cesr.more.param
Basic parameter definitions for MORe (e.g.
MBlacklistThresholdLinkProcessor<A extends MoreLinkManipulatableAgent<A> & MoreMilieuAgent,E extends MoreEdge<? super A>> - Class in de.cesr.more.manipulate.agent
MORe I assumes that agents have a static GIS location and do not move and caches agent's local potential interaction partners.
MBlacklistThresholdLinkProcessor(MoreNetworkEdgeModifier<A, E>, Geography<Object>) - Constructor for class de.cesr.more.manipulate.agent.MBlacklistThresholdLinkProcessor
 
MBlacklistThresholdLinkProcessor(MoreNetworkEdgeModifier<A, E>) - Constructor for class de.cesr.more.manipulate.agent.MBlacklistThresholdLinkProcessor
 
MBlacklistThresholdLinkProcessor.TieCounter - Class in de.cesr.more.manipulate.agent
 
MBlacklistThresholdLinkProcessor.TieCounter() - Constructor for class de.cesr.more.manipulate.agent.MBlacklistThresholdLinkProcessor.TieCounter
 
MCcNetworkMeasureRSupplier - Class in de.cesr.more.measures.network.supply
RS_SoNetA
MCcNetworkMeasureRSupplier.Short - Enum in de.cesr.more.measures.network.supply
MORe
MCcNetworkMeasureSupplier - Class in de.cesr.more.measures.network.supply
RS_SoNetA
MCcNetworkMeasureSupplier.Short - Enum in de.cesr.more.measures.network.supply
MORe
MCentralityNetMSupplier - Class in de.cesr.more.measures.network.supply
TODO convert other measures!
MCentralityNetMSupplier.Short - Enum in de.cesr.more.measures.network.supply
MORe Short descriptions for measures defined in this class
MCentralityNodeMSupplier - Class in de.cesr.more.measures.node.supply
TODO convert other measures!
MCentralityNodeMSupplier() - Constructor for class de.cesr.more.measures.node.supply.MCentralityNodeMSupplier
 
MCentralityNodeMSupplier.Short - Enum in de.cesr.more.measures.node.supply
MORe Short descriptions for measures defined in this class
MClusteringCoefficient - Class in de.cesr.more.measures.network.supply.algos
RS_SoNetA
MClusteringCoefficient() - Constructor for class de.cesr.more.measures.network.supply.algos.MClusteringCoefficient
 
MClusteringCoefficientR - Class in de.cesr.more.measures.network.supply.algos
MORe NOTE: Enable Info-Logging for this class to inspect R console messages!
MClusteringCoefficientR() - Constructor for class de.cesr.more.measures.network.supply.algos.MClusteringCoefficientR
 
MClusteringCoefficientRTest - Class in de.cesr.more.testing.measures.network.supply.algos
MORe
MClusteringCoefficientRTest() - Constructor for class de.cesr.more.testing.measures.network.supply.algos.MClusteringCoefficientRTest
 
MCompleteNetworkBuilder<AgentType,EdgeType extends MoreEdge<AgentType>> - Class in de.cesr.more.building.network
MORe
MCompleteNetworkBuilder(MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.building.network.MCompleteNetworkBuilder
 
MCompleteNetworkBuilder(MoreEdgeFactory<AgentType, EdgeType>) - Constructor for class de.cesr.more.building.network.MCompleteNetworkBuilder
 
MCompNetInfoSupplier - Class in de.cesr.more.measures.node.supply
 
MCompNetInfoSupplier() - Constructor for class de.cesr.more.measures.node.supply.MCompNetInfoSupplier
 
MCompNetInfoSupplierTest - Class in de.cesr.more.testing.measures.node
 
MCompNetInfoSupplierTest() - Constructor for class de.cesr.more.testing.measures.node.MCompNetInfoSupplierTest
 
MCompNetInfoSupplierTest.TestAgent - Class in de.cesr.more.testing.measures.node
test agent
MCompNetInfoSupplierTest.TestAgent(float, String) - Constructor for class de.cesr.more.testing.measures.node.MCompNetInfoSupplierTest.TestAgent
 
MCompoundNetworkInfo - Class in de.cesr.more.measures.node
 
MCompoundNetworkInfo(String, int) - Constructor for class de.cesr.more.measures.node.MCompoundNetworkInfo
 
MDbNetworkDataWriter - Class in de.cesr.more.util
Write network data to database MORe
MDbNetworkDataWriter(String, String, MoreRunIdProvider) - Constructor for class de.cesr.more.util.MDbNetworkDataWriter
 
MDefaultEdgeFactory<V> - Class in de.cesr.more.building.edge
MORe
MDefaultEdgeFactory() - Constructor for class de.cesr.more.building.edge.MDefaultEdgeFactory
 
MDefaultNetworkEdgeModifier<AgentType,EdgeType extends MoreEdge<? super AgentType>> - Class in de.cesr.more.manipulate.edge
MORe
MDefaultNetworkEdgeModifier(MoreEdgeFactory<AgentType, EdgeType>) - Constructor for class de.cesr.more.manipulate.edge.MDefaultNetworkEdgeModifier
 
MDefaultPartnerFinder<AgentType,EdgeType> - Class in de.cesr.more.rs.building
MORe
MDefaultPartnerFinder() - Constructor for class de.cesr.more.rs.building.MDefaultPartnerFinder
 
MDirectedNetwork<V,E extends MoreEdge<V>> - Class in de.cesr.more.basic.network
MORe TODO implement!
MDirectedNetwork() - Constructor for class de.cesr.more.basic.network.MDirectedNetwork
Deprecated. (used to build new instances by JUNG...)
MDirectedNetwork(MoreEdgeFactory<V, E>, String) - Constructor for class de.cesr.more.basic.network.MDirectedNetwork
 
MDirectedNetworkTest - Class in de.cesr.more.testing.networks
MORe
MDirectedNetworkTest() - Constructor for class de.cesr.more.testing.networks.MDirectedNetworkTest
 
MDistributionParameter - Interface in de.cesr.more.util.distributions
MORe
MDonNetworksPa - Enum in de.cesr.more.param
MORe
measureActions - Variable in class de.cesr.more.measures.MAbstractMeasureManager
 
measurements - Variable in class de.cesr.more.util.MRuntimeDbWriter
 
measures - Variable in class de.cesr.more.basic.agent.MAbstractNetworkAgent
 
measures - Variable in class de.cesr.more.lara.agent.MAbstractLaraNetworkAgent
 
measures - Variable in class de.cesr.more.measures.MAbstractMeasureSupplier
A map that contains MeasureDescription and their Measures
measures - Variable in class de.cesr.more.testing.measures.node.MMeasureSupportAgent
 
measures - Variable in class de.cesr.more.testing.testutils.MTestGraphs.MTestNode
 
MEdge<V> - Class in de.cesr.more.basic.edge
Default MORe edge
MEdge(V, V) - Constructor for class de.cesr.more.basic.edge.MEdge
Creates an undirected edge.
MEdge(V, V, boolean) - Constructor for class de.cesr.more.basic.edge.MEdge
 
MEdge(V, V, boolean, double) - Constructor for class de.cesr.more.basic.edge.MEdge
 
MEdgeLengthDbWriter - Class in de.cesr.more.util
MORe Writes edge distance with runID and milieu ID to the DB defined in params in MSqlPa when requested.
MEdgeLengthDbWriter(MoreRunIdProvider) - Constructor for class de.cesr.more.util.MEdgeLengthDbWriter
 
MEdgeTest - Class in de.cesr.more.testing.basic
MORe
MEdgeTest() - Constructor for class de.cesr.more.testing.basic.MEdgeTest
 
MEgoNetworkManagerComp<A,E extends MoreEdge<? super A>> - Class in de.cesr.more.manipulate.agent
Agent component that manages the agents links according to differences between partners regarding some node property.
MEgoNetworkManagerComp(Map<MoreEgoNetworkEvent, MoreEgoNetworkProcessor<A, E>>) - Constructor for class de.cesr.more.manipulate.agent.MEgoNetworkManagerComp
 
MGCompleteNetworkBuilder<AgentType,EdgeType extends MoreEdge<AgentType>,NetworkType extends MoreNetwork<AgentType,EdgeType>> - Class in de.cesr.more.building.network
MORe Generic Complete Network Builder
MGCompleteNetworkBuilder(NetworkType, MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.building.network.MGCompleteNetworkBuilder
 
MGCompleteNetworkBuilder(NetworkType, MoreEdgeFactory<AgentType, EdgeType>) - Constructor for class de.cesr.more.building.network.MGCompleteNetworkBuilder
 
MGeneralDistributionParameter - Enum in de.cesr.more.util.distributions
MORe
MGeoDistanceQueryTest - Class in de.cesr.more.testing.rs.building.geo
MORe
MGeoDistanceQueryTest() - Constructor for class de.cesr.more.testing.rs.building.geo.MGeoDistanceQueryTest
 
MGeoEdge<AgentT> - Class in de.cesr.more.geo.building.edge
MORe
MGeoEdge(AgentT, AgentT, boolean) - Constructor for class de.cesr.more.geo.building.edge.MGeoEdge
 
MGeoEdge(AgentT, AgentT, boolean, double) - Constructor for class de.cesr.more.geo.building.edge.MGeoEdge
 
MGeographyWrapper<AgentType> - Class in de.cesr.more.rs.geo.util
MoRe
MGeographyWrapper(Geography<AgentType>) - Constructor for class de.cesr.more.rs.geo.util.MGeographyWrapper
 
MGeographyWrapperTest - Class in de.cesr.more.testing.rs.geo.util
TODO test getSurroundingNAgents
MGeographyWrapperTest() - Constructor for class de.cesr.more.testing.rs.geo.util.MGeographyWrapperTest
 
MGeoHexagon<AgentType> - Class in de.cesr.more.rs.geo.util
MORe The class represents hexagons of the model region that are used to group agents in to clusters of near-by instances to ease computation of distances between agents.
MGeoHexagon() - Constructor for class de.cesr.more.rs.geo.util.MGeoHexagon
Assign unique id.
MGeoHexagon.Distance - Class in de.cesr.more.rs.geo.util
 
MGeoHexagon.Distance(Double, MGeoHexagon<AgentType>) - Constructor for class de.cesr.more.rs.geo.util.MGeoHexagon.Distance
 
MGeoHomophilyDistanceFfNetworkService<AgentType extends MoreMilieuAgent & MoreNetworkAgent<AgentType,EdgeType>,EdgeType extends MRepastEdge<AgentType> & MoreEdge<AgentType>> - Class in de.cesr.more.geo.building.network
MORe This network builder considers baseline homophily [1] and distance distributions [2].
MGeoHomophilyDistanceFfNetworkService(MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
Takes the geography from MBasicPa.ROOT_GEOGRAPHY.
MGeoHomophilyDistanceFfNetworkService(Geography<Object>, MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
Uses main instance of PmParameterManager.
MGeoHomophilyDistanceFfNetworkService(Geography<Object>, MoreEdgeFactory<AgentType, EdgeType>, String, PmParameterManager) - Constructor for class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
 
MGeoNetworkService<AgentType extends MoreMilieuAgent,EdgeType extends MRepastEdge<AgentType> & MoreEdge<AgentType>> - Class in de.cesr.more.geo.building.network
Removal and Addition of nodes and agents to geo-referenced networks.
MGeoNetworkService(Geography<Object>, MoreEdgeFactory<AgentType, EdgeType>, PmParameterManager) - Constructor for class de.cesr.more.geo.building.network.MGeoNetworkService
 
MGeoNetworkService(Geography<Object>, MoreEdgeFactory<AgentType, EdgeType>) - Constructor for class de.cesr.more.geo.building.network.MGeoNetworkService
 
MGeoNetworkService(MoreEdgeFactory<AgentType, EdgeType>) - Constructor for class de.cesr.more.geo.building.network.MGeoNetworkService
 
MGeoNetworkService() - Constructor for class de.cesr.more.geo.building.network.MGeoNetworkService
Deprecated. 
MGeoRsBaselineNumberNetworkService<AgentType extends MoreMilieuAgent,EdgeType extends MRepastEdge<AgentType>> - Class in de.cesr.more.rs.building
MORe TODO test TODO description
MGeoRsBaselineNumberNetworkService(Geography<Object>, MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.rs.building.MGeoRsBaselineNumberNetworkService
 
MGeoRsBaselineRadiusNetworkService<AgentType extends MoreMilieuAgent,EdgeType extends MRepastEdge<AgentType> & MoreEdge<AgentType>> - Class in de.cesr.more.rs.building
This network builder considers baseline homophily [1].
MGeoRsBaselineRadiusNetworkService(MoreEdgeFactory<AgentType, EdgeType>) - Constructor for class de.cesr.more.rs.building.MGeoRsBaselineRadiusNetworkService
 
MGeoRsBaselineRadiusNetworkService(MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.rs.building.MGeoRsBaselineRadiusNetworkService
 
MGeoRsBaselineRadiusNetworkService(Geography<Object>, MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.rs.building.MGeoRsBaselineRadiusNetworkService
- builder constructor - edge modifier - builder set - parma
MGeoRsBaselineRingNetworkService<AgentType extends MoreMilieuAgent,EdgeType extends MRepastEdge<AgentType> & MoreEdge<AgentType>> - Class in de.cesr.more.rs.building
TODO adapt This network builder considers baseline homophily (McPherson2001).
MGeoRsBaselineRingNetworkService(MoreEdgeFactory<AgentType, EdgeType>) - Constructor for class de.cesr.more.rs.building.MGeoRsBaselineRingNetworkService
 
MGeoRsBaselineRingNetworkService(MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.rs.building.MGeoRsBaselineRingNetworkService
 
MGeoRsBaselineRingNetworkService(Geography<Object>, MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.rs.building.MGeoRsBaselineRingNetworkService
 
MGeoRsCompleteNetworkBuilder<AgentType extends MoreMilieuAgent,EdgeType extends MRepastEdge<AgentType>> - Class in de.cesr.more.rs.building
Generates a complete network (all possible edges are created).
MGeoRsCompleteNetworkBuilder(MoreEdgeFactory<AgentType, EdgeType>) - Constructor for class de.cesr.more.rs.building.MGeoRsCompleteNetworkBuilder
Uses "Network" as name.
MGeoRsCompleteNetworkBuilder(MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.rs.building.MGeoRsCompleteNetworkBuilder
 
MGeoRsCompleteNetworkBuilderTest - Class in de.cesr.more.testing.rs.building.geo
MORe
MGeoRsCompleteNetworkBuilderTest() - Constructor for class de.cesr.more.testing.rs.building.geo.MGeoRsCompleteNetworkBuilderTest
 
MGeoRsHomophilyDistanceFfNetworkService<AgentType extends MoreMilieuAgent & MoreNetworkAgent<AgentType,EdgeType>,EdgeType extends MRepastEdge<AgentType> & MoreEdge<AgentType>> - Class in de.cesr.more.rs.building
MORe TODO test and make component of RS version (?)
MGeoRsHomophilyDistanceFfNetworkService(MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
Takes the geography from MBasicPa.ROOT_GEOGRAPHY.
MGeoRsHomophilyDistanceFfNetworkService(Geography<Object>, MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
Uses main instance of PmParameterManager.
MGeoRsHomophilyDistanceFfNetworkService(Geography<Object>, MoreEdgeFactory<AgentType, EdgeType>, String, PmParameterManager) - Constructor for class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
- builder constructor - edge modifier - builder set - parma
MGeoRsHomophilyDistanceNetworkService<AgentType extends MoreMilieuAgent,EdgeType extends MRepastEdge<AgentType> & MoreEdge<AgentType>> - Class in de.cesr.more.rs.building
The homophily and distance dependence (HDD) considering network generation consists of two interlinked parts, the establishment of local to medium distance links and the process of global tie generation.
MGeoRsHomophilyDistanceNetworkService(MoreEdgeFactory<AgentType, EdgeType>) - Constructor for class de.cesr.more.rs.building.MGeoRsHomophilyDistanceNetworkService
 
MGeoRsHomophilyDistanceNetworkService(MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.rs.building.MGeoRsHomophilyDistanceNetworkService
 
MGeoRsHomophilyDistanceNetworkService(Geography<Object>, MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.rs.building.MGeoRsHomophilyDistanceNetworkService
 
MGeoRsIdealHomophilyDistanceNetworkService<AgentType extends MoreMilieuAgent,EdgeType extends MRepastEdge<AgentType> & MoreEdge<AgentType>> - Class in de.cesr.more.rs.building
MORe
MGeoRsIdealHomophilyDistanceNetworkService(Geography<Object>, MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.rs.building.MGeoRsIdealHomophilyDistanceNetworkService
 
MGeoRsIdealHomophilyDistanceNetworkService(MoreEdgeFactory<AgentType, EdgeType>) - Constructor for class de.cesr.more.rs.building.MGeoRsIdealHomophilyDistanceNetworkService
 
MGeoRsIdealHomophilyDistanceNetworkService(MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.rs.building.MGeoRsIdealHomophilyDistanceNetworkService
 
MGeoRsIdealNetworkService<AgentType extends MoreMilieuAgent,EdgeType extends MRepastEdge<AgentType>> - Class in de.cesr.more.rs.building
MORe Based on MGeoRsBaselineRadiusNetworkService
MGeoRsIdealNetworkService(MoreEdgeFactory<AgentType, EdgeType>) - Constructor for class de.cesr.more.rs.building.MGeoRsIdealNetworkService
 
MGeoRsIdealNetworkService(MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.rs.building.MGeoRsIdealNetworkService
 
MGeoRsIdealNetworkService(Geography<Object>, MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.rs.building.MGeoRsIdealNetworkService
- builder constructor - edge modifier - builder set - parma
MGeoRsLattice2DNetworkBuilder<AgentType,EdgeType extends MRepastEdge<AgentType>> - Class in de.cesr.more.rs.building
MORe TODO parameter description Considered PmParameterDefinitions: MNetworkBuildingPa.BUILD_DIRECTED ...
MGeoRsLattice2DNetworkBuilder() - Constructor for class de.cesr.more.rs.building.MGeoRsLattice2DNetworkBuilder
 
MGeoRsLattice2DNetworkBuilder(MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.rs.building.MGeoRsLattice2DNetworkBuilder
 
MGeoRsNetworkEdgeModifier<AgentType,EdgeType extends repast.simphony.space.graph.RepastEdge<? super AgentType> & MoreEdge<? super AgentType>> - Class in de.cesr.more.rs.building.edge
MORe
MGeoRsNetworkEdgeModifier() - Constructor for class de.cesr.more.rs.building.edge.MGeoRsNetworkEdgeModifier
 
MGeoRsNetworkEdgeModifier(MoreEdgeFactory<AgentType, EdgeType>) - Constructor for class de.cesr.more.rs.building.edge.MGeoRsNetworkEdgeModifier
 
MGeoRsNetworkEdgeModifier(MoreEdgeFactory<AgentType, EdgeType>, Geography<Object>, GeometryFactory) - Constructor for class de.cesr.more.rs.building.edge.MGeoRsNetworkEdgeModifier
 
MGeoRsNetworkService<AgentType extends MoreMilieuAgent,EdgeType extends MRepastEdge<AgentType> & MoreEdge<AgentType>> - Class in de.cesr.more.rs.building
Removal and Addition of nodes and agents to geo-referenced networks.
MGeoRsNetworkService(Geography<Object>, MoreEdgeFactory<AgentType, EdgeType>, PmParameterManager) - Constructor for class de.cesr.more.rs.building.MGeoRsNetworkService
 
MGeoRsNetworkService(Geography<Object>, MoreEdgeFactory<AgentType, EdgeType>) - Constructor for class de.cesr.more.rs.building.MGeoRsNetworkService
 
MGeoRsNetworkService(MoreEdgeFactory<AgentType, EdgeType>) - Constructor for class de.cesr.more.rs.building.MGeoRsNetworkService
 
MGeoRsNetworkService() - Constructor for class de.cesr.more.rs.building.MGeoRsNetworkService
Deprecated. 
MGeoRsRandomNetworkService<AgentType extends MoreMilieuAgent,EdgeType extends MRepastEdge<AgentType>> - Class in de.cesr.more.rs.building
 
MGeoRsRandomNetworkService(MoreEdgeFactory<AgentType, EdgeType>) - Constructor for class de.cesr.more.rs.building.MGeoRsRandomNetworkService
Uses "Network" as name.
MGeoRsRandomNetworkService(MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.rs.building.MGeoRsRandomNetworkService
 
MGeoRsRestoreNetworkBuilder<AgentType,EdgeType extends MRepastEdge<AgentType>> - Class in de.cesr.more.rs.building
MORe First, a new MRsContextJungNetwork is initialised according to MNetworkBuildingPa.BUILD_DIRECTED.
MGeoRsRestoreNetworkBuilder(MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.rs.building.MGeoRsRestoreNetworkBuilder
 
MGeoRsRestoreNetworkBuilderTest - Class in de.cesr.more.testing.rs.building.geo
MORe
MGeoRsRestoreNetworkBuilderTest() - Constructor for class de.cesr.more.testing.rs.building.geo.MGeoRsRestoreNetworkBuilderTest
 
MGeoRsSocialDistanceAttachNetworkBuilder<AgentType extends MoreMilieuAgent & MoreDistanceAttachableAgent,EdgeType extends MRepastEdge<AgentType>> - Class in de.cesr.more.rs.building
MORe Links agents based on their social distance [1].
MGeoRsSocialDistanceAttachNetworkBuilder(MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.rs.building.MGeoRsSocialDistanceAttachNetworkBuilder
 
MGeoRsWattsBetaSwBuilder<AgentType extends MoreMilieuAgent,EdgeType extends MRepastEdge<AgentType>> - Class in de.cesr.more.rs.building
MORe TODO parameter description
MGeoRsWattsBetaSwBuilder() - Constructor for class de.cesr.more.rs.building.MGeoRsWattsBetaSwBuilder
 
MGeoRsWattsBetaSwBuilder(MoreEdgeFactory<AgentType, EdgeType>) - Constructor for class de.cesr.more.rs.building.MGeoRsWattsBetaSwBuilder
 
MGeoRsWattsBetaSwBuilder(MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.rs.building.MGeoRsWattsBetaSwBuilder
 
MGeoRsWattsBetaSwBuilderTest - Class in de.cesr.more.testing.rs.building.geo
MORe
MGeoRsWattsBetaSwBuilderTest() - Constructor for class de.cesr.more.testing.rs.building.geo.MGeoRsWattsBetaSwBuilderTest
 
MGeoRsWattsBetaSwPartnerCheckingBuilder<AgentType extends MoreMilieuAgent,EdgeType extends MRepastEdge<AgentType>> - Class in de.cesr.more.rs.building
MORe - uses MSmallWorldBetaModelNetworkGeneratorMilieuParams from MGeoRsWattsBetaSwBuilder
MGeoRsWattsBetaSwPartnerCheckingBuilder(MoreEdgeFactory<AgentType, EdgeType>) - Constructor for class de.cesr.more.rs.building.MGeoRsWattsBetaSwPartnerCheckingBuilder
 
MGeoRsWattsBetaSwPartnerCheckingBuilder(MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.rs.building.MGeoRsWattsBetaSwPartnerCheckingBuilder
 
MGeoTorusDistanceQuery<AgentType> - Class in de.cesr.more.rs.geo.util
MORe Deals with toroidal spaces.
MGeoTorusDistanceQuery(Geography<AgentType>, double, AgentType) - Constructor for class de.cesr.more.rs.geo.util.MGeoTorusDistanceQuery
 
MGraphMLReader2NodeMap<G extends Hypergraph<V,E>,V,E> - Class in de.cesr.more.util.io
MORe Enables assigning the graph data to an existing set of vertices.
MGraphMLReader2NodeMap(Factory<V>, MoreEdgeFactory<V, E>, BidiMap<V, String>) - Constructor for class de.cesr.more.util.io.MGraphMLReader2NodeMap
 
MGraphMLReader2NodeMap(MoreEdgeFactory<V, E>, BidiMap<V, String>) - Constructor for class de.cesr.more.util.io.MGraphMLReader2NodeMap
Passes a pseudo edge factory that throws an IllegalStateException every time the factory is called (indicating that the nodeMap does not contain entries for every node).
MGraphMLReaderWithEdges<G extends Hypergraph<V,E>,V,E> - Class in de.cesr.more.util.io
MORe Creates a new MoreNetwork using the factories.
MGraphMLReaderWithEdges(Factory<V>, MoreEdgeFactory<V, E>) - Constructor for class de.cesr.more.util.io.MGraphMLReaderWithEdges
 
MGraphMlWriter<AgentType,E extends MoreEdge<? super AgentType>> - Class in de.cesr.more.util.io
MORe Added "attr.name" to key definitions (igraph'S read.graphy breaks without > bug reported)
MGraphMlWriter() - Constructor for class de.cesr.more.util.io.MGraphMlWriter
 
MGroupBaselineRadiusNetworkService<AgentType extends MoreMilieuAgent,EdgeType extends MRepastEdge<AgentType>> - Class in de.cesr.more.rs.building
MORe This network builder considers baseline homophily (McPherson2001).
MGroupBaselineRadiusNetworkService(Geography<Object>, MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.rs.building.MGroupBaselineRadiusNetworkService
 
MIdentifyCallerException - Exception in de.cesr.more.util.exception
MORe
MIdentifyCallerException() - Constructor for exception de.cesr.more.util.exception.MIdentifyCallerException
 
MIllegalValueTypeException - Exception in de.cesr.more.util.exception
MORe Used for specifying MMeasureDescriptions that represent a MoreMeasure with a certain value type.
MIllegalValueTypeException(String) - Constructor for exception de.cesr.more.util.exception.MIllegalValueTypeException
 
MInDegreeScorer<V> - Class in de.cesr.more.measures.network.supply.algos
MORe
MInDegreeScorer(Hypergraph<V, ?>) - Constructor for class de.cesr.more.measures.network.supply.algos.MInDegreeScorer
Creates an instance for the specified graph.
MIntegerDistribution - Interface in de.cesr.more.util.distributions
MORe Interface for instantiation and initialisation of discrete distributions to be used in a general manner.
MLaraNetworkEnvironment<A extends MoreLaraNetworkAgent<A,E,?>,E extends MoreEdge<? super A>> - Class in de.cesr.more.lara.agent
 
MLaraNetworkEnvironment() - Constructor for class de.cesr.more.lara.agent.MLaraNetworkEnvironment
 
MLattice1DGenerator<V,E extends MoreEdge<? super V>> - Class in de.cesr.more.building.util
MORe Considers MNetworkBuildingPa.BUILD_WSSM_CONSIDER_SOURCES (this class is mainly used by MSmallWorldBetaModelNetworkGenerator).
MLattice1DGenerator(Factory<? extends MoreNetwork<V, E>>, Factory<V>, MoreNetworkEdgeModifier<V, E>, int, MoreKValueProvider<V>, boolean, boolean) - Constructor for class de.cesr.more.building.util.MLattice1DGenerator
Constructs a generator of square lattices of size latticeSize with the specified parameters.
MLattice1DGeneratorTest - Class in de.cesr.more.testing.building
MORe
MLattice1DGeneratorTest() - Constructor for class de.cesr.more.testing.building.MLattice1DGeneratorTest
 
MLattice2DGenerator<T,E extends MoreEdge<T>> - Class in de.cesr.more.building.util
MORe Based on repast.simphony.context.space.graph.Lattice2DGenerator Exchanged HashSet by LinkedHashSet that preserves the order of node elements, which is crucial for building up a lattice.
MLattice2DGenerator(boolean) - Constructor for class de.cesr.more.building.util.MLattice2DGenerator
 
MLattice2DNetworkBuilder<AgentType,EdgeType extends MoreEdge<AgentType>> - Class in de.cesr.more.building.network
ParameterValue #VerticesN (via collection of agents; must be quadratic) PropertyValue #Edges:Toroidal & Directed: 4N
Considered PmParameterDefinitions: MNetworkBuildingPa.BUILD_DIRECTED MNetBuildLattice2DPa.TOROIDAL
MLattice2DNetworkBuilder(MoreEdgeFactory<AgentType, EdgeType>) - Constructor for class de.cesr.more.building.network.MLattice2DNetworkBuilder
Uses "Network" as name.
MLattice2DNetworkBuilder(MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.building.network.MLattice2DNetworkBuilder
 
MLattice2DNetworkBuilderTest - Class in de.cesr.more.testing.building.util
MORe
MLattice2DNetworkBuilderTest() - Constructor for class de.cesr.more.testing.building.util.MLattice2DNetworkBuilderTest
 
MLinkManagingEvent - Class in de.cesr.more.manipulate.agent.events
MORe
MLinkWeightUpdatingEvent - Class in de.cesr.more.manipulate.agent.events
MORe
MManager - Class in de.cesr.more.basic
MORe Manager
MManager() - Constructor for class de.cesr.more.basic.MManager
 
MManagerTest - Class in de.cesr.more.testing.basic
MORe
MManagerTest() - Constructor for class de.cesr.more.testing.basic.MManagerTest
 
MMeasureBundle<T extends MoreNodeMeasureSupport,E extends MoreEdge<? super T>> - Class in de.cesr.more.measures
MORe The class comprises the network, the measure description and parameter map.
MMeasureBundle() - Constructor for class de.cesr.more.measures.MMeasureBundle
 
MMeasureBundle(MoreNetwork<T, E>, MMeasureDescription) - Constructor for class de.cesr.more.measures.MMeasureBundle
 
MMeasureBundle(MoreNetwork<T, E>, MMeasureDescription, Map<String, Object>) - Constructor for class de.cesr.more.measures.MMeasureBundle
 
MMeasureDescription - Class in de.cesr.more.measures
MORe MeasureDescriptions provide informations about MoreMeasure objects network measure supplier provide (MoreMeasureCategory, short and long description).
MMeasureDescription(String) - Constructor for class de.cesr.more.measures.MMeasureDescription
Instantiates a MeasureDescription solely by its short description.
MMeasureDescription(MoreMeasureCategory, String) - Constructor for class de.cesr.more.measures.MMeasureDescription
Constructs a new MeasureDescription by a short description and MoreMeasureCategory.
MMeasureDescription(MoreMeasureCategory, String, String) - Constructor for class de.cesr.more.measures.MMeasureDescription
 
MMeasureSelectorListener - Interface in de.cesr.more.measures
This interface needs to be implemented by objects the MeasureChooser interacts with.
MMeasureSupportAgent - Class in de.cesr.more.testing.measures.node
MORe
MMeasureSupportAgent() - Constructor for class de.cesr.more.testing.measures.node.MMeasureSupportAgent
 
MMilieuNetDataCsvReader - Class in de.cesr.more.param.reader
Reader of milieu-specific parameters from a CSV file.
MMilieuNetDataCsvReader(Object) - Constructor for class de.cesr.more.param.reader.MMilieuNetDataCsvReader
 
MMilieuNetDataCsvReader(PmParameterManager) - Constructor for class de.cesr.more.param.reader.MMilieuNetDataCsvReader
 
MMilieuNetDataCsvReaderTest - Class in de.cesr.more.testing.param.reader
MORe
MMilieuNetDataCsvReaderTest() - Constructor for class de.cesr.more.testing.param.reader.MMilieuNetDataCsvReaderTest
 
MMilieuNetDataReader - Class in de.cesr.more.param.reader
MoRe Retrieves milieu-specific (i.e. agent type specific) parameters from DB tables defined in MSqlPa.TBLNAME_NET_PREFS and MSqlPa.TBLNAME_NET_PREFS_LINKS for param ID MNetworkBuildingPa.MILIEU_NETPREFS_PARAMID and sets them at ParMa.
MMilieuNetDataReader(PmParameterManager) - Constructor for class de.cesr.more.param.reader.MMilieuNetDataReader
 
MMilieuNetDataReader() - Constructor for class de.cesr.more.param.reader.MMilieuNetDataReader
 
MMilieuNetLinkDataCsvReader - Class in de.cesr.more.param.reader
CSV file may not contain headers!
MMilieuNetLinkDataCsvReader(Object) - Constructor for class de.cesr.more.param.reader.MMilieuNetLinkDataCsvReader
 
MMilieuNetLinkDataCsvReader(PmParameterManager) - Constructor for class de.cesr.more.param.reader.MMilieuNetLinkDataCsvReader
 
MMilieuNetLinkDataCsvReaderTest - Class in de.cesr.more.testing.param.reader
MORe
MMilieuNetLinkDataCsvReaderTest() - Constructor for class de.cesr.more.testing.param.reader.MMilieuNetLinkDataCsvReaderTest
 
MMilieuNetworkParameterMap - Class in de.cesr.more.param
MoRe This class provides milieu-specific parameter values.
MMilieuNetworkParameterMap(PmParameterManager) - Constructor for class de.cesr.more.param.MMilieuNetworkParameterMap
 
MMilieuNetworkParameterMap() - Constructor for class de.cesr.more.param.MMilieuNetworkParameterMap
 
MMilieuPartnerFinder<AgentType extends MoreMilieuAgent,EdgeType extends MoreEdge<? super AgentType>> - Class in de.cesr.more.rs.building
MORe
MMilieuPartnerFinder(MMilieuNetworkParameterMap) - Constructor for class de.cesr.more.rs.building.MMilieuPartnerFinder
 
MMilieuThresholdWeightProcessor<A extends MoreLinkManipulatableAgent<A> & MoreMilieuAgent,E extends MoreEdge<? super A>> - Class in de.cesr.more.manipulate.agent
MORe
MMilieuThresholdWeightProcessor() - Constructor for class de.cesr.more.manipulate.agent.MMilieuThresholdWeightProcessor
 
MModularityMeasureSupplier - Class in de.cesr.more.measures.network.supply
MORe
MModularityMeasureSupplier.Short - Enum in de.cesr.more.measures.network.supply
 
MMySqlService - Class in de.cesr.more.util
MORe Provides means to connect to the DB defined in parameters of MSqlPa and disconnect.
MNetBuildBhPa - Enum in de.cesr.more.param
Parameter definitions for the Baseline hHomophily network builder
MNetBuildHdffPa - Enum in de.cesr.more.param
Parameter definitions for the Homophily Distance Fire Forest Network Service.
MNetBuildLattice2DPa - Enum in de.cesr.more.param
MORe
MNetBuildSocialAttachment - Enum in de.cesr.more.param
MORe Parameters for MGeoRsSocialDistanceAttachNetworkBuilder.
MNetBuildWsPa - Enum in de.cesr.more.param
Parameter definitions used for MORe's network building
MNetManipulatePa - Enum in de.cesr.more.param
MORe
MNetworkBuilderNotSpecified - Class in de.cesr.more.basic.network
MORe
MNetworkBuilderNotSpecified() - Constructor for class de.cesr.more.basic.network.MNetworkBuilderNotSpecified
 
MNetworkBuildingPa - Enum in de.cesr.more.param
Parameter definitions used for MORe's network building
MNetworkClusterMeasureStorage - Class in de.cesr.more.util
MORe
MNetworkClusterMeasureStorage() - Constructor for class de.cesr.more.util.MNetworkClusterMeasureStorage
 
MNetworkManager - Class in de.cesr.more.basic
Manages networks and network measures
MNetworkManager() - Constructor for class de.cesr.more.basic.MNetworkManager
 
MNetworkManagerTest - Class in de.cesr.more.testing.basic
MORe
MNetworkManagerTest() - Constructor for class de.cesr.more.testing.basic.MNetworkManagerTest
 
MNetworkMeasureCategory - Enum in de.cesr.more.measures.network
MORe
MNetworkMeasureManager - Class in de.cesr.more.measures.network
MORe
MNetworkMeasureManager.ParameterKeys - Enum in de.cesr.more.measures.network
Standard keys for measure action parameters
MNetworkMeasureManagerTest - Class in de.cesr.more.testing.measures.network
MORe
MNetworkMeasureManagerTest() - Constructor for class de.cesr.more.testing.measures.network.MNetworkMeasureManagerTest
 
MNetworkMeasureManagerTest.MarkerNetworkMeasureSupplier - Class in de.cesr.more.testing.measures.network
 
MNetworkMeasureManagerTest.MarkerNetworkMeasureSupplier() - Constructor for class de.cesr.more.testing.measures.network.MNetworkMeasureManagerTest.MarkerNetworkMeasureSupplier
 
MNetworkMeasureManagerTest.MMeasureManagerListener - Class in de.cesr.more.testing.measures.network
 
MNetworkMeasureManagerTest.MMeasureManagerListener() - Constructor for class de.cesr.more.testing.measures.network.MNetworkMeasureManagerTest.MMeasureManagerListener
 
MNetworkMeasureStorage - Class in de.cesr.more.util
MORe
MNetworkMeasureStorage() - Constructor for class de.cesr.more.util.MNetworkMeasureStorage
 
MNetworkModularityR - Class in de.cesr.more.measures.network.supply.algos
MORe
MNetworkModularityR() - Constructor for class de.cesr.more.measures.network.supply.algos.MNetworkModularityR
 
MNetworkModularityR.MCommunityDetectionAlgorithms - Enum in de.cesr.more.measures.network.supply.algos
 
MNetworkService<AgentType,EdgeType extends MoreEdge<? super AgentType>> - Class in de.cesr.more.building.network
MORe Provides basic functionality for network generators
MNetworkService(MoreEdgeFactory<AgentType, EdgeType>) - Constructor for class de.cesr.more.building.network.MNetworkService
 
MNetworkService() - Constructor for class de.cesr.more.building.network.MNetworkService
 
MNetworkStatisticsR - Class in de.cesr.more.measures.network.supply.algos
MORe TODO write junit TODO write measure supplier
MNetworkStatisticsR() - Constructor for class de.cesr.more.measures.network.supply.algos.MNetworkStatisticsR
 
MNetworkStatisticsRTest - Class in de.cesr.more.testing.measures.network.supply.algos
MORe
MNetworkStatisticsRTest() - Constructor for class de.cesr.more.testing.measures.network.supply.algos.MNetworkStatisticsRTest
 
MNetworkStatisticsSupplier - Class in de.cesr.more.measures.network.supply
MORe
MNetworkStatisticsSupplier.Short - Enum in de.cesr.more.measures.network.supply
 
MNetworkTools - Class in de.cesr.more.basic
MORe The MNetworkTools provides some general static methods that are applied to networks.
MNetworkTools() - Constructor for class de.cesr.more.basic.MNetworkTools
 
MNetworkToolsTest - Class in de.cesr.more.testing.basic
MORe
MNetworkToolsTest() - Constructor for class de.cesr.more.testing.basic.MNetworkToolsTest
 
MNodeMeasureCategory - Enum in de.cesr.more.measures.node
MORe
MNodeMeasureManager - Class in de.cesr.more.measures.node
The NetworkMeasureUtilites manage network measure calculation.
MNodeMeasureManagerTest - Class in de.cesr.more.testing.measures.node
MORe
MNodeMeasureManagerTest() - Constructor for class de.cesr.more.testing.measures.node.MNodeMeasureManagerTest
 
MNodeMeasureManagerTest.MarkerNodeMeasureSupplier - Class in de.cesr.more.testing.measures.node
 
MNodeMeasureManagerTest.MarkerNodeMeasureSupplier() - Constructor for class de.cesr.more.testing.measures.node.MNodeMeasureManagerTest.MarkerNodeMeasureSupplier
 
MNodeMeasureManagerTest.MMeasureManagerListener - Class in de.cesr.more.testing.measures.node
 
MNodeMeasureManagerTest.MMeasureManagerListener() - Constructor for class de.cesr.more.testing.measures.node.MNodeMeasureManagerTest.MMeasureManagerListener
 
MNodeMeasures - Class in de.cesr.more.measures.node
Extension for NetworkChangeNodes to store network measures.
MNodeMeasures() - Constructor for class de.cesr.more.measures.node.MNodeMeasures
Instantiates an new HashMap
mod(int, int) - Method in class de.cesr.more.building.util.MLattice1DGenerator
 
MoreAction - Interface in de.cesr.more.measures.util
MORe An interface for actions objects that are intended to by scheduled and executed.
MoreAgentAnalyseNetworkComp<A,E extends MoreEdge<? super A>> - Interface in de.cesr.more.basic.agent
MORe
MoreAgentNetworkComp<A,E extends MoreEdge<? super A>> - Interface in de.cesr.more.basic.agent
Supports a main network that is meant to be the agent's primary social network.
MoreBaselineNetworkServiceAnalysableAgent - Interface in de.cesr.more.rs.building.analyse
MORe
MoreBetaProvider<V> - Interface in de.cesr.more.building.util
MORe Used in conjunction with MSmallWorldBetaModelNetworkGenerator
MoreComboundNetworkInfo - Interface in de.cesr.more.measures.node
Encapsulates information about average values of agent properties of agents within a certain reach (i.d. number of links) from a given focal agent.
MoreDistanceAttachableAgent - Interface in de.cesr.more.rs.building
MORe
MoreEdge<AgentType> - Interface in de.cesr.more.basic.edge
MORe edge interface
MoreEdgeFactory<V,E> - Interface in de.cesr.more.building.edge
MORe
MoreEgoNetworkEvent - Interface in de.cesr.more.manipulate.agent
MORe
MoreEgoNetworkManagerComp<A,E extends MoreEdge<? super A>> - Interface in de.cesr.more.manipulate.agent
MORe
MoreEgoNetworkManagingAgent<A,E extends MoreEdge<? super A>> - Interface in de.cesr.more.basic.agent
MORe Provides access to an agent's MoreEgoNetworkManagerComp.
MoreEgoNetworkProcessor<A,E extends MoreEdge<? super A>> - Interface in de.cesr.more.manipulate.agent
MORe
MoreFadingWeightEdge - Interface in de.cesr.more.basic.edge
MORe Interface for edges whose weight fade out.
MoreGeoEdge<AgentType> - Interface in de.cesr.more.geo
MORe MoreGeoEdges have an additional, pre-defined property which is their geographical length.
MoreGeoNetworkBuilder<AgentType,EdgeType extends MoreEdge<? super AgentType>> - Interface in de.cesr.more.geo.building.network
MORe Network builder implementing this interface support embedding networks in Geography projections.
MoreGeoNetworkEdgeModifier<AgentType,EdgeType extends MoreEdge<? super AgentType>> - Interface in de.cesr.more.geo.manipulate
MORe
MoreGeoNetworkService<AgentType,EdgeType extends MoreEdge<? super AgentType>> - Interface in de.cesr.more.geo.building.network
MORe
MoreGeoRsNetworkBuilder<AgentType,EdgeType extends MRepastEdge<AgentType>> - Interface in de.cesr.more.rs.building
MORe
MoreGeoRsNetworkService<AgentType,EdgeType extends MRepastEdge<AgentType>> - Interface in de.cesr.more.rs.building
MORe
MoreIoUtilities - Class in de.cesr.more.util.io
MORe Utility methods for writing and reading networks
MoreIoUtilities() - Constructor for class de.cesr.more.util.io.MoreIoUtilities
 
MoreKValueProvider<V> - Interface in de.cesr.more.building.util
MORe
MoreLaraNetworkAgent<A extends de.cesr.lara.components.agents.LaraAgent<A,BO>,E extends MoreEdge<? super A>,BO extends de.cesr.lara.components.LaraBehaviouralOption<?,? extends BO>> - Interface in de.cesr.more.lara.agent
Interface for agents with network support that allows to directly call the LaraAgentComponent and MoreAgentNetworkComp methods at the agent.
MoreLinkManipulatableAgent<A> - Interface in de.cesr.more.manipulate.agent
MORe Interface for agent classes that shall use a link manipulation processor like MThresholdLinkProcessor
MoreLinkManipulationAnalysableAgent - Interface in de.cesr.more.manipulate.agent.analyse
MORe Interface for agents that shall receive information about link manipulation.
MoreLinkProbProvider<V> - Interface in de.cesr.more.building.util
MORe
MoreMeasure - Interface in de.cesr.more.measures
MORe The basic measure class that holds the measure type, a map of parameters, the MMeasureDescription and the MoreAction responsible for measure calculation.
MoreMeasureCategory - Interface in de.cesr.more.measures
MORe A marker Interface for MAbstractNetworkMeasure categories MoreMeasureCategorys categorize MoreMeasures and are provided by the MoreMeasureSuppliers when these support that category.
MoreMeasureManagerListener - Interface in de.cesr.more.measures
Intended for classes that need to be informed of network measure calculation changes, i.e. the measure manager
MoreMeasureSupplier - Interface in de.cesr.more.measures
Interface for classes that provide Measures
MoreMilieuAgent - Interface in de.cesr.more.rs.building
MORe Used especially for RS network building
MoreNetwork<AgentType,EdgeType extends MoreEdge<? super AgentType>> - Interface in de.cesr.more.basic.network
Specifies demands on network implementations.
MoreNetworkAgent<A,E extends MoreEdge<? super A>> - Interface in de.cesr.more.basic.agent
MORe
MoreNetworkBuilder<AgentType,EdgeType extends MoreEdge<? super AgentType>> - Interface in de.cesr.more.building.network
MORe
MoreNetworkEdgeModifier<AgentType,EdgeType extends MoreEdge<? super AgentType>> - Interface in de.cesr.more.manipulate.edge
MORe The MoreNetworkEdgeModifier provides features to consistently add and remove edges to or from a network.
MoreNetworkModifier<AgentType,EdgeType extends MoreEdge<? super AgentType>> - Interface in de.cesr.more.manipulate.network
MORe The MoreNetworkModifier interface provides methods to consistently add agents to and remove agents from an existing network.
MoreNetworkService<AgentType,EdgeType extends MoreEdge<? super AgentType>> - Interface in de.cesr.more.building.network
MORe Interface for network builders that also support dynamics of networks
MoreNodeMeasure - Interface in de.cesr.more.measures.node
MORe
MoreNodeMeasureSupport - Interface in de.cesr.more.measures.node
MORe Node objects that shall enable the calculation and usage of network and node measures need to implement this interface.
MorePartnerFinder<AgentType,EdgeType> - Interface in de.cesr.more.rs.building
MORe
MorePseudoClass - Class in de.cesr.more.testing.testutils
 
MorePseudoClass() - Constructor for class de.cesr.more.testing.testutils.MorePseudoClass
 
MoreRsNetwork<AgentT,EdgeT extends repast.simphony.space.graph.RepastEdge<AgentT> & MoreEdge<AgentT>> - Interface in de.cesr.more.rs.network
 
MoreRsNetworkBuilder<AgentType,EdgeType extends MRepastEdge<AgentType>> - Interface in de.cesr.more.rs.building
MORe
MoreRsNetworkService<AgentType,EdgeType extends MRepastEdge<AgentType>> - Interface in de.cesr.more.rs.building
MORe
MoreRunIdProvider - Interface in de.cesr.more.util
MORe Used to request the cuurent runID when data is stored in DB.
MoreRuntimeAnalysable - Interface in de.cesr.more.util
MORe
MoreSchedule - Interface in de.cesr.more.measures.util
MORe
MoreTraceableEdge<AgentType> - Interface in de.cesr.more.basic.edge
The traceable edge enables the modeler to mark edges that are activated during the particular tick.
MoreUtilitiesTest - Class in de.cesr.more.testing.util
 
MoreUtilitiesTest() - Constructor for class de.cesr.more.testing.util.MoreUtilitiesTest
 
MoreValueProvidingAgent - Interface in de.cesr.more.measures.node
MORe
MoreWithinQueryFactory<AgentType> - Interface in de.cesr.more.rs.geo.util
MORe Introduced in order to allow more flexibility for geographical queries.
MOutDegreeScorer<V> - Class in de.cesr.more.measures.network.supply.algos
MORe
MOutDegreeScorer(Hypergraph<V, ?>) - Constructor for class de.cesr.more.measures.network.supply.algos.MOutDegreeScorer
Creates an instance for the specified graph.
MPascalDistribution - Class in de.cesr.more.util.distributions
MORe Wrapper for PascalDistribution (also known as negative binomial distribution) to be used in e.g.
MPascalDistribution(RandomGenerator) - Constructor for class de.cesr.more.util.distributions.MPascalDistribution
 
MPascalDistribution.MPascalDistributionParam - Enum in de.cesr.more.util.distributions
 
MPseudoEgoNetworkProcessor<A extends MoreLinkManipulatableAgent<A> & MoreMilieuAgent,E extends MoreEdge<? super A>> - Class in de.cesr.more.manipulate.agent
MORe Does nothing.
MPseudoEgoNetworkProcessor() - Constructor for class de.cesr.more.manipulate.agent.MPseudoEgoNetworkProcessor
 
MPseudoEgoNetworkProcessor(MoreNetworkEdgeModifier<A, E>) - Constructor for class de.cesr.more.manipulate.agent.MPseudoEgoNetworkProcessor
 
MPseudoEgoNetworkProcessor(MoreNetworkEdgeModifier<A, E>, Geography<Object>) - Constructor for class de.cesr.more.manipulate.agent.MPseudoEgoNetworkProcessor
 
MRandomEngineGenerator - Class in de.cesr.more.util.distributions
MORe This wrapper is applied to use RandomEngines as RandomGenerator within the apache commons math library.
MRandomEngineGenerator(RandomEngine) - Constructor for class de.cesr.more.util.distributions.MRandomEngineGenerator
 
MRandomNetworkGenerator<AgentType> - Class in de.cesr.more.building.util
MORe Based on repast.simphony.context.space.graph.RandomDensityGenerator: "Generates a random network with a specified approximate density.
MRandomNetworkGenerator(double, boolean, boolean, MoreLinkProbProvider<AgentType>) - Constructor for class de.cesr.more.building.util.MRandomNetworkGenerator
Creates a random network.
MRandomNetworkGenerator(double, boolean, boolean) - Constructor for class de.cesr.more.building.util.MRandomNetworkGenerator
Creates a random network.
MRandomPa - Enum in de.cesr.more.param
Definition of random streams related parameters for MORe
MRealDistribution - Interface in de.cesr.more.util.distributions
MORe Interface for instantiation and initialisation of continuous distributions to be used in a general manner.
MRepastEdge<AgentT> - Class in de.cesr.more.rs.edge
MORe
MRepastEdge(AgentT, AgentT, boolean) - Constructor for class de.cesr.more.rs.edge.MRepastEdge
 
MRepastEdge(AgentT, AgentT, boolean, double) - Constructor for class de.cesr.more.rs.edge.MRepastEdge
 
MRsCompleteNetworkBuilder<AgentType extends MoreMilieuAgent,EdgeType extends MRepastEdge<AgentType>> - Class in de.cesr.more.rs.building
MORe
MRsCompleteNetworkBuilder(MoreEdgeFactory<AgentType, EdgeType>) - Constructor for class de.cesr.more.rs.building.MRsCompleteNetworkBuilder
Uses "Network" as name.
MRsCompleteNetworkBuilder(MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.rs.building.MRsCompleteNetworkBuilder
 
MRsCompleteNetworkBuilderTest - Class in de.cesr.more.testing.rs.building
MORe
MRsCompleteNetworkBuilderTest() - Constructor for class de.cesr.more.testing.rs.building.MRsCompleteNetworkBuilderTest
 
MRsContextJungNetwork<AgentT,EdgeT extends repast.simphony.space.graph.RepastEdge<AgentT> & MoreEdge<AgentT>> - Class in de.cesr.more.rs.network
MORe Network Adapter for Repast Simphony models.
MRsContextJungNetwork(JungNetwork<AgentT>, Context<AgentT>) - Constructor for class de.cesr.more.rs.network.MRsContextJungNetwork
 
MRsContextJungNetwork(JungNetwork<AgentT>, Context<AgentT>, MoreEdgeFactory<AgentT, EdgeT>) - Constructor for class de.cesr.more.rs.network.MRsContextJungNetwork
 
MRsContextJungNetworkTest - Class in de.cesr.more.testing.rs.network
MORe
MRsContextJungNetworkTest() - Constructor for class de.cesr.more.testing.rs.network.MRsContextJungNetworkTest
 
MRsEdgeFactory<V,E> - Class in de.cesr.more.rs.building.edge
MORe
MRsEdgeFactory() - Constructor for class de.cesr.more.rs.building.edge.MRsEdgeFactory
 
MRsEncapsulatedContextJungNetwork<AgentT,EdgeT extends repast.simphony.space.graph.RepastEdge<AgentT> & MoreEdge<AgentT>> - Class in de.cesr.more.rs.network
Network Adapter for Repast Simphony models.
MRsEncapsulatedContextJungNetwork(ContextJungNetwork<AgentT>, Context<AgentT>) - Constructor for class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
Adds the encapsulated network as projection to the given context.
MRsEncapsulatedContextJungNetworkTest - Class in de.cesr.more.testing.rs.network
 
MRsEncapsulatedContextJungNetworkTest() - Constructor for class de.cesr.more.testing.rs.network.MRsEncapsulatedContextJungNetworkTest
 
MRsEncapsulatedContextJungNetworkTest.TestAgent - Class in de.cesr.more.testing.rs.network
test agent
MRsEncapsulatedContextJungNetworkTest.TestAgent(LaraEnvironment, float) - Constructor for class de.cesr.more.testing.rs.network.MRsEncapsulatedContextJungNetworkTest.TestAgent
constructor
MRsErdosRenyiRandomNetworkService<AgentType extends MoreMilieuAgent,EdgeType extends MRepastEdge<AgentType>> - Class in de.cesr.more.rs.building
MORe
MRsErdosRenyiRandomNetworkService(MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.rs.building.MRsErdosRenyiRandomNetworkService
 
MRService - Class in de.cesr.more.measures.util
MORe Service class for R calculations - schedules at initialisation stopping R.Engine at the end of simulation - loads igraph library - instantiates REnging
MRsLattice2DNetworkBuilder<AgentType,EdgeType extends MRepastEdge<AgentType>> - Class in de.cesr.more.rs.building
MORe
MRsLattice2DNetworkBuilder() - Constructor for class de.cesr.more.rs.building.MRsLattice2DNetworkBuilder
 
MRsLattice2DNetworkBuilder(MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.rs.building.MRsLattice2DNetworkBuilder
 
MRsLattice2DNetworkBuilderTest - Class in de.cesr.more.testing.rs.building
MORe
MRsLattice2DNetworkBuilderTest() - Constructor for class de.cesr.more.testing.rs.building.MRsLattice2DNetworkBuilderTest
 
MRsNetworkService<AgentType,EdgeType extends MRepastEdge<AgentType>> - Class in de.cesr.more.rs.building
MORe Adds context facility to MNetworkService and requires MRepastEdges.
MRsNetworkService(MoreEdgeFactory<AgentType, EdgeType>) - Constructor for class de.cesr.more.rs.building.MRsNetworkService
 
MRsNetworkService() - Constructor for class de.cesr.more.rs.building.MRsNetworkService
 
MRsSchedule - Class in de.cesr.more.rs.util
MORe
MRsSchedule(ISchedule) - Constructor for class de.cesr.more.rs.util.MRsSchedule
 
MRsSocialNetworkFinder - Class in de.cesr.more.rs.network
TODO testing
MRsSocialNetworkFinder() - Constructor for class de.cesr.more.rs.network.MRsSocialNetworkFinder
 
MRuntimeDbWriter - Class in de.cesr.more.util
MORe Stores runtime information and writes these to the DB defined in params in MSqlPa when requested.
MRuntimeDbWriter(MoreRunIdProvider) - Constructor for class de.cesr.more.util.MRuntimeDbWriter
 
MSchedule - Class in de.cesr.more.util
MORe Simple and inefficient stand-alone schedule (mainly for testing purposes).
MSchedule() - Constructor for class de.cesr.more.util.MSchedule
 
MScheduleParameters - Class in de.cesr.more.measures.util
MORe Values are double because of Repast Simphony Scheduling
MScheduleTest - Class in de.cesr.more.testing.util
MORe
MScheduleTest() - Constructor for class de.cesr.more.testing.util.MScheduleTest
 
MSmallWorldBetaModelNetworkGenerator<AgentType,E extends MoreEdge<AgentType>> - Class in de.cesr.more.building.util
MoRe TODO test Uses MLattice1DGenerator to produce the underlying regular ring.
MSmallWorldBetaModelNetworkGenerator(MSmallWorldBetaModelNetworkGenerator.MSmallWorldBetaModelNetworkGeneratorParams<AgentType, E>) - Constructor for class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator
 
MSmallWorldBetaModelNetworkGenerator.MSmallWorldBetaModelNetworkGeneratorParams<AgentType,E extends MoreEdge<AgentType>> - Class in de.cesr.more.building.util
MORe Parameter provider for MSmallWorldBetaModelNetworkGenerator.
MSmallWorldBetaModelNetworkGenerator.MSmallWorldBetaModelNetworkGeneratorParams() - Constructor for class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator.MSmallWorldBetaModelNetworkGeneratorParams
 
MSmallWorldBetaModelNetworkGenerator.SWVertexFactory - Class in de.cesr.more.building.util
MORe Helper class to use agent collections with a vertex factory.
MSmallWorldBetaModelNetworkGenerator.SWVertexFactory(Collection<AgentType>) - Constructor for class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator.SWVertexFactory
 
MSqlPa - Enum in de.cesr.more.param
Definition of database related parameters for MoRe
MTestGraphs - Class in de.cesr.more.testing.testutils
MORe
MTestGraphs() - Constructor for class de.cesr.more.testing.testutils.MTestGraphs
 
MTestGraphs.MTestNode - Class in de.cesr.more.testing.testutils
 
MTestGraphs.MTestNode() - Constructor for class de.cesr.more.testing.testutils.MTestGraphs.MTestNode
 
MTestGraphs.MTestNode(int) - Constructor for class de.cesr.more.testing.testutils.MTestGraphs.MTestNode
 
MTestUtilsLara - Class in de.cesr.more.testing.testutils
MORe
MTestUtilsLara() - Constructor for class de.cesr.more.testing.testutils.MTestUtilsLara
 
MTestUtilsLara.MTestBo<A extends MTestUtilsLara.MTestNetworkAgent<A>> - Class in de.cesr.more.testing.testutils
Test behavioural option for MTestNetworkAgent
MTestUtilsLara.MTestBo(A) - Constructor for class de.cesr.more.testing.testutils.MTestUtilsLara.MTestBo
 
MTestUtilsLara.MTestBo(A, Map<Class<? extends LaraPreference>, Double>) - Constructor for class de.cesr.more.testing.testutils.MTestUtilsLara.MTestBo
 
MTestUtilsLara.MTestBo(String, A, Map<Class<? extends LaraPreference>, Double>) - Constructor for class de.cesr.more.testing.testutils.MTestUtilsLara.MTestBo
 
MTestUtilsLara.MTestBo(String, A, LPrefEntry...) - Constructor for class de.cesr.more.testing.testutils.MTestUtilsLara.MTestBo
 
MTestUtilsLara.MTestNetworkAgent<A extends MTestUtilsLara.MTestNetworkAgent<A>> - Class in de.cesr.more.testing.testutils
test network agent
MTestUtilsLara.MTestNetworkAgent(LaraEnvironment, String) - Constructor for class de.cesr.more.testing.testutils.MTestUtilsLara.MTestNetworkAgent
constructor
MThresholdLinkProcessor<A extends MoreLinkManipulatableAgent<A>,E extends MoreEdge<? super A>> - Class in de.cesr.more.manipulate.agent
MORe TODO adapt: consider global, reciprocal and local links!
MThresholdLinkProcessor(MoreNetworkEdgeModifier<A, E>) - Constructor for class de.cesr.more.manipulate.agent.MThresholdLinkProcessor
 
MThresholdWeightProcessor<A extends MoreLinkManipulatableAgent<A>,E extends MoreEdge<? super A>> - Class in de.cesr.more.manipulate.agent
MORe In case the node properties undergo a certain threshold (MNetManipulatePa.DYN_INCREASE_THRESHOLD), weights are increased by (MNetManipulatePa.DYN_INCREASE_AMOUNT).
MThresholdWeightProcessor() - Constructor for class de.cesr.more.manipulate.agent.MThresholdWeightProcessor
 
MTorusCoordinate - Class in de.cesr.more.geo
Enable correct distance calculations in a torus
MTorusCoordinate(double, double) - Constructor for class de.cesr.more.geo.MTorusCoordinate
 
MUndirectedNetwork<V,E extends MoreEdge<V>> - Class in de.cesr.more.basic.network
MORe TODO test
MUndirectedNetwork() - Constructor for class de.cesr.more.basic.network.MUndirectedNetwork
Deprecated. (used to build new instances by JUNG...)
MUndirectedNetwork(MoreEdgeFactory<V, E>, String) - Constructor for class de.cesr.more.basic.network.MUndirectedNetwork
 
MVersionInfo - Class in de.cesr.more.util
More Version Information
MVersionInfo() - Constructor for class de.cesr.more.util.MVersionInfo
 
MVertexSimilarityMeasureCalculator - Class in de.cesr.more.measures.node
MORe
MVertexSimilarityMeasureCalculator() - Constructor for class de.cesr.more.measures.node.MVertexSimilarityMeasureCalculator
 
MVertexSimilarityMeasureCalculatorTest - Class in de.cesr.more.testing.measures.node
MORe
MVertexSimilarityMeasureCalculatorTest() - Constructor for class de.cesr.more.testing.measures.node.MVertexSimilarityMeasureCalculatorTest
 
MWattsBetaSwBuilder<AgentType,EdgeType extends MoreEdge<AgentType>> - Class in de.cesr.more.building.network
MORe
MWattsBetaSwBuilder() - Constructor for class de.cesr.more.building.network.MWattsBetaSwBuilder
 
MWattsBetaSwBuilder(MoreEdgeFactory<AgentType, EdgeType>) - Constructor for class de.cesr.more.building.network.MWattsBetaSwBuilder
 
MWattsBetaSwBuilder(MoreEdgeFactory<AgentType, EdgeType>, String) - Constructor for class de.cesr.more.building.network.MWattsBetaSwBuilder
 
MWeibullDistanceDistribution - Class in de.cesr.more.util.distributions
MORe Wrapper for WeibullDistribution.
MWeibullDistanceDistribution(RandomGenerator) - Constructor for class de.cesr.more.util.distributions.MWeibullDistanceDistribution
Creates a Weibull distribution.
MWeibullDistanceDistribution.MWeibullDistanceDistParams - Enum in de.cesr.more.util.distributions
 
MWeibullDistanceDistributionTest - Class in de.cesr.more.testing.util
MORe
MWeibullDistanceDistributionTest() - Constructor for class de.cesr.more.testing.util.MWeibullDistanceDistributionTest
 

N

name - Variable in class de.cesr.more.basic.network.MDirectedNetwork
 
name - Variable in class de.cesr.more.basic.network.MUndirectedNetwork
 
name - Variable in class de.cesr.more.building.network.MCompleteNetworkBuilder
 
name - Variable in class de.cesr.more.building.network.MGCompleteNetworkBuilder
 
name - Variable in class de.cesr.more.building.network.MLattice2DNetworkBuilder
 
name - Variable in class de.cesr.more.building.network.MWattsBetaSwBuilder
 
name - Variable in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
 
name - Variable in class de.cesr.more.rs.building.MGeoRsBaselineRadiusNetworkService
 
name - Variable in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
 
name - Variable in class de.cesr.more.rs.building.MGeoRsRestoreNetworkBuilder
 
name - Variable in class de.cesr.more.rs.building.MGeoRsWattsBetaSwBuilder
 
name - Variable in class de.cesr.more.rs.building.MRsErdosRenyiRandomNetworkService
 
netComp - Variable in class de.cesr.more.basic.agent.MAbstractNetworkAgent
 
netComp - Variable in class de.cesr.more.lara.agent.MAbstractLaraNetworkAgent
 
netParams - Variable in class de.cesr.more.manipulate.agent.MBlacklistThresholdLinkProcessor
 
network - Variable in class de.cesr.more.building.network.MGCompleteNetworkBuilder
 
network - Variable in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator.MSmallWorldBetaModelNetworkGeneratorParams
 
network - Variable in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator
 
network - Variable in class de.cesr.more.rs.network.MRsContextJungNetwork
 
network - Variable in class de.cesr.more.testing.measures.node.MMeasureSupportAgent
 
network - Variable in class de.cesr.more.util.MDbNetworkDataWriter
 
networkBuilderClass - Variable in class de.cesr.more.basic.network.MDirectedNetwork
 
networkBuilderClass - Variable in class de.cesr.more.basic.network.MUndirectedNetwork
 
networkBuilderClass - Variable in class de.cesr.more.rs.network.MRsContextJungNetwork
 
networkBuilderClass - Variable in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
networkMeasureCalcAdded(MoreNetwork<?, ?>, MMeasureDescription) - Method in interface de.cesr.more.measures.MoreMeasureManagerListener
Invoked every time a network measure calculation routine was added
networkMeasureCalcAdded(MoreNetwork<?, ?>, MMeasureDescription) - Method in class de.cesr.more.testing.measures.network.MNetworkMeasureManagerTest.MMeasureManagerListener
 
networkMeasureCalcAdded(MoreNetwork<?, ?>, MMeasureDescription) - Method in class de.cesr.more.testing.measures.node.MNodeMeasureManagerTest.MMeasureManagerListener
 
networkMeasureCalcRemoved(MoreNetwork<?, ?>, MMeasureDescription) - Method in interface de.cesr.more.measures.MoreMeasureManagerListener
Invoked every time a network measure calculation routine was removed
networkMeasureCalcRemoved(MoreNetwork<?, ?>, MMeasureDescription) - Method in class de.cesr.more.testing.measures.network.MNetworkMeasureManagerTest.MMeasureManagerListener
 
networkMeasureCalcRemoved(MoreNetwork<?, ?>, MMeasureDescription) - Method in class de.cesr.more.testing.measures.node.MNodeMeasureManagerTest.MMeasureManagerListener
 
networks - Variable in class de.cesr.more.basic.agent.MAgentNetworkComp
 
nextBoolean() - Method in class de.cesr.more.util.distributions.MRandomEngineGenerator
 
nextBytes(byte[]) - Method in class de.cesr.more.util.distributions.MRandomEngineGenerator
 
nextDouble() - Method in class de.cesr.more.util.distributions.MRandomEngineGenerator
 
nextFloat() - Method in class de.cesr.more.util.distributions.MRandomEngineGenerator
 
nextGaussian() - Method in class de.cesr.more.util.distributions.MRandomEngineGenerator
 
nextInt() - Method in class de.cesr.more.util.distributions.MRandomEngineGenerator
 
nextInt(int) - Method in class de.cesr.more.util.distributions.MRandomEngineGenerator
 
nextLong() - Method in class de.cesr.more.util.distributions.MRandomEngineGenerator
 
nodeMap - Variable in class de.cesr.more.util.io.MGraphMLReader2NodeMap
BidiMap that contains node ids (key) and node object (value)
normalizeWeights() - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
normalizeWeights() - Method in interface de.cesr.more.basic.network.MoreNetwork
Normalises the edges' weights by dividing by the largest weight.
normalizeWeights() - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
normalizeWeights() - Method in class de.cesr.more.rs.network.MRsContextJungNetwork
 
normalizeWeights() - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
numEdges() - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
numEdges() - Method in interface de.cesr.more.basic.network.MoreNetwork
 
numEdges() - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
numEdges() - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
numNeighboursFetchFactor - Variable in class de.cesr.more.rs.building.MGeoRsBaselineNumberNetworkService
 
numNodes() - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
numNodes() - Method in interface de.cesr.more.basic.network.MoreNetwork
 
numNodes() - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
numNodes - Variable in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator
 
numNodes() - Method in class de.cesr.more.rs.network.MRsContextJungNetwork
 
numNodes() - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
numVertices - Variable in class de.cesr.more.building.util.MLattice1DGenerator
 

O

objectMeasures - Variable in class de.cesr.more.measures.node.MNodeMeasures
 
onEvent(T) - Method in class de.cesr.more.testing.testutils.MTestUtilsLara.MTestNetworkAgent
 
ordinal() - Method in interface de.cesr.more.util.distributions.MDistributionParameter
 
OUTPUT - Variable in class de.cesr.more.testing.util.MWeibullDistanceDistributionTest
 
OUTPUT_FILE_DENSITY - Variable in class de.cesr.more.testing.util.MWeibullDistanceDistributionTest
 
OUTPUT_FILE_RANDOM - Variable in class de.cesr.more.testing.util.MWeibullDistanceDistributionTest
 
outputGraph(MoreNetwork<V, E>, File) - Static method in class de.cesr.more.util.io.MoreIoUtilities
Write the given network to the given file in GraphML format.
outputGraph(MoreNetwork<V, E>, File, Transformer<V, String>) - Static method in class de.cesr.more.util.io.MoreIoUtilities
 
outputGraph(MoreNetwork<V, E>, File, Map<String, GraphMLMetadata<V>>, Map<String, GraphMLMetadata<E>>) - Static method in class de.cesr.more.util.io.MoreIoUtilities
 
outputGraph(MoreNetwork<V, E>, File, Map<String, GraphMLMetadata<V>>, Map<String, GraphMLMetadata<E>>, Transformer<V, String>) - Static method in class de.cesr.more.util.io.MoreIoUtilities
Allowed values for type in meta data: boolean, int, long, float, double, string Write the given network to the given file in GraphML format.

P

paraMap - Variable in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
 
paraMap - Variable in class de.cesr.more.rs.building.MGeoRsBaselineRadiusNetworkService
 
paraMap - Variable in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
 
paraMap - Variable in class de.cesr.more.rs.building.MGeoRsWattsBetaSwPartnerCheckingBuilder
 
parameters - Variable in class de.cesr.more.measures.network.MAbstractNetworkMeasure
Parameters used to calculate this measure
parameters - Variable in class de.cesr.more.measures.node.MAbstractNodeMeasure
Parameters used to calculate this measure
paramId - Variable in class de.cesr.more.util.MDbNetworkDataWriter
 
params - Variable in class de.cesr.more.rs.building.MGeoRsWattsBetaSwBuilder
 
partnerFinder - Variable in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
 
partnerFinder - Variable in class de.cesr.more.manipulate.agent.MBlacklistThresholdLinkProcessor
 
partnerFinder - Variable in class de.cesr.more.rs.building.MGeoRsBaselineRadiusNetworkService
 
partnerFinder - Variable in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
 
pLocal - Variable in class de.cesr.more.util.distributions.MWeibullDistanceDistribution
 
pm - Variable in class de.cesr.more.geo.building.network.MGeoNetworkService
 
pm - Variable in class de.cesr.more.param.reader.MMilieuNetDataReader
 
pm - Variable in class de.cesr.more.rs.building.MGeoRsNetworkService
 
potentiallyAddGlobalLink(A, Map<Double, Set<A>>, MoreNetwork<A, E>) - Method in class de.cesr.more.manipulate.agent.MBlacklistThresholdLinkProcessor
For each transitive/reciprocal/local link a global one is added with probability MNetManipulatePa.DYN_PROP_GLOBAL.
printLatexMeasureDescriptions() - Method in class de.cesr.more.measures.MAbstractMeasureManager
 
printStackTrace(PrintWriter) - Method in exception de.cesr.more.util.exception.MIdentifyCallerException
 
printStackTrace(PrintStream) - Method in exception de.cesr.more.util.exception.MIdentifyCallerException
 
probability(int) - Method in class de.cesr.more.util.distributions.MPascalDistribution
 
process(A, MoreNetwork<A, E>) - Method in class de.cesr.more.manipulate.agent.MBlacklistThresholdLinkProcessor
Checks whether edge weights are equal/below zero, deletes these edges and add them to the blacklist network.
process(MoreEgoNetworkEvent, A, MoreNetwork<A, E>) - Method in class de.cesr.more.manipulate.agent.MEgoNetworkManagerComp
 
process(A, MoreNetwork<A, E>) - Method in class de.cesr.more.manipulate.agent.MMilieuThresholdWeightProcessor
 
process(MoreEgoNetworkEvent, A, MoreNetwork<A, E>) - Method in interface de.cesr.more.manipulate.agent.MoreEgoNetworkManagerComp
 
process(A, MoreNetwork<A, E>) - Method in interface de.cesr.more.manipulate.agent.MoreEgoNetworkProcessor
 
process(A, MoreNetwork<A, E>) - Method in class de.cesr.more.manipulate.agent.MPseudoEgoNetworkProcessor
 
process(A, MoreNetwork<A, E>) - Method in class de.cesr.more.manipulate.agent.MThresholdLinkProcessor
 
process(A, MoreNetwork<A, E>) - Method in class de.cesr.more.manipulate.agent.MThresholdWeightProcessor
 
processColumn(String, String, int) - Method in class de.cesr.more.param.reader.MMilieuNetDataCsvReader
 
processors - Variable in class de.cesr.more.manipulate.agent.MEgoNetworkManagerComp
 
promptForMeasureParameters - Static variable in class de.cesr.more.measures.MAbstractMeasureManager
 
prov - Variable in class de.cesr.more.util.MDbNetworkDataWriter
 
prov - Variable in class de.cesr.more.util.MEdgeLengthDbWriter
 
prov - Variable in class de.cesr.more.util.MRuntimeDbWriter
 
put(String, MMeasureDescription, Number) - Method in class de.cesr.more.util.MNetworkClusterMeasureStorage
 
put(MoreNetwork<?, ?>, MMeasureDescription, Number) - Method in class de.cesr.more.util.MNetworkMeasureStorage
 

Q

query() - Method in class de.cesr.more.rs.geo.util.MGeoTorusDistanceQuery
Considers all objects in the geography as potential matches.
queryFac - Variable in class de.cesr.more.rs.geo.util.MGeographyWrapper
 
queryLowerBoundTest() - Method in class de.cesr.more.testing.rs.building.geo.MGeoDistanceQueryTest
 
queryTest() - Method in class de.cesr.more.testing.rs.building.geo.MGeoDistanceQueryTest
 

R

rand - Variable in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
 
rand - Variable in class de.cesr.more.manipulate.agent.MBlacklistThresholdLinkProcessor
 
rand - Variable in class de.cesr.more.rs.building.MDefaultPartnerFinder
 
rand - Variable in class de.cesr.more.rs.building.MGeoRsBaselineRadiusNetworkService
 
rand - Variable in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
 
rand - Variable in class de.cesr.more.rs.building.MGeoRsWattsBetaSwPartnerCheckingBuilder
 
RANDOM_DIST_PROBABILISTIC_EDGE_CREATION - Static variable in class de.cesr.more.manipulate.agent.MBlacklistThresholdLinkProcessor
 
RANDOM_GENERATOR_PROBABILISTIC_EDGE_CREATION - Static variable in class de.cesr.more.manipulate.agent.MBlacklistThresholdLinkProcessor
 
RANDOM_PRIORITY - Static variable in class de.cesr.more.measures.util.MScheduleParameters
 
randomDist - Variable in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator.MSmallWorldBetaModelNetworkGeneratorParams
 
randomDist - Variable in class de.cesr.more.rs.building.MGeoRsWattsBetaSwBuilder
 
randomNodeSelectionStream - Variable in class de.cesr.more.basic.network.MDirectedNetwork
 
randomNodeSelectionStream - Variable in class de.cesr.more.basic.network.MUndirectedNetwork
 
randomService - Static variable in class de.cesr.more.basic.MManager
 
rBusy(Rengine, int) - Method in class de.cesr.more.measures.util.MRService
 
rChooseFile(Rengine, int) - Method in class de.cesr.more.measures.util.MRService
 
reciprocalTies - Variable in class de.cesr.more.manipulate.agent.MBlacklistThresholdLinkProcessor.TieCounter
 
removeAction(MoreAction) - Method in interface de.cesr.more.measures.util.MoreSchedule
 
removeAction(MoreAction) - Method in class de.cesr.more.rs.util.MRsSchedule
TODO error handling
removeAction(MoreAction) - Method in class de.cesr.more.util.MSchedule
 
removeEdge(MoreNetwork<AgentType, EdgeType>, AgentType, AgentType) - Method in class de.cesr.more.building.network.MNetworkService
 
removeEdge(MoreNetwork<AgentType, EdgeType>, AgentType, AgentType) - Method in class de.cesr.more.manipulate.edge.MDefaultNetworkEdgeModifier
 
removeEdge(MoreNetwork<AgentType, EdgeType>, AgentType, AgentType) - Method in interface de.cesr.more.manipulate.edge.MoreNetworkEdgeModifier
Removes an edge from source node to target node within the given network and takes care for additional work in the particular context, e.g.
removeEdge(MoreNetwork<AgentType, EdgeType>, AgentType, AgentType) - Method in class de.cesr.more.rs.building.edge.MGeoRsNetworkEdgeModifier
 
removeMeasureCalculation(MoreNetwork<T, E>, MMeasureDescription) - Method in class de.cesr.more.measures.network.MNetworkMeasureManager
Removes BasicAction that calculates the measure for the given network for the given measure key from the Schedule to stop computation of that measure.
removeMeasureCalculation(MoreNetwork<T, E>, String) - Method in class de.cesr.more.measures.network.MNetworkMeasureManager
 
removeMeasureCalculation(MoreNetwork<T, E>, MMeasureDescription) - Method in class de.cesr.more.measures.node.MNodeMeasureManager
Removes BasicAction that calculates the measure for the given network for the given measure key from the Schedule to stop computation of that measure.
removeMeasureCalculation(MoreNetwork<T, E>, String) - Method in class de.cesr.more.measures.node.MNodeMeasureManager
 
removeMeasureManagerListener(MoreMeasureManagerListener) - Method in class de.cesr.more.measures.MAbstractMeasureManager
Removes a NetworkMeasureUtilitiesListener.
removeMeasureSupplier(MoreMeasureSupplier) - Method in class de.cesr.more.measures.MAbstractMeasureSupplier
 
removeMeasureSupplier(MoreMeasureSupplier) - Method in interface de.cesr.more.measures.MoreMeasureSupplier
Removes another NetworkMeasureSupplier at the implementing supplier
removeNode(V) - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
removeNode(AgentType) - Method in interface de.cesr.more.basic.network.MoreNetwork
Removes a node and all its edges from the network.
removeNode(V) - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
removeNode(MoreNetwork<AgentType, EdgeType>, AgentType) - Method in class de.cesr.more.building.network.MNetworkService
 
removeNode(MoreNetwork<AgentType, EdgeType>, AgentType) - Method in interface de.cesr.more.manipulate.network.MoreNetworkModifier
Adds an agent to the given network.
removeNode(AgentT) - Method in class de.cesr.more.rs.network.MRsContextJungNetwork
 
removeNode(AgentT) - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
reset() - Static method in class de.cesr.more.basic.MManager
 
reset() - Static method in class de.cesr.more.basic.MNetworkManager
 
reset() - Static method in class de.cesr.more.measures.network.MNetworkMeasureManager
Sets the static instance of this class to null.
reset() - Static method in class de.cesr.more.measures.node.MNodeMeasureManager
Reset the static instance variable.
reset() - Method in class de.cesr.more.testing.measures.network.MNetworkMeasureManagerTest.MMeasureManagerListener
 
reset() - Method in class de.cesr.more.testing.measures.node.MNodeMeasureManagerTest.MMeasureManagerListener
 
reverseNetwork() - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
reverseNetwork() - Method in interface de.cesr.more.basic.network.MoreNetwork
Returns a reversed network, i.e. for all edges source and target vertices are exchanged.
reverseNetwork() - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
reverseNetwork() - Method in class de.cesr.more.rs.network.MRsContextJungNetwork
 
reverseNetwork() - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
revisionNumber - Static variable in class de.cesr.more.util.MVersionInfo
current revision number
rewire(Collection<AgentType>, MMilieuNetworkParameterMap, MoreRsNetwork<AgentType, EdgeType>) - Method in class de.cesr.more.rs.building.MGroupBaselineRadiusNetworkService
NOTE: Make sure that the order of agents in agents is defined and consistent for equal random seeds!
rewireEdge(ArrayList<AgentType>, Set<E>, E) - Method in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator
 
rewireManager - Variable in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator.MSmallWorldBetaModelNetworkGeneratorParams
 
rewireManager - Variable in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator
 
rFlushConsole(Rengine) - Method in class de.cesr.more.measures.util.MRService
 
rightIndex(int, int) - Method in class de.cesr.more.building.util.MLattice2DGenerator
 
rLoadHistory(Rengine, String) - Method in class de.cesr.more.measures.util.MRService
 
RND_STREAM_NETWORK_BUILDING_CUSTOMISED - Static variable in enum de.cesr.more.param.MRandomPa
 
RND_STREAM_NETWORK_DYNAMICS_CUSTOMISED - Static variable in enum de.cesr.more.param.MRandomPa
 
RND_STREAM_RANDOM_NETWORK_BUILDING_CUSTOMISED - Static variable in enum de.cesr.more.param.MRandomPa
 
rootContext - Static variable in class de.cesr.more.basic.MManager
 
rReadConsole(Rengine, String, int) - Method in class de.cesr.more.measures.util.MRService
 
rSaveHistory(Rengine, String) - Method in class de.cesr.more.measures.util.MRService
 
rShowMessage(Rengine, String) - Method in class de.cesr.more.measures.util.MRService
 
runtimeWriter - Variable in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
 
runtimeWriter - Variable in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
 
rWriteConsole(Rengine, String, int) - Method in class de.cesr.more.measures.util.MRService
 

S

save(Hypergraph<AgentType, E>, Writer) - Method in class de.cesr.more.util.io.MGraphMlWriter
This method is also overridden since it occurs that RS's older JUNG version is loaded before the referenced Jung-IO library and these versions have an erroneous save-method.
save(MoreNetwork<AgentType, E>, Writer) - Method in class de.cesr.more.util.io.MGraphMlWriter
 
save(MoreNetwork<AgentType, E>, Hypergraph<AgentType, E>, Writer) - Method in class de.cesr.more.util.io.MGraphMlWriter
 
scale - Variable in class de.cesr.more.util.distributions.MWeibullDistanceDistribution
The scale parameter.
schedule - Static variable in class de.cesr.more.basic.MManager
 
schedule(MScheduleParameters, MoreAction) - Method in interface de.cesr.more.measures.util.MoreSchedule
 
schedule(MScheduleParameters, MoreAction) - Method in class de.cesr.more.rs.util.MRsSchedule
TODO test
schedule(MScheduleParameters, MoreAction) - Method in class de.cesr.more.util.MSchedule
 
searchRadius - Variable in class de.cesr.more.rs.building.MGeoRsBaselineNumberNetworkService
 
setBackwardProb(int, double) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
setBetaProvider(MoreBetaProvider<AgentType>) - Method in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator.MSmallWorldBetaModelNetworkGeneratorParams
 
setContext(Context<AgentType>) - Method in class de.cesr.more.rs.building.MAbstractGeoRsNetworkBuilder
 
setContext(Context<AgentType>) - Method in class de.cesr.more.rs.building.MGeoRsNetworkService
Set the (root) context the network shall span
setContext(Context<AgentType>) - Method in class de.cesr.more.rs.building.MGeoRsRandomNetworkService
 
setContext(Context<AgentType>) - Method in class de.cesr.more.rs.building.MGeoRsWattsBetaSwBuilder
 
setContext(Context<AgentType>) - Method in interface de.cesr.more.rs.building.MoreRsNetworkBuilder
Set the context the resulting network is embedded within.
setContext(Context<AgentType>) - Method in class de.cesr.more.rs.building.MRsCompleteNetworkBuilder
Set the (root) context the network shall span
setContext(Context<AgentType>) - Method in class de.cesr.more.rs.building.MRsErdosRenyiRandomNetworkService
 
setContext(Context<AgentType>) - Method in class de.cesr.more.rs.building.MRsLattice2DNetworkBuilder
 
setContext(Context<AgentType>) - Method in class de.cesr.more.rs.building.MRsNetworkService
 
setDimWeightGeo(int, double) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
setDimWeightMilieu(int, double) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
setDistance(MGeoHexagon<AgentType>, Double) - Method in class de.cesr.more.rs.geo.util.MGeoHexagon
 
setDistanceProbExp(int, double) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
setDistDistributionClass(int, String) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
Used by MGeoRsHomophilyDistanceFfNetworkService.
setDistParamA(int, double) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
Used by MGeoRsHomophilyDistanceFfNetworkService.
setDistParamB(int, double) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
Used by MGeoRsHomophilyDistanceFfNetworkService.
setDistParamPLocal(int, double) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
Used by MGeoRsHomophilyDistanceFfNetworkService.
setDistParamXMin(int, double) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
Used by MGeoRsHomophilyDistanceFfNetworkService.
setDynDecreaseAmount(int, double) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
setDynDecreaseThreshold(int, double) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
setDynEdgeManageOptimum(int, double) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
setDynEdgeUpdatingInverval(int, int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
setDynFadeOutAmount(int, double) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
setDynFadeOutInterval(int, double) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
setDynIncreaseAmount(int, double) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
setDynIncreaseThreshold(int, double) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
setDynLinkManagementInverval(int, int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
setDynLocalRadius(int, double) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
setDynProbGlobal(int, double) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
setDynProbLocal(int, double) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
setDynProbReciprocity(int, double) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
setDynProbTransitivity(int, double) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
setEdgeFactory(MoreEdgeFactory<V, E>) - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
setEdgeFactory(MoreEdgeFactory<AgentType, EdgeType>) - Method in interface de.cesr.more.basic.network.MoreNetwork
Sets the MoreEdgeFactory that is used to connect agents.
setEdgeFactory(MoreEdgeFactory<V, E>) - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
setEdgeFactory(MoreEdgeFactory<AgentT, EdgeT>) - Method in class de.cesr.more.rs.network.MRsContextJungNetwork
 
setEdgeFactory(MoreEdgeFactory<AgentT, EdgeT>) - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
setEdgeModifier(MoreNetworkEdgeModifier<AgentType, EdgeType>) - Method in class de.cesr.more.building.network.MNetworkService
 
setEdgeModifier(MoreNetworkEdgeModifier<AgentType, E>) - Method in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator.MSmallWorldBetaModelNetworkGeneratorParams
 
setEdgeModifier(MoreNetworkEdgeModifier<AgentType, EdgeType>) - Method in interface de.cesr.more.manipulate.network.MoreNetworkModifier
 
setEgoNetworkManager(MoreEgoNetworkManagerComp<A, E>) - Method in interface de.cesr.more.basic.agent.MoreEgoNetworkManagingAgent
 
setEnd(double) - Method in class de.cesr.more.measures.util.MScheduleParameters
 
setExtendingSearchFraction(int, double) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
setFinalRadius(double) - Method in interface de.cesr.more.rs.building.analyse.MoreBaselineNetworkServiceAnalysableAgent
 
setFloatPointFormat(NumberFormat) - Static method in class de.cesr.more.basic.MManager
 
setForwardProb(int, double) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
Forward probability is used by MGeoRsHomophilyDistanceFfNetworkService.
setGeoFactory(GeometryFactory) - Method in interface de.cesr.more.geo.manipulate.MoreGeoNetworkEdgeModifier
 
setGeoFactory(GeometryFactory) - Method in class de.cesr.more.rs.building.edge.MGeoRsNetworkEdgeModifier
 
setGeography(Geography<Object>) - Method in class de.cesr.more.geo.building.network.MGeoNetworkService
 
setGeography(Geography<Object>) - Method in interface de.cesr.more.geo.building.network.MoreGeoNetworkBuilder
Sets the geography that defines the spatial proximity of nodes.
setGeography(Geography<Object>) - Method in interface de.cesr.more.geo.manipulate.MoreGeoNetworkEdgeModifier
 
setGeography(Geography<Object>) - Method in class de.cesr.more.rs.building.edge.MGeoRsNetworkEdgeModifier
Set geometry = null to omit dealing whit geography.
setGeography(Geography<Object>) - Method in class de.cesr.more.rs.building.MAbstractGeoRsNetworkBuilder
 
setGeography(Geography<Object>) - Method in class de.cesr.more.rs.building.MGeoRsLattice2DNetworkBuilder
 
setGeography(Geography<Object>) - Method in class de.cesr.more.rs.building.MGeoRsNetworkService
 
setGeoRequestClass(Class<? extends AgentType>) - Method in class de.cesr.more.geo.building.network.MGeoNetworkService
 
setGeoRequestClass(Class<? extends AgentType>) - Method in class de.cesr.more.rs.building.MGeoRsNetworkService
 
setGeoRequestClass(Class<? extends AgentType>) - Method in interface de.cesr.more.rs.building.MoreGeoRsNetworkService
Set the class of which the geography wrapper requests agents.
setHexagonHeight(double) - Static method in class de.cesr.more.rs.geo.util.MGeoHexagon
The hexagon height is required to determine the distances
setIntegerFormat(NumberFormat) - Static method in class de.cesr.more.basic.MManager
 
setInterval(double) - Method in class de.cesr.more.measures.util.MScheduleParameters
 
setK(int, int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
Deprecated. use MMilieuNetworkParameterMap.setMilieuParam(PmParameterDefinition, int, Object) instead!
setKDistributionClass(int, String) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
Used by MGeoRsHomophilyDistanceFfNetworkService.
setKparamA(int, double) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
Used by MGeoRsHomophilyDistanceFfNetworkService.
setKparamB(int, double) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
Used by MGeoRsHomophilyDistanceFfNetworkService.
setkProvider(MoreKValueProvider<AgentType>) - Method in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator.MSmallWorldBetaModelNetworkGeneratorParams
 
setLength(double) - Method in class de.cesr.more.geo.building.edge.MGeoEdge
 
setLength(double) - Method in interface de.cesr.more.geo.MoreGeoEdge
 
setLength(double) - Method in class de.cesr.more.rs.edge.MRepastEdge
 
setMainNetwork(MoreNetwork<A, E>) - Method in class de.cesr.more.basic.agent.MAbstractNetworkAgent
 
setMainNetwork(MoreNetwork<A, E>) - Method in class de.cesr.more.basic.agent.MAgentNetworkComp
 
setMainNetwork(MoreNetwork<A, E>) - Method in interface de.cesr.more.basic.agent.MoreAgentNetworkComp
 
setMainNetwork(MoreNetwork<A, E>) - Method in class de.cesr.more.lara.agent.MAbstractLaraNetworkAgent
 
setMarkerTrue() - Static method in class de.cesr.more.testing.measures.network.MNetworkMeasureManagerTest
 
setMarkerTrue() - Static method in class de.cesr.more.testing.measures.node.MNodeMeasureManagerTest
 
setMaxSearchRadius(int, double) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
setMeasureA(MMeasureDescription) - Method in interface de.cesr.more.rs.network.MoreRsNetwork
 
setMeasureA(MMeasureDescription) - Method in class de.cesr.more.rs.network.MRsContextJungNetwork
 
setMeasureB(MMeasureDescription) - Method in interface de.cesr.more.rs.network.MoreRsNetwork
 
setMeasureB(MMeasureDescription) - Method in class de.cesr.more.rs.network.MRsContextJungNetwork
 
setMeasureBundle(MMeasureBundle, boolean) - Method in interface de.cesr.more.measures.MMeasureSelectorListener
This method is invoked every time the user selects a measure at the MeasureChooser
setMeasureBundle(MMeasureBundle, boolean) - Method in class de.cesr.more.measures.network.MNetworkMeasureManager
 
setMeasureBundle(MMeasureBundle, boolean) - Method in class de.cesr.more.measures.node.MNodeMeasureManager
 
setMilieuParam(PmParameterDefinition, int, Object) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
Generic function to set milieu-specific parameter values
setNetUpdateInterval(int, int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
setNetwork(MoreNetwork<A, E>) - Method in class de.cesr.more.basic.agent.MAbstractNetworkAgent
 
setNetwork(MoreNetwork<A, E>) - Method in class de.cesr.more.basic.agent.MAgentNetworkComp
 
setNetwork(MoreNetwork<A, E>) - Method in interface de.cesr.more.basic.agent.MoreAgentNetworkComp
Registers the given network by the given network's name (network.getName()).
setNetwork(MoreNetwork<?, ?>, String) - Static method in class de.cesr.more.basic.MNetworkManager
Add a new MoreNetwork to the network manager
setNetwork(MoreNetwork<AgentType, E>) - Method in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator.MSmallWorldBetaModelNetworkGeneratorParams
 
setNetwork(MoreNetwork<A, E>) - Method in class de.cesr.more.lara.agent.MAbstractLaraNetworkAgent
 
setNetworkBuilderClass(Class<? extends MoreNetworkBuilder<?, ?>>) - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
setNetworkBuilderClass(Class<? extends MoreNetworkBuilder<?, ?>>) - Method in interface de.cesr.more.basic.network.MoreNetwork
 
setNetworkBuilderClass(Class<? extends MoreNetworkBuilder<?, ?>>) - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
setNetworkBuilderClass(Class<? extends MoreNetworkBuilder<?, ?>>) - Method in class de.cesr.more.rs.network.MRsContextJungNetwork
 
setNetworkBuilderClass(Class<? extends MoreNetworkBuilder<?, ?>>) - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
setNetworkClusterMeasure(String, MMeasureDescription, Number) - Static method in class de.cesr.more.basic.MNetworkManager
 
setNetworkComp(MoreAgentNetworkComp<A, E>) - Method in class de.cesr.more.basic.agent.MAbstractNetworkAgent
 
setNetworkComp(MoreAgentNetworkComp<A, E>) - Method in interface de.cesr.more.basic.agent.MoreNetworkAgent
 
setNetworkComp(MoreAgentNetworkComp<A, E>) - Method in class de.cesr.more.lara.agent.MAbstractLaraNetworkAgent
 
setNetworkMeasure(MoreNetwork<V, E>, MMeasureDescription, Number) - Static method in class de.cesr.more.basic.MNetworkManager
 
setNetworkMeasureObject(MoreNetwork<? extends MoreNodeMeasureSupport, ?>, MMeasureDescription, Number) - Method in class de.cesr.more.basic.agent.MAbstractNetworkAgent
 
setNetworkMeasureObject(MoreNetwork<? extends MoreNodeMeasureSupport, ?>, MMeasureDescription, Number) - Method in class de.cesr.more.lara.agent.MAbstractLaraNetworkAgent
 
setNetworkMeasureObject(MoreNetwork<? extends MoreNodeMeasureSupport, ?>, MMeasureDescription, Number) - Method in class de.cesr.more.measures.node.MNodeMeasures
Stores the measure value of the given measure key for the give network in a map
setNetworkMeasureObject(MoreNetwork<? extends MoreNodeMeasureSupport, ?>, MMeasureDescription, Number) - Method in interface de.cesr.more.measures.node.MoreNodeMeasureSupport
Sets the value-object of this vertex for the network measure identified by the network measure key with the network this measure is associated with.
setNetworkMeasureObject(MoreNetwork<? extends MoreNodeMeasureSupport, ?>, MMeasureDescription, Number) - Method in class de.cesr.more.testing.measures.node.MMeasureSupportAgent
 
setNetworkMeasureObject(MoreNetwork<? extends MoreNodeMeasureSupport, ?>, MMeasureDescription, Number) - Method in class de.cesr.more.testing.testutils.MTestGraphs.MTestNode
 
setNumAmbassadors(int) - Method in class de.cesr.more.basic.agent.MAbstractAnalyseNetworkAgent
 
setNumAmbassadors(int) - Method in class de.cesr.more.basic.agent.MAgentAnalyseNetworkComp
 
setNumAmbassadors(int) - Method in interface de.cesr.more.basic.agent.MoreAgentAnalyseNetworkComp
USed in combination with MGeoRsHomophilyDistanceFfNetworkService.
setNumNewLinks(int) - Method in interface de.cesr.more.manipulate.agent.analyse.MoreLinkManipulationAnalysableAgent
 
setNumNewLocalLinks(int) - Method in interface de.cesr.more.manipulate.agent.analyse.MoreLinkManipulationAnalysableAgent
 
setNumNewReciprocalLinks(int) - Method in interface de.cesr.more.manipulate.agent.analyse.MoreLinkManipulationAnalysableAgent
 
setNumNewTransitiveLinks(int) - Method in interface de.cesr.more.manipulate.agent.analyse.MoreLinkManipulationAnalysableAgent
 
setNumPotLocalLinks(int) - Method in interface de.cesr.more.manipulate.agent.analyse.MoreLinkManipulationAnalysableAgent
 
setNumPotReciprocalLinks(int) - Method in interface de.cesr.more.manipulate.agent.analyse.MoreLinkManipulationAnalysableAgent
 
setNumPotTransitiveLinks(int) - Method in interface de.cesr.more.manipulate.agent.analyse.MoreLinkManipulationAnalysableAgent
 
setNumRadiusExtensions(int) - Method in interface de.cesr.more.rs.building.analyse.MoreBaselineNetworkServiceAnalysableAgent
 
setP_Milieu(int, int, double) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
setP_Rewire(int, double) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
setParameter(MDistributionParameter, double) - Method in interface de.cesr.more.util.distributions.MIntegerDistribution
Set distribution specific parameters that are defined by a distribution specific enumeration that implements MDistributionParameter.
setParameter(MDistributionParameter, double) - Method in class de.cesr.more.util.distributions.MPascalDistribution
 
setParameter(MDistributionParameter, double) - Method in interface de.cesr.more.util.distributions.MRealDistribution
Set distribution specific parameters that are defined by a distribution specific enumeration that implements MDistributionParameter.
setParameter(MDistributionParameter, double) - Method in class de.cesr.more.util.distributions.MWeibullDistanceDistribution
 
setParams(Map<String, Object>) - Method in class de.cesr.more.measures.MMeasureBundle
 
setPriority(double) - Method in class de.cesr.more.measures.util.MScheduleParameters
 
setPromptForMeasureParameters(boolean) - Static method in class de.cesr.more.measures.MAbstractMeasureManager
 
setPropertyName(String) - Method in class de.cesr.more.measures.node.MCompoundNetworkInfo
Setter of the property propertyName
setRandomDist(Uniform) - Method in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator.MSmallWorldBetaModelNetworkGeneratorParams
 
setRandomDist(Uniform) - Method in class de.cesr.more.rs.building.MGeoRsWattsBetaSwBuilder
Sets the random distribution for this network builder (uniform)
setRandomNodeSelectionStream(Uniform) - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
setRandomNodeSelectionStream(Uniform) - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
setReach(int) - Method in class de.cesr.more.measures.node.MCompoundNetworkInfo
Setter of the property reach
setRewireManager(MorePartnerFinder<AgentType, E>) - Method in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator.MSmallWorldBetaModelNetworkGeneratorParams
 
setRootContext(Context<Object>) - Static method in class de.cesr.more.basic.MManager
 
setSchedule(MoreSchedule) - Static method in class de.cesr.more.basic.MManager
 
setSearchRadius(int, double) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
setSeed(int) - Method in class de.cesr.more.util.distributions.MRandomEngineGenerator
 
setSeed(int[]) - Method in class de.cesr.more.util.distributions.MRandomEngineGenerator
 
setSeed(long) - Method in class de.cesr.more.util.distributions.MRandomEngineGenerator
 
setStart(double) - Method in class de.cesr.more.measures.util.MScheduleParameters
 
setSymmetrical(boolean) - Method in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator.MSmallWorldBetaModelNetworkGeneratorParams
Whether or not the generated edges will be symmetrical (if an edge goes from A to B there is also and edge that goes from B to A).
setUp() - Method in class de.cesr.more.testing.basic.MEdgeTest
 
setUp() - Method in class de.cesr.more.testing.basic.MManagerTest
 
setUp() - Method in class de.cesr.more.testing.basic.MNetworkManagerTest
 
setUp() - Method in class de.cesr.more.testing.basic.MNetworkToolsTest
 
setup() - Method in class de.cesr.more.testing.building.util.MLattice2DNetworkBuilderTest
 
setUp() - Method in class de.cesr.more.testing.measures.network.MNetworkMeasureManagerTest
 
setUp() - Method in class de.cesr.more.testing.measures.network.supply.algos.MClusteringCoefficientRTest
 
setUp() - Method in class de.cesr.more.testing.measures.network.supply.algos.MNetworkStatisticsRTest
 
setUp() - Method in class de.cesr.more.testing.measures.node.MCompNetInfoSupplierTest
 
setUp() - Method in class de.cesr.more.testing.measures.node.MNodeMeasureManagerTest
 
setUp() - Method in class de.cesr.more.testing.measures.node.MVertexSimilarityMeasureCalculatorTest
 
setUp() - Method in class de.cesr.more.testing.networks.MDirectedNetworkTest
 
setUp() - Method in class de.cesr.more.testing.param.reader.MMilieuNetDataCsvReaderTest
 
setUp() - Method in class de.cesr.more.testing.param.reader.MMilieuNetLinkDataCsvReaderTest
 
setUp() - Method in class de.cesr.more.testing.rs.building.geo.MGeoDistanceQueryTest
 
setUp() - Method in class de.cesr.more.testing.rs.building.geo.MGeoRsCompleteNetworkBuilderTest
 
setUp() - Method in class de.cesr.more.testing.rs.building.geo.MGeoRsRestoreNetworkBuilderTest
 
setUp() - Method in class de.cesr.more.testing.rs.building.geo.MGeoRsWattsBetaSwBuilderTest
 
setUp() - Method in class de.cesr.more.testing.rs.building.MRsCompleteNetworkBuilderTest
 
setUp() - Method in class de.cesr.more.testing.rs.building.MRsLattice2DNetworkBuilderTest
 
setUp() - Method in class de.cesr.more.testing.rs.geo.util.MGeographyWrapperTest
 
setUp() - Method in class de.cesr.more.testing.rs.network.MRsContextJungNetworkTest
 
setUp() - Method in class de.cesr.more.testing.rs.network.MRsEncapsulatedContextJungNetworkTest
 
setUp() - Method in class de.cesr.more.testing.util.MoreUtilitiesTest
 
setUp() - Method in class de.cesr.more.testing.util.MScheduleTest
 
setUp() - Method in class de.cesr.more.testing.util.MWeibullDistanceDistributionTest
 
setValue(double) - Method in class de.cesr.more.measures.node.MCompoundNetworkInfo
 
setValue(double) - Method in interface de.cesr.more.measures.node.MoreComboundNetworkInfo
 
setWeight(double) - Method in class de.cesr.more.basic.edge.MEdge
 
setWeight(double) - Method in interface de.cesr.more.basic.edge.MoreEdge
 
setWeight(V, V, double) - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
setWeight(AgentType, AgentType, double) - Method in interface de.cesr.more.basic.network.MoreNetwork
 
setWeight(V, V, double) - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
setWeight(AgentT, AgentT, double) - Method in class de.cesr.more.rs.network.MRsContextJungNetwork
 
setWeight(AgentT, AgentT, double) - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
setXSearchRadius(int, double) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
 
shape - Variable in class de.cesr.more.util.distributions.MWeibullDistanceDistribution
The shape parameter.
shuffleCollection(List<AgentType>) - Method in class de.cesr.more.geo.building.network.MGeoNetworkService
 
shuffleCollection(List<AgentType>) - Method in class de.cesr.more.rs.building.MGeoRsNetworkService
 
start - Variable in class de.cesr.more.basic.edge.MEdge
 
START - Static variable in class de.cesr.more.util.MRuntimeDbWriter
 
start() - Method in class de.cesr.more.util.MRuntimeDbWriter
 
step(double) - Method in class de.cesr.more.util.MSchedule
Execute actions scheduled for the given step.
stopAndStore() - Method in class de.cesr.more.util.MRuntimeDbWriter
 
storeVertexSubnetwork(MoreNetwork<V, E>, Predicate<V>, String) - Static method in class de.cesr.more.basic.MNetworkManager
Creates a new MoreNetwork from the given network that contains only the vertices the given predicate renders true.
storeVertexSubnetwork(String, Predicate<V>, String) - Static method in class de.cesr.more.basic.MNetworkManager
 
suppliers - Variable in class de.cesr.more.measures.MAbstractMeasureSupplier
A Set that stores all children

T

tearDown() - Method in class de.cesr.more.testing.basic.MManagerTest
 
tearDown() - Method in class de.cesr.more.testing.basic.MNetworkManagerTest
 
tearDown() - Method in class de.cesr.more.testing.measures.network.MNetworkMeasureManagerTest
 
tearDown() - Method in class de.cesr.more.testing.measures.network.supply.algos.MClusteringCoefficientRTest
 
tearDown() - Method in class de.cesr.more.testing.measures.network.supply.algos.MNetworkStatisticsRTest
 
tearDown() - Method in class de.cesr.more.testing.measures.node.MCompNetInfoSupplierTest
 
tearDown() - Method in class de.cesr.more.testing.param.reader.MMilieuNetDataCsvReaderTest
 
tearDown() - Method in class de.cesr.more.testing.param.reader.MMilieuNetLinkDataCsvReaderTest
 
tearDown() - Method in class de.cesr.more.testing.rs.building.geo.MGeoRsCompleteNetworkBuilderTest
 
tearDown() - Method in class de.cesr.more.testing.rs.building.geo.MGeoRsRestoreNetworkBuilderTest
 
tearDown() - Method in class de.cesr.more.testing.rs.geo.util.MGeographyWrapperTest
 
tearDown() - Method in class de.cesr.more.testing.rs.network.MRsEncapsulatedContextJungNetworkTest
 
tearDown() - Method in class de.cesr.more.testing.util.MoreUtilitiesTest
 
tearDown() - Method in class de.cesr.more.testing.util.MWeibullDistanceDistributionTest
 
temp - Variable in class de.cesr.more.measures.node.MNodeMeasures
 
test() - Method in class de.cesr.more.testing.basic.MNetworkToolsTest
 
test() - Method in class de.cesr.more.testing.measures.node.MVertexSimilarityMeasureCalculatorTest
 
test() - Method in class de.cesr.more.testing.rs.building.geo.MGeoDistanceQueryTest
 
testActivate() - Method in class de.cesr.more.testing.basic.MEdgeTest
Test method for MEdge.activate().
testAddAndLinkNode() - Method in class de.cesr.more.testing.rs.building.geo.MGeoRsCompleteNetworkBuilderTest
Test method for MGeoRsCompleteNetworkBuilder.buildNetwork(java.util.Collection).
testAddAndLinkNode() - Method in class de.cesr.more.testing.rs.building.geo.MGeoRsWattsBetaSwBuilderTest
 
testAddAndLinkNode() - Method in class de.cesr.more.testing.rs.building.MRsCompleteNetworkBuilderTest
Test method for MGeoRsCompleteNetworkBuilder.buildNetwork(java.util.Collection).
testAddMeasureCalculationCustomParam() - Method in class de.cesr.more.testing.measures.network.MNetworkMeasureManagerTest
Test method for MNetworkMeasureManager.addMeasureCalculation(de.cesr.more.basic.network.MoreNetwork, de.cesr.more.measures.MMeasureDescription, java.util.Map) .
testAddMeasureCalculationCustomParam() - Method in class de.cesr.more.testing.measures.node.MNodeMeasureManagerTest
Test method for MNetworkMeasureManager.addMeasureCalculation(de.cesr.more.basic.network.MoreNetwork, de.cesr.more.measures.MMeasureDescription, java.util.Map) .
testAddMeasureCalculationDefault() - Method in class de.cesr.more.testing.measures.network.MNetworkMeasureManagerTest
Test method for MNetworkMeasureManager.addMeasureCalculation(de.cesr.more.basic.network.MoreNetwork, de.cesr.more.measures.MMeasureDescription, java.util.Map) .
testAddMeasureCalculationDefault() - Method in class de.cesr.more.testing.measures.node.MNodeMeasureManagerTest
Test method for MNetworkMeasureManager.addMeasureCalculation(de.cesr.more.basic.network.MoreNetwork, de.cesr.more.measures.MMeasureDescription, java.util.Map) .
testAddMeasureManagerListener() - Method in class de.cesr.more.testing.measures.network.MNetworkMeasureManagerTest
Test method for MAbstractMeasureManager.addMeasureManagerListener(de.cesr.more.measures.MoreMeasureManagerListener) .
testAddMeasureManagerListener() - Method in class de.cesr.more.testing.measures.node.MNodeMeasureManagerTest
Test method for MAbstractMeasureManager.addMeasureManagerListener(de.cesr.more.measures.MoreMeasureManagerListener) .
testAddMeasureSupplier() - Method in class de.cesr.more.testing.measures.network.MNetworkMeasureManagerTest
Test method for MAbstractMeasureSupplier.addMeasureSupplier(de.cesr.more.measures.MoreMeasureSupplier) .
testAddMeasureSupplier() - Method in class de.cesr.more.testing.measures.node.MNodeMeasureManagerTest
Test method for MAbstractMeasureSupplier.addMeasureSupplier(de.cesr.more.measures.MoreMeasureSupplier) .
testBuildingDirected() - Method in class de.cesr.more.testing.building.MLattice1DGeneratorTest
 
testBuildingDirected() - Method in class de.cesr.more.testing.building.util.MLattice2DNetworkBuilderTest
 
testBuildingNoneToroidal() - Method in class de.cesr.more.testing.building.MLattice1DGeneratorTest
 
testBuildingNoneToroidal() - Method in class de.cesr.more.testing.building.util.MLattice2DNetworkBuilderTest
 
testBuildingUndirected() - Method in class de.cesr.more.testing.building.MLattice1DGeneratorTest
 
testBuildingUndirected() - Method in class de.cesr.more.testing.building.util.MLattice2DNetworkBuilderTest
 
testBuildingVariousKNodes() - Method in class de.cesr.more.testing.building.MLattice1DGeneratorTest
 
testBuildNetwork() - Method in class de.cesr.more.testing.rs.building.geo.MGeoRsCompleteNetworkBuilderTest
Test method for MGeoRsCompleteNetworkBuilder.buildNetwork(java.util.Collection).
testBuildNetwork() - Method in class de.cesr.more.testing.rs.building.geo.MGeoRsRestoreNetworkBuilderTest
Test method for MGeoRsRestoreNetworkBuilder.buildNetwork(java.util.Collection).
testBuildNetwork() - Method in class de.cesr.more.testing.rs.building.geo.MGeoRsWattsBetaSwBuilderTest
Test method for MGeoRsWattsBetaSwBuilder.buildNetwork(java.util.Collection).
testBuildNetwork() - Method in class de.cesr.more.testing.rs.building.MRsCompleteNetworkBuilderTest
Test method for MRsCompleteNetworkBuilder.buildNetwork(java.util.Collection).
testBuildNetworkCollectionOfAgentType() - Method in class de.cesr.more.testing.rs.building.MRsLattice2DNetworkBuilderTest
Test method for MRsLattice2DNetworkBuilder.buildNetwork(java.util.Collection).
testCentralityDegreeMeasure() - Method in class de.cesr.more.testing.measures.network.MNetworkMeasureManagerTest
Created by Sascha Holzhauer on 23.12.2010
testCentralityDegreeMeasure() - Method in class de.cesr.more.testing.measures.node.MNodeMeasureManagerTest
 
testConnect() - Method in class de.cesr.more.testing.rs.network.MRsEncapsulatedContextJungNetworkTest
Test method for de.cesr.more.lara.adapter.snrs.DefaultLRsNetwork#connect(Object, Object) .
testConsiderSources() - Method in class de.cesr.more.testing.rs.building.geo.MGeoRsWattsBetaSwBuilderTest
 
testCreateRGraph() - Method in class de.cesr.more.testing.measures.network.supply.algos.MClusteringCoefficientRTest
Test method for de.cesr.more.measures.network.supply.algos.MClusteringCoefficientR#createRGraph(edu.uci.ics.jung.graph.Graph).
testCumulativeProbabilityDouble() - Method in class de.cesr.more.testing.util.MWeibullDistanceDistributionTest
Test method for MWeibullDistanceDistribution.cumulativeProbability(double).
testDensity() - Method in class de.cesr.more.testing.util.MWeibullDistanceDistributionTest
Test method for MWeibullDistanceDistribution.density(double).
testDisconnect() - Method in class de.cesr.more.testing.rs.network.MRsEncapsulatedContextJungNetworkTest
Test method for de.cesr.more.lara.adapter.snrs.DefaultLRsNetwork#disconnect(Object, Object) .
testfadingWeight() - Method in class de.cesr.more.testing.basic.MEdgeTest
Test method for MEdge.fadeWeight().
testFindMeasure() - Method in class de.cesr.more.testing.measures.network.MNetworkMeasureManagerTest
Test method for MAbstractMeasureSupplier.findMeasure(de.cesr.more.measures.MMeasureDescription).
testFindMeasure() - Method in class de.cesr.more.testing.measures.node.MNodeMeasureManagerTest
Test method for MAbstractMeasureSupplier.findMeasure(de.cesr.more.measures.MMeasureDescription).
testGetAddableMeasures() - Method in class de.cesr.more.testing.measures.network.MNetworkMeasureManagerTest
Test method for MAbstractMeasureManager.getAddableMeasures(de.cesr.more.basic.network.MoreNetwork).
testGetAddableMeasures() - Method in class de.cesr.more.testing.measures.node.MNodeMeasureManagerTest
Test method for MAbstractMeasureManager.getAddableMeasures(de.cesr.more.basic.network.MoreNetwork).
testGetAdjacent() - Method in class de.cesr.more.testing.rs.network.MRsEncapsulatedContextJungNetworkTest
test of getter
testGetAveragepathLengthR() - Method in class de.cesr.more.testing.measures.network.supply.algos.MNetworkStatisticsRTest
Test method for de.cesr.more.measures.network.supply.algos.MNetworkStatisticsR#getAveragepathLengthR(edu.uci.ics.jung.graph.Graph).
testGetClusteringCoefficientR() - Method in class de.cesr.more.testing.measures.network.supply.algos.MClusteringCoefficientRTest
Test method for de.cesr.more.measures.network.supply.algos.MClusteringCoefficientR#getClusteringCoefficientR(edu.uci.ics.jung.graph.Graph).
testGetCompoundValue() - Method in class de.cesr.more.testing.measures.node.MCompNetInfoSupplierTest
Test method for de.cesr.more.measures.node.supply.MCompNetInfoSupplier#getCompoundValue(de.cesr.lara.components.LaraNetwork, de.cesr.more.lara.agent.LaraSimpleNetworkAgent, de.cesr.more.measures.node.MoreComboundNetworkInfo) .
testGetMeasureCalculations() - Method in class de.cesr.more.testing.measures.network.MNetworkMeasureManagerTest
Test method for MNetworkMeasureManager.getMeasureCalculations(de.cesr.more.basic.network.MoreNetwork) .
testGetMeasureCalculations() - Method in class de.cesr.more.testing.measures.node.MNodeMeasureManagerTest
Test method for MNetworkMeasureManager.getMeasureCalculations(de.cesr.more.basic.network.MoreNetwork) .
testGetNumReachedNodes() - Method in class de.cesr.more.testing.measures.node.MCompNetInfoSupplierTest
Test method for de.cesr.more.measures.node.supply.MCompNetInfoSupplier#getNumReachedNodes(LaraNetwork, de.cesr.lara.components.agents.LaraAgent, de.cesr.lara.components.agents.LaraAgent, int, int) .
testGetRemovableMeasures() - Method in class de.cesr.more.testing.measures.network.MNetworkMeasureManagerTest
Test method for MAbstractMeasureManager.getRemovableMeasures(de.cesr.more.basic.network.MoreNetwork).
testGetRemovableMeasures() - Method in class de.cesr.more.testing.measures.node.MNodeMeasureManagerTest
Test method for MAbstractMeasureManager.getRemovableMeasures(de.cesr.more.basic.network.MoreNetwork).
testGetSourroundingAgents() - Method in class de.cesr.more.testing.rs.geo.util.MGeographyWrapperTest
Created by Sascha Holzhauer on 26.07.2010
testInitParameters() - Method in class de.cesr.more.testing.param.reader.MMilieuNetDataCsvReaderTest
 
testInitParameters() - Method in class de.cesr.more.testing.param.reader.MMilieuNetLinkDataCsvReaderTest
 
testIsPredecessor() - Method in class de.cesr.more.testing.rs.network.MRsContextJungNetworkTest
Test method for ContextJungNetwork.isPredecessor(java.lang.Object, java.lang.Object).
testIsScheduled() - Method in class de.cesr.more.testing.util.MScheduleTest
Test method for MSchedule.isScheduled(MoreAction, int).
testIsSuccessor() - Method in class de.cesr.more.testing.rs.network.MRsContextJungNetworkTest
Test method for ContextJungNetwork.isSuccessor(java.lang.Object, java.lang.Object).
testKProvider() - Method in class de.cesr.more.testing.rs.building.geo.MGeoRsWattsBetaSwBuilderTest
 
testNetworkSize() - Method in class de.cesr.more.testing.measures.node.MCompNetInfoSupplierTest
Test created network
testNormalizeWeights() - Method in class de.cesr.more.testing.networks.MDirectedNetworkTest
Test method for MDirectedNetwork.normalizeWeights().
testNormalizeWeights() - Method in class de.cesr.more.testing.rs.network.MRsEncapsulatedContextJungNetworkTest
 
testNumNodes() - Method in class de.cesr.more.testing.rs.network.MRsEncapsulatedContextJungNetworkTest
Test method for de.cesr.more.lara.adapter.snrs.DefaultLRsNetwork#numNodes().
testOutputGraph() - Method in class de.cesr.more.testing.util.MoreUtilitiesTest
 
testRandomStreamAgentInitialisation() - Method in class de.cesr.more.testing.basic.MManagerTest
 
testRandomStreamInitialisation() - Method in class de.cesr.more.testing.basic.MManagerTest
 
testRemoveMeasureCalculation() - Method in class de.cesr.more.testing.measures.network.MNetworkMeasureManagerTest
Test method for MNetworkMeasureManager.removeMeasureCalculation(de.cesr.more.basic.network.MoreNetwork, de.cesr.more.measures.MMeasureDescription) .
testRemoveMeasureCalculation() - Method in class de.cesr.more.testing.measures.node.MNodeMeasureManagerTest
Test method for MNetworkMeasureManager.removeMeasureCalculation(de.cesr.more.basic.network.MoreNetwork, de.cesr.more.measures.MMeasureDescription) .
testRemoveMeasureManagerListener() - Method in class de.cesr.more.testing.measures.network.MNetworkMeasureManagerTest
Test method for MAbstractMeasureManager.removeMeasureManagerListener(de.cesr.more.measures.MoreMeasureManagerListener) .
testRemoveMeasureManagerListener() - Method in class de.cesr.more.testing.measures.node.MNodeMeasureManagerTest
Test method for MAbstractMeasureManager.removeMeasureManagerListener(de.cesr.more.measures.MoreMeasureManagerListener) .
testSetWeight() - Method in class de.cesr.more.testing.rs.network.MRsEncapsulatedContextJungNetworkTest
Test method for de.cesr.more.lara.adapter.snrs.DefaultLRsNetwork#setWeight(Object, Object, double) .
testStep() - Method in class de.cesr.more.testing.util.MScheduleTest
Test method for de.cesr.more.util.MSchedule#step(int).
testStoreVertexSubnetworkMoreNetworkOfVEPredicateOfVString() - Method in class de.cesr.more.testing.basic.MNetworkManagerTest
Test method for MNetworkManager.storeVertexSubnetwork(de.cesr.more.basic.network.MoreNetwork, org.apache.commons.collections15.Predicate, java.lang.String) .
testStructurallyEqual() - Method in class de.cesr.more.testing.basic.MNetworkToolsTest
 
tidyUp() - Method in class de.cesr.more.rs.util.MRsSchedule
 
timeStamp - Static variable in class de.cesr.more.util.MVersionInfo
time stamp of last commit action
TOLERANCE_VALUE_DIM_WEIGHTS - Static variable in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
 
TOLERANCE_VALUE_DIM_WEIGHTS - Static variable in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
 
toString() - Method in class de.cesr.more.basic.edge.MEdge
 
toString() - Method in class de.cesr.more.basic.network.MDirectedNetwork
 
toString() - Method in class de.cesr.more.basic.network.MUndirectedNetwork
 
toString() - Method in class de.cesr.more.building.network.MWattsBetaSwBuilder
 
toString() - Method in class de.cesr.more.geo.building.network.MGeoHomophilyDistanceFfNetworkService
 
toString() - Method in class de.cesr.more.measures.MMeasureBundle
 
toString() - Method in class de.cesr.more.measures.MMeasureDescription
 
toString() - Method in enum de.cesr.more.measures.network.MNetworkMeasureCategory
Returns the description of this MeasureCategory
toString() - Method in enum de.cesr.more.measures.node.MNodeMeasureCategory
Returns the description of this MeasureCategory
toString() - Method in class de.cesr.more.measures.util.MScheduleParameters
 
toString() - Method in class de.cesr.more.rs.building.MGeoRsBaselineRadiusNetworkService
 
toString() - Method in class de.cesr.more.rs.building.MGeoRsCompleteNetworkBuilder
 
toString() - Method in class de.cesr.more.rs.building.MGeoRsHomophilyDistanceFfNetworkService
 
toString() - Method in class de.cesr.more.rs.building.MGeoRsLattice2DNetworkBuilder
 
toString() - Method in class de.cesr.more.rs.building.MGeoRsRestoreNetworkBuilder
 
toString() - Method in class de.cesr.more.rs.building.MGeoRsSocialDistanceAttachNetworkBuilder
 
toString() - Method in class de.cesr.more.rs.building.MGeoRsWattsBetaSwBuilder
 
toString() - Method in class de.cesr.more.rs.building.MRsCompleteNetworkBuilder
 
toString() - Method in class de.cesr.more.rs.building.MRsErdosRenyiRandomNetworkService
 
toString() - Method in class de.cesr.more.rs.edge.MRepastEdge
 
toString() - Method in class de.cesr.more.rs.geo.util.MGeoHexagon
 
toString() - Method in class de.cesr.more.rs.network.MRsContextJungNetwork
 
toString() - Method in class de.cesr.more.rs.network.MRsEncapsulatedContextJungNetwork
 
toString() - Method in class de.cesr.more.testing.testutils.MTestGraphs.MTestNode
 
toString() - Method in class de.cesr.more.util.MNetworkClusterMeasureStorage
 
toString() - Method in class de.cesr.more.util.MNetworkMeasureStorage
 
transitiveTies - Variable in class de.cesr.more.manipulate.agent.MBlacklistThresholdLinkProcessor.TieCounter
 
type - Variable in class de.cesr.more.measures.network.MAbstractNetworkMeasure
the measure's type
type - Variable in class de.cesr.more.measures.node.MAbstractNodeMeasure
the measure's type

U

upIndex(int, int) - Method in class de.cesr.more.building.util.MLattice2DGenerator
 

V

valueOf(String) - Static method in enum de.cesr.more.measures.network.MNetworkMeasureCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cesr.more.measures.network.MNetworkMeasureManager.ParameterKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cesr.more.measures.network.supply.algos.MNetworkModularityR.MCommunityDetectionAlgorithms
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cesr.more.measures.network.supply.MCcNetworkMeasureRSupplier.Short
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cesr.more.measures.network.supply.MCcNetworkMeasureSupplier.Short
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cesr.more.measures.network.supply.MCentralityNetMSupplier.Short
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cesr.more.measures.network.supply.MModularityMeasureSupplier.Short
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cesr.more.measures.network.supply.MNetworkStatisticsSupplier.Short
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cesr.more.measures.node.MNodeMeasureCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cesr.more.measures.node.supply.MAvgNearestNeighbourDegree.Short
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cesr.more.measures.node.supply.MCentralityNodeMSupplier.Short
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cesr.more.param.MBasicPa
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cesr.more.param.MDonNetworksPa
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cesr.more.param.MNetBuildBhPa
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cesr.more.param.MNetBuildHdffPa
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cesr.more.param.MNetBuildLattice2DPa
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cesr.more.param.MNetBuildSocialAttachment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cesr.more.param.MNetBuildWsPa
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cesr.more.param.MNetManipulatePa
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cesr.more.param.MNetworkBuildingPa
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cesr.more.param.MRandomPa
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cesr.more.param.MSqlPa
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cesr.more.util.distributions.MGeneralDistributionParameter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cesr.more.util.distributions.MPascalDistribution.MPascalDistributionParam
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cesr.more.util.distributions.MWeibullDistanceDistribution.MWeibullDistanceDistParams
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.cesr.more.measures.network.MNetworkMeasureCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.cesr.more.measures.network.MNetworkMeasureManager.ParameterKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.cesr.more.measures.network.supply.algos.MNetworkModularityR.MCommunityDetectionAlgorithms
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.cesr.more.measures.network.supply.MCcNetworkMeasureRSupplier.Short
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.cesr.more.measures.network.supply.MCcNetworkMeasureSupplier.Short
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.cesr.more.measures.network.supply.MCentralityNetMSupplier.Short
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.cesr.more.measures.network.supply.MModularityMeasureSupplier.Short
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.cesr.more.measures.network.supply.MNetworkStatisticsSupplier.Short
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.cesr.more.measures.node.MNodeMeasureCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.cesr.more.measures.node.supply.MAvgNearestNeighbourDegree.Short
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.cesr.more.measures.node.supply.MCentralityNodeMSupplier.Short
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.cesr.more.param.MBasicPa
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.cesr.more.param.MDonNetworksPa
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.cesr.more.param.MNetBuildBhPa
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.cesr.more.param.MNetBuildHdffPa
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.cesr.more.param.MNetBuildLattice2DPa
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.cesr.more.param.MNetBuildSocialAttachment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.cesr.more.param.MNetBuildWsPa
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.cesr.more.param.MNetManipulatePa
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.cesr.more.param.MNetworkBuildingPa
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.cesr.more.param.MRandomPa
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.cesr.more.param.MSqlPa
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.cesr.more.util.distributions.MGeneralDistributionParameter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.cesr.more.util.distributions.MPascalDistribution.MPascalDistributionParam
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.cesr.more.util.distributions.MWeibullDistanceDistribution.MWeibullDistanceDistParams
Returns an array containing the constants of this enum type, in the order they are declared.
vertex_factory - Variable in class de.cesr.more.building.util.MLattice1DGenerator
 
vertexFactory - Variable in class de.cesr.more.building.util.MSmallWorldBetaModelNetworkGenerator
 

W

warnDefault(PmParameterDefinition, int) - Method in class de.cesr.more.param.MMilieuNetworkParameterMap
Checks if the requested value is defined in the map and issues a warning otherwise
weibull - Variable in class de.cesr.more.util.distributions.MWeibullDistanceDistribution
 
weight - Variable in class de.cesr.more.basic.edge.MEdge
 
WEIGHT_MAX - Static variable in class de.cesr.more.manipulate.agent.MMilieuThresholdWeightProcessor
 
WRITE_MILIEU_ID - Static variable in class de.cesr.more.util.MEdgeLengthDbWriter
 
WRITE_RUN_ID - Static variable in class de.cesr.more.util.MDbNetworkDataWriter
 
WRITE_RUN_ID - Static variable in class de.cesr.more.util.MEdgeLengthDbWriter
 
WRITE_RUN_ID - Static variable in class de.cesr.more.util.MRuntimeDbWriter
 
WRITE_VERSION_ID - Static variable in class de.cesr.more.util.MDbNetworkDataWriter
 
WRITE_VERSION_ID - Static variable in class de.cesr.more.util.MRuntimeDbWriter
 
writeData() - Method in class de.cesr.more.util.MDbNetworkDataWriter
Finally writes the stored network measures to table (MSqlPa.TBLNAME_NETWORK_MEASURES the database (MSqlPa.LOCATION, MSqlPa.DBNAME, MSqlPa.USER, MSqlPa.PASSWORD).
writeData(boolean) - Method in class de.cesr.more.util.MDbNetworkDataWriter
Finally writes the stored network measures to table (MSqlPa.TBLNAME_NETWORK_MEASURES the database ( MSqlPa.LOCATION, MSqlPa.DBNAME, MSqlPa.USER, MSqlPa.PASSWORD).
writeEdgeLength(MoreNetwork<AgentType, EdgeType>, Geography<Object>) - Method in class de.cesr.more.util.MEdgeLengthDbWriter
 
writeKeySpecification(String, String, GraphMLMetadata<?>, BufferedWriter) - Method in class de.cesr.more.util.io.MGraphMlWriter
 
writeNetworkClusterMeasuresToDb(String, String, MoreRunIdProvider, int) - Static method in class de.cesr.more.basic.MNetworkManager
 
writeNetworkInformation(MoreNetwork<AgentType, E>, BufferedWriter) - Method in class de.cesr.more.util.io.MGraphMlWriter
 
writeNetworkMeasuresToDb(String, String, MoreRunIdProvider, int) - Static method in class de.cesr.more.basic.MNetworkManager
 
writeNetworkMeasuresToDb(String, String, MoreRunIdProvider, int, boolean) - Static method in class de.cesr.more.basic.MNetworkManager
 

X

xmax - Variable in class de.cesr.more.util.distributions.MWeibullDistanceDistribution
 
xmin - Variable in class de.cesr.more.util.distributions.MWeibullDistanceDistribution
 
xNumNeighboursFetchFactor - Variable in class de.cesr.more.rs.building.MGeoRsBaselineNumberNetworkService
 

A B C D E F G H I K L M N O P Q R S T U V W X