Uses of Interface
com.amalgamasimulation.graphagent.AgentGraphArc
Packages that use AgentGraphArc
Package
Description
-
Uses of AgentGraphArc in com.amalgamasimulation.graphagent
Classes in com.amalgamasimulation.graphagent with type parameters of type AgentGraphArcModifier 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 AgentGraphArc in com.amalgamasimulation.graphagentModifier and TypeInterfaceDescriptioninterfaceInterface to be implemented by all classes that can be values of graph arcs ofLongAgentsEnvironment.Classes in com.amalgamasimulation.graphagent that implement AgentGraphArcModifier and TypeClassDescriptionclassSimple implementation ofAgentGraphArcinterface that is suitable in most simple cases.classSimple implementation ofLongAgentGraphArcinterface that is suitable in most simple cases.Fields in com.amalgamasimulation.graphagent with type parameters of type AgentGraphArcModifier and TypeFieldDescriptionprotected List<AgentGraphArc> LongAgentWeightKeyImpl.prohibitedArcsMethods in com.amalgamasimulation.graphagent that return AgentGraphArcModifier and TypeMethodDescriptionAgentGraphArc.getReverseArc()AgentGraphArcImpl.getReverseArc()Methods in com.amalgamasimulation.graphagent with parameters of type AgentGraphArcModifier and TypeMethodDescriptionvoidLongAgentWeightKey.addProhibitedArc(AgentGraphArc prohibitedArc) voidLongAgentWeightKeyImpl.addProhibitedArc(AgentGraphArc prohibitedArc) doubleLongAgentWeightKey.getArcWeight(AgentGraphArc arc) doubleLongAgentWeightKeyImpl.getArcWeight(AgentGraphArc arc) booleanLongAgentWeightKey.isArcProhibited(AgentGraphArc arc) booleanLongAgentWeightKeyImpl.isArcProhibited(AgentGraphArc arc) voidLongAgentWeightKey.removeProhibitedArc(AgentGraphArc prohibitedArc) voidLongAgentWeightKeyImpl.removeProhibitedArc(AgentGraphArc prohibitedArc) -
Uses of AgentGraphArc in com.amalgamasimulation.graphagent.views
Classes in com.amalgamasimulation.graphagent.views with type parameters of type AgentGraphArcModifier and TypeClassDescriptionclassGraphEnvironmentAnimationView<N extends AgentGraphNode,A extends AgentGraphArc> classGraphEnvironmentView<N extends AgentGraphNode,A extends AgentGraphArc> -
Uses of AgentGraphArc in com.amalgamasimulation.trains
Classes in com.amalgamasimulation.trains that implement AgentGraphArcModifier and TypeClassDescriptionclassRail arc is the element that is contained in arcs of railway graph.