ru.primetalk.synapse.core.runtime.SignalProcessingApi0.SignalProcessing0
TrellisProducerLoopyTracking
case class TrellisProducerLoopyTracking(trellisProducer: TrellisProducerSpeedyTracking, stopContacts: Set[SignalProcessingApi0.Contact[_]]) extends TotalTrellisProducerTracking with Product with Serializable
Generates trellis until there are some data on nonStop contacts. Can also process signals from child subsystems (not constrained only to input contacts). Processes one signal at a time. Has the same interface as RuntimeComponentMultiState.
It works as follows. Constructs a lazy evaluated Stream of TrellisElement s (method from).
Then searches within the stream for a first element that contains only signals at stop contacts.
- Alphabetic
- By Inheritance
- TrellisProducerLoopyTracking
- Serializable
- Serializable
- Product
- Equals
- Function2
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new TrellisProducerLoopyTracking(trellisProducer: TrellisProducerSpeedyTracking, stopContacts: Set[SignalProcessingApi0.Contact[_]])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(context: SignalProcessingApi0.Context, signal: SignalProcessingApi0.Signal[_]): TrellisElementTracking
- Definition Classes
- TrellisProducerLoopyTracking → Function2
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
curried: (SignalProcessingApi0.Context) ⇒ (SignalProcessingApi0.Signal[_]) ⇒ TrellisElementTracking
- Definition Classes
- Function2
- Annotations
- @unspecialized()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- val stopContacts: Set[SignalProcessingApi0.Contact[_]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Function2 → AnyRef → Any
- val trellisProducer: TrellisProducerSpeedyTracking
-
def
tupled: ((SignalProcessingApi0.Context, SignalProcessingApi0.Signal[_])) ⇒ TrellisElementTracking
- Definition Classes
- Function2
- Annotations
- @unspecialized()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )