Packages

abstract class RotationStrategy extends Strategy

Source
model.scala
Linear Supertypes
Strategy, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RotationStrategy
  2. Strategy
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RotationStrategy()

Type Members

  1. type S = RotationStrategy
    Definition Classes
    RotationStrategy → Strategy

Abstract Value Members

  1. abstract def reset(): S
    Definition Classes
    Strategy
  2. abstract def should(): Boolean
    Definition Classes
    Strategy
  3. abstract def update(offset: Long): S
    Definition Classes
    Strategy