class GraphMLDatatype[E, N] extends Datatype[GraphMLGraph[E, N]]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GraphMLDatatype
  2. Datatype
  3. Deserializer
  4. Serializer
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GraphMLDatatype(nodeDataType: Datatype[GraphMLNode[N]], edgeDataType: Datatype[GraphMLEdge[E]])(implicit edgeLabel: Labeled[Edge[GraphMLEdge[E]], String], nodeId: Identifiable[GraphMLNode[N]], edgeId: Identifiable[GraphMLEdge[E]])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def deserialize(from: NodeSeq, graphKeys: Map[String, GraphMLKey], targetHint: Option[String]): ValidatedNel[Throwable, GraphMLGraph[E, N]]
    Definition Classes
    GraphMLDatatypeDeserializer
  7. val edgeTargetHint: Some[String]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def keys(targetHint: Option[String]): Seq[GraphMLKey]
    Definition Classes
    GraphMLDatatypeSerializer
  14. def mergePartialGraphs(graphs: Iterator[ValidatedNel[Throwable, PartialParsedGraph[N]]]): ValidatedNel[Throwable, PartialParsedGraph[N]]
    Attributes
    protected
  15. val metaTargetHint: Some[String]
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. val nodeTargetHint: Some[String]
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def parseEdges(edgeXmlNodes: List[scala.xml.Node], keys: Map[String, GraphMLKey]): Validated[NonEmptyList[Throwable], List[Edge[GraphMLEdge[E]]]]
    Attributes
    protected
  21. def parseGraphNodes(graphNode: scala.xml.Node, graphKeys: Map[String, GraphMLKey]): ValidatedNel[Throwable, PartialParsedGraph[N]]
    Attributes
    protected
  22. def parseGraphRoot(graph: scala.xml.Node, graphKeys: Map[String, GraphMLKey], resources: Seq[GraphMLResource]): Validated[NonEmptyList[Throwable], GraphMLGraph[E, N]]
    Attributes
    protected
  23. def parseNode(nodeXml: scala.xml.Node, graphKeys: Map[String, GraphMLKey]): Validated[NonEmptyList[Throwable], PartialParsedGraph[N]]
    Attributes
    protected
  24. def serialize(g: GraphMLGraph[E, N], targetHint: Option[String]): NodeSeq
    Definition Classes
    GraphMLDatatypeSerializer
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Datatype[GraphMLGraph[E, N]]

Inherited from Deserializer[GraphMLGraph[E, N]]

Inherited from Serializer[GraphMLGraph[E, N]]

Inherited from AnyRef

Inherited from Any

Ungrouped