Class AgentGraph
- java.lang.Object
-
- com.chutneytesting.agent.domain.network.AgentGraph
-
public class AgentGraph extends Object
-
-
Constructor Summary
Constructors Constructor Description AgentGraph(Collection<Agent> agents)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Agent>agents()static AgentGraphof(ExploreResult exploreResult, NetworkConfiguration networkConfiguration)
-
-
-
Constructor Detail
-
AgentGraph
public AgentGraph(Collection<Agent> agents)
-
-
Method Detail
-
of
public static AgentGraph of(ExploreResult exploreResult, NetworkConfiguration networkConfiguration)
-
-