public class Device
extends java.lang.Object
SocialGraphMiner
in a simulated communication setting. Instances of
this class are created by Simulation
for experiments over the efficacy of different
types of miners.Constructor | Description |
---|---|
Device(SocialGraphMiner miner) |
Modifier and Type | Method | Description |
---|---|---|
SocialGraphMiner |
getMiner() |
|
java.lang.String |
getName() |
|
java.util.HashMap<eu.h2020.helios_social.core.contextualegonetwork.Node,java.lang.Double> |
recommendInteractionsInCurrentContext() |
|
void |
send(Device other) |
public Device(SocialGraphMiner miner)
public SocialGraphMiner getMiner()
public java.lang.String getName()
public void send(Device other)
public java.util.HashMap<eu.h2020.helios_social.core.contextualegonetwork.Node,java.lang.Double> recommendInteractionsInCurrentContext()