Class EuclideanStepBasedMovementController

    • Constructor Detail

      • EuclideanStepBasedMovementController

        public EuclideanStepBasedMovementController​(ModelElement parent)
        Parameters:
        parent -
      • EuclideanStepBasedMovementController

        public EuclideanStepBasedMovementController​(ModelElement parent,
                                                    java.lang.String name)
        Parameters:
        parent -
        name -
    • Method Detail

      • getStepSizeInitialRandomSource

        public final RandomIfc getStepSizeInitialRandomSource()
        Returns:
        Returns the stepSize.
      • setStepSizeInitialRandomSource

        public final void setStepSizeInitialRandomSource​(RandomIfc stepSize)
        Parameters:
        stepSize - The stepSize to set.
      • getStepSizeRandomSource

        public final RandomIfc getStepSizeRandomSource()
        Returns:
        Returns the stepSize.
      • setStepSizeRandomSource

        public final void setStepSizeRandomSource​(RandomIfc stepSize)
        Parameters:
        stepSize - The stepSize to set.