class GraphInfo extends AnyRef
GraphInfo is a class to store the graph meta information.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GraphInfo
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new GraphInfo()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addEdgeInfo(edgeInfo: EdgeInfo): Unit
- def addVertexInfo(vertexInfo: VertexInfo): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
dump(): String
Dump to Yaml string.
- var edgeInfos: Map[String, EdgeInfo]
- var edges: ArrayList[String]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getEdgeInfo(srcLabel: String, edgeLabel: String, dstLabel: String): EdgeInfo
- def getEdgeInfos(): Map[String, EdgeInfo]
- def getEdges(): ArrayList[String]
- def getName(): String
- def getPrefix(): String
- def getVersion(): String
- def getVertexInfo(label: String): VertexInfo
- def getVertexInfos(): Map[String, VertexInfo]
- def getVertices(): ArrayList[String]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- var name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- var prefix: String
- def setEdges(arg0: ArrayList[String]): Unit
- def setName(arg0: String): Unit
- def setPrefix(arg0: String): Unit
- def setVersion(arg0: String): Unit
- def setVertices(arg0: ArrayList[String]): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- var version: String
- var vertexInfos: Map[String, VertexInfo]
- var vertices: ArrayList[String]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated