case class ModuleNode(name: String, parentOpt: Option[DotNode], url_string: Option[String] = None, subModuleDepth: Int = 0) extends DotNode with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ModuleNode
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DotNode
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ModuleNode(name: String, parentOpt: Option[DotNode], url_string: Option[String] = None, subModuleDepth: Int = 0)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +=(childNode: DotNode): Unit
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def absoluteName: String
    Definition Classes
    ModuleNodeDotNode
  6. def analogConnect(destination: String, source: String, edgeLabel: String = ""): Unit
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def asRhs: String
    Definition Classes
    DotNode
  9. val backgroundColor: String
  10. val backgroundColorIndex: Int
  11. val children: ArrayBuffer[DotNode]
    Definition Classes
    DotNode
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  13. def connect(destination: String, source: String, edgeLabel: String = ""): Unit
  14. def connect(destination: DotNode, sourceName: String): Unit
  15. def connect(destinationName: String, source: DotNode): Unit
  16. def connect(destination: DotNode, source: DotNode): Unit
  17. val connections: HashMap[String, String]
  18. def constructRankDirectives: String
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def in: String
    Definition Classes
    DotNode
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val localConnections: HashMap[String, String]
  24. val name: String
    Definition Classes
    ModuleNodeDotNode
  25. val namedNodes: HashMap[String, DotNode]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def out: String
    Definition Classes
    DotNode
  30. val parentOpt: Option[DotNode]
    Definition Classes
    ModuleNodeDotNode
  31. def render: String

    Renders this node

    Renders this node

    Definition Classes
    ModuleNodeDotNode
  32. var renderWithRank: Boolean
  33. val subModuleDepth: Int
  34. val subModuleNames: HashSet[String]
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. var url_string: Option[String]
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DotNode

Inherited from AnyRef

Inherited from Any

Ungrouped