implicit final class JsonGraph[N, E[X] <: EdgeLikeIn[X]] extends AnyVal
- Alphabetic
- By Inheritance
- JsonGraph
- AnyVal
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new JsonGraph(graph: Graph[N, E])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
- def +(other: String): String
- def ->[B](y: B): (JsonGraph[N, E], B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def ensuring(cond: (JsonGraph[N, E]) ⇒ Boolean, msg: ⇒ Any): JsonGraph[N, E]
- def ensuring(cond: (JsonGraph[N, E]) ⇒ Boolean): JsonGraph[N, E]
- def ensuring(cond: Boolean, msg: ⇒ Any): JsonGraph[N, E]
- def ensuring(cond: Boolean): JsonGraph[N, E]
- def formatted(fmtstr: String): String
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- val graph: Graph[N, E]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
toJson(descriptor: Descriptor[N]): String
Creates a JSON text including all nodes/edges in this graph.
Creates a JSON text including all nodes/edges in this graph.
- descriptor
$DESCR
- returns
the JSON text
-
def
toString(): String
- Definition Classes
- Any
- def →[B](y: B): (JsonGraph[N, E], B)