Uses of Interface
com.amalgamasimulation.graphagent.AgentGraphNode
Packages that use AgentGraphNode
Package
Description
-
Uses of AgentGraphNode in com.amalgamasimulation.graphagent
Classes in com.amalgamasimulation.graphagent with type parameters of type AgentGraphNodeModifier and TypeClassDescriptionclassAgentGraphPath<N extends AgentGraphNode,A extends AgentGraphArc> Path of aGraphAgentfrom someGeometricGraphPositionto some other, probably equal or adjacentGeometricGraphPosition.classCachedShortestPath<N extends AgentGraphNode,A extends AgentGraphArc> This class is not a part of public API of this library.classGraphAgent<N extends AgentGraphNode,A extends AgentGraphArc> Class representing an agent that lives and moves inside aGraphEnvironment.classGraphEnvironment<N extends AgentGraphNode,A extends AgentGraphArc, K> Subinterfaces of AgentGraphNode in com.amalgamasimulation.graphagentModifier and TypeInterfaceDescriptioninterfaceInterface to be implemented by all classes that can be values of graph nodes ofLongAgentsEnvironment.Classes in com.amalgamasimulation.graphagent that implement AgentGraphNodeModifier and TypeClassDescriptionclassSimple implementation ofAgentGraphNodeinterface that is suitable in most simple cases.classSimple implementation ofLongAgentGraphNodeinterface that is suitable in most simple cases. -
Uses of AgentGraphNode in com.amalgamasimulation.graphagent.views
Classes in com.amalgamasimulation.graphagent.views with type parameters of type AgentGraphNodeModifier and TypeClassDescriptionclassGraphEnvironmentAnimationView<N extends AgentGraphNode,A extends AgentGraphArc> classGraphEnvironmentView<N extends AgentGraphNode,A extends AgentGraphArc> -
Uses of AgentGraphNode in com.amalgamasimulation.trains
Classes in com.amalgamasimulation.trains that implement AgentGraphNodeModifier and TypeClassDescriptionclassRail node represents a point where 2 rail tracks merge into the third rail track.