class RdfModel extends AnyRef
- Annotations
- @JSExportAll()
Linear Supertypes
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(internal: scala.RdfModel)
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
- def addLiteralTriple(subject: String, predicate: String, objLiteralValue: String, objLiteralType: String): RdfModel
- def addLiteralTriple(subject: String, predicate: String, objLiteralValue: String): RdfModel
- def addTriple(subject: String, predicate: String, objResource: String): RdfModel
-
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 findNode(uri: String): ClientOption[Node]
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getNative(): Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
load(mediaType: String, text: String): Unit
Load RDF string representation in this model
-
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()
-
def
serializeString(mediaType: String): ClientOption[String]
Write model as a String representation
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toN3(): String
-
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)