Frame

org.abh80.nf.frames.Frame
See theFrame companion object
class Frame(val parent: Option[Frame], val depth: Int, val name: String, val pseudoInertial: Boolean)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

val depth: Int
val name: String
val parent: Option[Frame]
val pseudoInertial: Boolean