Automata

indigoextras.subsystems.Automata
See theAutomata companion object
final case class Automata[Model](poolKey: AutomataPoolKey, automaton: Automaton, layerKey: Option[BindingKey], maxPoolSize: Option[Int]) extends SubSystem[Model]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SubSystem[Model]
class Object
trait Matchable
class Any
Show all

Members list

Type members

Value members

Concrete methods

def reference(model: Model): ReferenceData
def withMaxPoolSize(limit: Int): Automata[Model]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product