package imp
Import of JSON text into graphs including the steps
- parsing (extracting and checking all data from JSON texts relevant to
Graph
) and InputStream
creation on the basis of parsing results in preparation of callingGraph.fromStream
.
- Alphabetic
- By Inheritance
- imp
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
case class
EdgeList(edgeTypeId: String, edges: Iterable[JValue]) extends ElemList with Product with Serializable
- Attributes
- protected[json]
-
sealed abstract
class
ElemList extends JsonList
- Attributes
- protected[json]
-
sealed abstract
class
JsonList extends Iterable[JValue]
- Attributes
- protected[json]
-
case class
NodeList(nodeTypeId: String, nodes: Iterable[JValue]) extends ElemList with Product with Serializable
- Attributes
- protected[json]