Trait/Object

ru.primetalk.synapse.core.dot.SystemRendererApi

SystemRenderer

Related Docs: object SystemRenderer | package SystemRendererApi

Permalink

trait SystemRenderer extends AnyRef

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

Type Members

  1. class NodeCounter extends AnyRef

    Permalink
  2. sealed trait NodeKind extends AnyRef

    Permalink

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. object ComponentNode extends NodeKind with Product with Serializable

    Permalink
  5. object InnerContact extends NodeKind with Product with Serializable

    Permalink
  6. object InputNode extends NodeKind with Product with Serializable

    Permalink
  7. object OutputNode extends NodeKind with Product with Serializable

    Permalink
  8. object StateNode extends NodeKind with Product with Serializable

    Permalink
  9. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def componentNodeToDot(stylesExtOpt: Option[SystemRendererApi.ContactStyleStaticExtension], id: Int, c: SystemRendererApi.Component, nodeKind: NodeKind): String

    Permalink
    Attributes
    protected
  12. def contactNodeToDot(stylesExtOpt: Option[SystemRendererApi.ContactStyleStaticExtension], id: Int, c: Any, nodeKind: NodeKind): String

    Permalink
    Attributes
    protected
  13. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def linkNodeToDot(stylesExtOpt: Option[SystemRendererApi.ContactStyleStaticExtension], id: Int, c: SystemRendererApi.Link[_, _, _, _], nodeKind: NodeKind): String

    Permalink
    Attributes
    protected
  20. def linkToDot(idfrom: Int, idto: Int, from: Any, to: Any): String

    Permalink
    Attributes
    protected
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def newNodeCounter: NodeCounter

    Permalink
    Attributes
    protected
  23. def nodeToString(stylesExtOpt: Option[SystemRendererApi.ContactStyleStaticExtension], id: Int, c: Any, nodeKind: NodeKind): String

    Permalink
  24. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  26. def quote(m: String): String

    Permalink
  27. def slinkToDot(idfrom: Int, idto: Int, from: Any, to: Any): String

    Permalink

    Customizable link from state.

    Customizable link from state.

    Attributes
    protected
  28. val stateLegacyModification: String

    Permalink
  29. val stateModification: String

    Permalink
  30. def stateNodeToDot(stylesExtOpt: Option[SystemRendererApi.ContactStyleStaticExtension], id: Int, c: Any, nodeKind: NodeKind): String

    Permalink
    Attributes
    protected
  31. def staticSystem2ToDot(system: SystemRendererApi.StaticSystem, graphKind: String = "digraph", level: Int = 0, counter: NodeCounter = newNodeCounter): String

    Permalink
  32. def suLinkToDot(idfrom: Int, idto: Int, from: Any, to: Any): String

    Permalink

    Update state link.

    Update state link.

    Attributes
    protected
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped