Interface EuclideanPhysics2DEnvironmentWithGraph

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class it.unibo.alchemist.model.Environment

        addGlobalReaction, addLayer, addNode, addTerminator, getDimensions, getDistanceBetweenNodes, getGlobalReactions, getIncarnation, getLayer, getLayers, getLinkingRule, getNeighborhood, getNodeByID, getNodeCount, getNodes, getNodesWithinRange, getNodesWithinRange, getOffset, getPosition, getSimulation, getSize, getSizeInDistanceUnits, isTerminated, makePosition, moveNodeToPosition, removeGlobalReaction, removeNode, setLinkingRule, setSimulation
      • Methods inherited from class it.unibo.alchemist.model.EnvironmentWithObstacles

        addObstacle, getObstacles, intersectsObstacle, next, removeObstacle
      • Methods inherited from class kotlin.collections.Iterable

        forEach, spliterator
      • Methods inherited from class it.unibo.alchemist.model.environments.Environment2DWithObstacles

        getObstaclesInRange, getObstaclesInRange, hasMobileObstacles
      • Methods inherited from class kotlin.collections.MutableIterable

        iterator
      • Methods inherited from class it.unibo.alchemist.model.EuclideanEnvironment

        getOrigin, makePosition, moveNode
      • Methods inherited from class it.unibo.alchemist.model.environments.Euclidean2DEnvironment

        makePosition
      • Methods inherited from class it.unibo.alchemist.model.physics.PhysicsEnvironment

        farthestPositionReachable, getHeading, getNodesWithin, getShape, getShapeFactory, setHeading
      • Methods inherited from class it.unibo.alchemist.model.environments.EnvironmentWithGraph

        getGraph
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail