object RDFAsJenaModel extends Serializable
- Source
- RDFAsJenaModel.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RDFAsJenaModel
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def availableFormats: List[String]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def empty: IO[Resource[IO, RDFAsJenaModel]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def fromChars(cs: CharSequence, format: String, base: Option[IRI] = None): IO[Resource[IO, RDFAsJenaModel]]
- def fromFile(file: File, format: String, base: Option[IRI] = None): IO[Resource[IO, RDFAsJenaModel]]
- def fromIRI(iri: IRI, format: String = "TURTLE", base: Option[IRI] = None): IO[Resource[IO, RDFAsJenaModel]]
- def fromModel(model: Model, base: Option[IRI] = None, sourceIRI: Option[IRI] = None, nodeLocations: Map[RDFNode, Set[Location]] = Map(), tripleLocations: Map[RDFTriple, Set[Location]] = Map()): IO[RDFAsJenaModel]
- def fromReader(reader: Reader, format: String, base: Option[IRI] = None, useBNodeLabels: Boolean = true, source: Option[IRI] = None): IO[Resource[IO, RDFAsJenaModel]]
- def fromString(str: String, format: String, base: Option[IRI] = None, useBNodeLabels: Boolean = true): IO[Resource[IO, RDFAsJenaModel]]
- def fromURI(uri: String, format: String = "TURTLE", base: Option[IRI] = None): IO[Resource[IO, RDFAsJenaModel]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val myLabelToNode: LabelToNode
-
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()
- def profile(baseUri: String, labelToNode: LabelToNode, locations: Locations, source: Option[IRI]): ParserProfile
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def tryParse(reader: Reader, format: String, base: Option[IRI], labelToNode: LabelToNode, refLocations: Ref[IO, Locations], source: Option[IRI]): IO[Model]
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )