Automata

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

Attributes

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

Members list

Type members

Value members

Concrete methods

def withMaxPoolSize(limit: Int): Automata

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product