Uses of Class
repast.simphony.engine.graph.GraphParams
-
Uses of GraphParams in repast.simphony.engine.graph
Modifier and TypeMethodDescriptionvoid
AbstractGraphExecutor.execute
(GraphParams<E> params) Performs execution of the graph.protected double
AbstractGraphExecutor.getNextTime
(GraphParams<E> params, E nextNode) boolean
GraphExecutor.validateForExecution
(GraphParams<E> params) Validates that the parameters given say the current node should be executed.boolean
NetworkTopologyExecutor.validateForExecution
(GraphParams<Object> params) Checks if two nodes are still connected with {@link NetworkTopology#areIncident(Object, Object).Modifier and TypeMethodDescriptionstatic <E> ISchedulableAction
GraphScheduleUtilities.scheduleGraph
(ISchedule schedule, ScheduleParameters baseParams, Object rootNode, Executor<GraphParams<E>> graphExecutor) Schedules the execution of a graph starting with the specified root node.