Packages

class GraphInfo extends AnyRef

GraphInfo is a class to store the graph meta information.

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

Instance Constructors

  1. new GraphInfo()

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 addEdgeInfo(edgeInfo: EdgeInfo): Unit
  5. def addVertexInfo(vertexInfo: VertexInfo): Unit
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def dump(): String

    Dump to Yaml string.

  9. var edgeInfos: Map[String, EdgeInfo]
  10. var edges: ArrayList[String]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getEdgeInfo(srcLabel: String, edgeLabel: String, dstLabel: String): EdgeInfo
  15. def getEdgeInfos(): Map[String, EdgeInfo]
  16. def getEdges(): ArrayList[String]
  17. def getName(): String
  18. def getPrefix(): String
  19. def getVersion(): String
  20. def getVertexInfo(label: String): VertexInfo
  21. def getVertexInfos(): Map[String, VertexInfo]
  22. def getVertices(): ArrayList[String]
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. var name: String
  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. var prefix: String
  30. def setEdges(arg0: ArrayList[String]): Unit
  31. def setName(arg0: String): Unit
  32. def setPrefix(arg0: String): Unit
  33. def setVersion(arg0: String): Unit
  34. def setVertices(arg0: ArrayList[String]): Unit
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. var version: String
  38. var vertexInfos: Map[String, VertexInfo]
  39. var vertices: ArrayList[String]
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  42. 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 AnyRef

Inherited from Any

Ungrouped