case class Root(idRef: String = randomUUID.toString, prefixes: Map[String, IRI] = Map( "owl" -> IRI("http://www.w3.org/2002/07/owl#"), "rdf" -> IRI("http://www.w3.org/1999/02/22-rdf-syntax-ns#"), "rdfs"->IRI("http://www.w3.org/2000/01/rdf-schema#"), "xsd"->IRI("http://www.w3.org/2001/XMLSchema#") ), defaultGraph: Seq[IRI] = List[IRI](), namedGraph: Seq[IRI] = List[IRI](), lDatatypeNode: Seq[DatatypeNode] = List[DatatypeNode](), lSourcesNodes: Seq[SourcesNode] = List[SourcesNode](), lBindNode: Seq[Bind] = List[Bind](), lSolutionSequenceModifierNode: Seq[SolutionSequenceModifierNode] = List[SolutionSequenceModifierNode](), children: Seq[Node] = Seq[Node]()) extends Node with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Root
- Serializable
- Product
- Equals
- Node
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Root(idRef: String = randomUUID.toString, prefixes: Map[String, IRI] = Map( "owl" -> IRI("http://www.w3.org/2002/07/owl#"), "rdf" -> IRI("http://www.w3.org/1999/02/22-rdf-syntax-ns#"), "rdfs"->IRI("http://www.w3.org/2000/01/rdf-schema#"), "xsd"->IRI("http://www.w3.org/2001/XMLSchema#") ), defaultGraph: Seq[IRI] = List[IRI](), namedGraph: Seq[IRI] = List[IRI](), lDatatypeNode: Seq[DatatypeNode] = List[DatatypeNode](), lSourcesNodes: Seq[SourcesNode] = List[SourcesNode](), lBindNode: Seq[Bind] = List[Bind](), lSolutionSequenceModifierNode: Seq[SolutionSequenceModifierNode] = List[SolutionSequenceModifierNode](), children: Seq[Node] = Seq[Node]())
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 accept(n: Node): Boolean
- def addChildren(focusId: String, n: Node): Root
- def addChildren(n: Node): Root
- def addDefaultGraph(graph: IRI): Root
- def addNamedGraph(graph: IRI): Root
- def addPrefix(short: String, long: IRI): Root
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val children: Seq[Node]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def copy(children: Seq[Node]): Node
- val defaultGraph: Seq[IRI]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def getChild[SpecializedNodeType <: Node](that: SpecializedNodeType)(implicit tag: ClassTag[SpecializedNodeType]): Seq[SpecializedNodeType]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getRdfNode(ref: String, sep: String = ""): Option[RdfNode]
- Definition Classes
- Node
- val idRef: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lBindNode: Seq[Bind]
- val lDatatypeNode: Seq[DatatypeNode]
- val lSolutionSequenceModifierNode: Seq[SolutionSequenceModifierNode]
- val lSourcesNodes: Seq[SourcesNode]
- val namedGraph: Seq[IRI]
- 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()
- val prefixes: Map[String, IRI]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def reference(): String
- Definition Classes
- Node
- def referencesChildren(): Seq[String]
- Definition Classes
- Node
- def sourcesNode(n: RdfNode): Option[SourcesNode]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated