Packages

case class Follow(targetAgent: Agent, followDistance: Int) extends Perspective with AgentFollowingPerspective with Product with Serializable

Source
Perspective.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, AgentFollowingPerspective, Perspective, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Follow
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AgentFollowingPerspective
  7. Perspective
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Follow(targetAgent: Agent, followDistance: Int)

Value Members

  1. val export: Int
    Definition Classes
    Perspective
  2. val followDistance: Int
    Definition Classes
    FollowAgentFollowingPerspective
  3. def kind: Int
    Definition Classes
    Perspective
  4. val targetAgent: Agent
    Definition Classes
    FollowAgentFollowingPerspective