abstract class RdfModel extends AnyRef
Base class for all the RDF native models in different platforms
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- RdfModel
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RdfModel()
Abstract Value Members
- abstract def addTriple(subject: String, predicate: String, objLiteralValue: String, objLiteralType: Option[String]): RdfModel
- abstract def addTriple(subject: String, predicate: String, objResource: String): RdfModel
- abstract def findNode(uri: String): Option[Node]
- abstract def getNative(): Any
-
abstract
def
load(mediaType: String, text: String): Unit
Load RDF string representation in this model
-
abstract
def
serializeString(mediaType: String): Option[String]
Write model as a String representation
-
abstract
def
serializeWriter[W](mediaType: String, writer: W)(implicit arg0: Output[W]): Option[W]
Write model using a writer
Write model using a writer
- writer
writer where to send the representation
- abstract def toN3(): String
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (RdfModel, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- var anonCounter: Int
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def ensuring(cond: (RdfModel) ⇒ Boolean, msg: ⇒ Any): RdfModel
- def ensuring(cond: (RdfModel) ⇒ Boolean): RdfModel
- def ensuring(cond: Boolean, msg: ⇒ Any): RdfModel
- def ensuring(cond: Boolean): RdfModel
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nextAnonId(): String
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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()
- def →[B](y: B): (RdfModel, B)