case class Follow(targetAgent: Agent, followDistance: Int) extends Perspective with AgentFollowingPerspective with Product with Serializable
- Source
- Perspective.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Follow
- Serializable
- Serializable
- Product
- Equals
- AgentFollowingPerspective
- Perspective
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
val
export: Int
- Definition Classes
- Perspective
-
val
followDistance: Int
- Definition Classes
- Follow → AgentFollowingPerspective
-
def
kind: Int
- Definition Classes
- Perspective
-
val
targetAgent: Agent
- Definition Classes
- Follow → AgentFollowingPerspective