animus

package animus

Members list

Concise view

Type members

Classlikes

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class TransitionSet[A, Key](ordered: Vector[(Key, A)], contains: Set[Key], inserting: Set[Key], removing: Set[Key], getKey: A => Key)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait TransitionStatus

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Active.type
object Inserting.type
object Removing.type
Self type