object SystemRenderer extends SystemRenderer with (StaticSystem) => String

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SystemRenderer
  2. Function1
  3. SystemRenderer
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class NodeCounter extends AnyRef
    Definition Classes
    SystemRenderer
  2. sealed trait NodeKind extends AnyRef
    Definition Classes
    SystemRenderer

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def andThen[A](g: (String) => A): (SystemRendererApi.StaticSystem) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. def apply(s: SystemRendererApi.StaticSystem): String
    Definition Classes
    SystemRenderer → Function1
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def componentNodeToDot(stylesExtOpt: Option[SystemRendererApi.ContactStyleStaticExtension], id: Int, c: SystemRendererApi.Component, nodeKind: NodeKind): String
    Attributes
    protected
    Definition Classes
    SystemRenderer
  9. def compose[A](g: (A) => SystemRendererApi.StaticSystem): (A) => String
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  10. def contactNodeToDot(stylesExtOpt: Option[SystemRendererApi.ContactStyleStaticExtension], id: Int, c: Any, nodeKind: NodeKind): String
    Attributes
    protected
    Definition Classes
    SystemRenderer
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def linkNodeToDot(stylesExtOpt: Option[SystemRendererApi.ContactStyleStaticExtension], id: Int, c: SystemRendererApi.Link[_, _, _, _], nodeKind: NodeKind): String
    Attributes
    protected
    Definition Classes
    SystemRenderer
  17. def linkToDot(idfrom: Int, idto: Int, from: Any, to: Any): String
    Attributes
    protected
    Definition Classes
    SystemRenderer
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def newNodeCounter: NodeCounter
    Attributes
    protected
    Definition Classes
    SystemRenderer
  20. def nodeToString(stylesExtOpt: Option[SystemRendererApi.ContactStyleStaticExtension], id: Int, c: Any, nodeKind: NodeKind): String
    Definition Classes
    SystemRenderer
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def quote(m: String): String
    Definition Classes
    SystemRenderer
  24. def slinkToDot(idfrom: Int, idto: Int, from: Any, to: Any): String

    Customizable link from state.

    Customizable link from state.

    Attributes
    protected
    Definition Classes
    SystemRenderer
  25. val stateLegacyModification: String
    Definition Classes
    SystemRenderer
  26. val stateModification: String
    Definition Classes
    SystemRenderer
  27. def stateNodeToDot(stylesExtOpt: Option[SystemRendererApi.ContactStyleStaticExtension], id: Int, c: Any, nodeKind: NodeKind): String
    Attributes
    protected
    Definition Classes
    SystemRenderer
  28. def staticSystem2ToDot(system: SystemRendererApi.StaticSystem, graphKind: String = "digraph", level: Int = 0, counter: NodeCounter = newNodeCounter): String
    Definition Classes
    SystemRenderer
  29. def suLinkToDot(idfrom: Int, idto: Int, from: Any, to: Any): String

    Update state link.

    Update state link.

    Attributes
    protected
    Definition Classes
    SystemRenderer
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. case object ComponentNode extends NodeKind with Product with Serializable
    Definition Classes
    SystemRenderer
  36. case object InnerContact extends NodeKind with Product with Serializable
    Definition Classes
    SystemRenderer
  37. case object InputNode extends NodeKind with Product with Serializable
    Definition Classes
    SystemRenderer
  38. case object OutputNode extends NodeKind with Product with Serializable
    Definition Classes
    SystemRenderer
  39. case object StateNode extends NodeKind with Product with Serializable
    Definition Classes
    SystemRenderer

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from (SystemRendererApi.StaticSystem) => String

Inherited from SystemRenderer

Inherited from AnyRef

Inherited from Any

Ungrouped