Uses of Class
com.amalgamasimulation.graphagent.GraphEnvironment
Packages that use GraphEnvironment
Package
Description
-
Uses of GraphEnvironment in com.amalgamasimulation.graphagent
Subclasses of GraphEnvironment in com.amalgamasimulation.graphagentModifier and TypeClassDescriptionclassLongAgentsEnvironment<N extends LongAgentGraphNode,A extends LongAgentGraphArc, K extends LongAgentWeightKey> Environment for long agents (seeLongAgentclass).Methods in com.amalgamasimulation.graphagent that return GraphEnvironmentModifier and TypeMethodDescriptionGraphEnvironment<N, A, ?> GraphAgent.getGraphEnvironment()Returns aGraphEnvironmentwhich has been set to this agent, ornullif no environment has been set to this agentMethods in com.amalgamasimulation.graphagent with parameters of type GraphEnvironmentModifier and TypeMethodDescriptionvoidGraphAgent.setGraphEnvironment(GraphEnvironment<N, A, ?> graphEnvironment) Sets theGraphEnvironmentto this agent.voidLongAgent.setGraphEnvironment(GraphEnvironment<N, A, ?> graphEnvironment) -
Uses of GraphEnvironment in com.amalgamasimulation.graphagent.views
Methods in com.amalgamasimulation.graphagent.views with parameters of type GraphEnvironmentModifier and TypeMethodDescriptionvoidGraphEnvironmentAnimationView.setGraphEnvironment(GraphEnvironment<N, A, ? extends Object> graphEnvironment) Constructors in com.amalgamasimulation.graphagent.views with parameters of type GraphEnvironmentModifierConstructorDescriptionGraphEnvironmentView(org.eclipse.swt.widgets.Composite parent, Engine engine, GraphEnvironment<N, A, ?> graphEnvironment, com.amalgamasimulation.viewupdater.service.SimulationViewUpdater updater) -
Uses of GraphEnvironment in com.amalgamasimulation.trains
Subclasses of GraphEnvironment in com.amalgamasimulation.trains