Object

ru.primetalk.synapse.core.runtime.SystemConvertingApi

SystemConverting

Related Doc: package SystemConvertingApi

Permalink

object SystemConverting

A lot of complex logic.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SystemConverting
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def componentToSignalProcessor2(rsToTtp: SystemConvertingApi.RuntimeSystemToTotalTrellisProducerConverter, simpleConverters: ComponentDescriptorConverter*): ComponentDescriptorConverter

    Permalink

    Constructs a complex partial function that converts components to a function that will do the work when the data appears on one of the contacts.

    Constructs a complex partial function that converts components to a function that will do the work when the data appears on one of the contacts.

    Create special construction for processing red links: on top it converts redlinks as a special components. Inside the special red-link component redLinks are converted to dummies. So there will be no infinite loop in conversion.

    Also the conterter has a proxy-trick for subsystems. The same converter is used to convert high level systems and inner subsystems.

  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. def innerSystemToSignalProcessor(converterRecursive: ComponentDescriptorConverter, rsToTtp: SystemConvertingApi.RuntimeSystemToTotalTrellisProducerConverter): ComponentDescriptorConverter

    Permalink

    Constructs a converter for inner systems.

    Constructs a converter for inner systems. Two different cases are implemented. With shared state handles and without them. In the latter case a simplier implementation is used.

  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. val redLinkDummy: ComponentDescriptorConverter

    Permalink

    Ignores red links.

    Ignores red links. This converter is necessary to avoid infinite conversion of redlinks.

  18. def redLinkToSignalProcessor(converterWithoutRedLinks: ComponentDescriptorConverter): ComponentDescriptorConverter

    Permalink

    A converter of "red links" that creates a separate trellis producer instance that will process signals in a single top level time step.

  19. def runtimeComponentToTotalTrellisProducer(rc: SystemConvertingApi.RuntimeComponent): SystemConvertingApi.TotalTrellisProducer

    Permalink
  20. def subsystemSpecialAnswerContactDirectProcessor(procs: Map[String, (SystemConvertingApi.TotalTrellisProducer, SystemConvertingApi.ContactsIndex)]): SystemConvertingApi.RuntimeComponent

    Permalink

    RuntimeComponent that subscribes to SubsystemSpecialAnswerContact and passes appropriate signals backward to the system's level.

  21. def subsystemSpecialContactDirectProcessor(procs: Map[String, (SystemConvertingApi.TotalTrellisProducer, SystemConvertingApi.ContactsIndex)]): SystemConvertingApi.RuntimeComponent

    Permalink

    RuntimeComponent that subscribes to SubsystemSpecialContact and passes appropriate signals forward to the subsystem.

  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def systemToRuntimeSystem(path: SystemConvertingApi.SystemPath, system: SystemConvertingApi.StaticSystem, converter: ComponentDescriptorConverter, stopContacts: Set[SystemConvertingApi.Contact[_]]): SystemConvertingApi.RuntimeSystem

    Permalink
  24. def toDynamicSystem(path: List[String], system: SystemConvertingApi.StaticSystem, rsToTtp: SystemConvertingApi.RuntimeSystemToTotalTrellisProducerConverter): SystemConvertingApi.DynamicSystem

    Permalink
  25. def toRuntimeSystem(system: SystemConvertingApi.StaticSystem, stopContacts: Set[SystemConvertingApi.Contact[_]], rsToTtp: SystemConvertingApi.RuntimeSystemToTotalTrellisProducerConverter): SystemConvertingApi.RuntimeSystem

    Permalink
  26. def toSimpleSignalProcessor(path: List[String], system: SystemConvertingApi.StaticSystem, rsToTtp: SystemConvertingApi.RuntimeSystemToTotalTrellisProducerConverter): SystemConvertingApi.SimpleSignalProcessor

    Permalink
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped