Package | Description |
---|---|
org.ontoware.rdf2go.model | |
org.ontoware.rdf2go.model.impl | |
org.ontoware.rdf2go.model.node | |
org.ontoware.rdf2go.model.node.impl | |
org.ontoware.rdf2go.util | |
org.ontoware.rdfreactor.runtime |
Generic methods for mapping object-oriented world to RDF triple world.
|
org.ontoware.rdfreactor.schema.bootstrap | |
org.ontoware.rdfreactor.schema.owl |
Generated and hand-optimized classes for handling OWL represented as RDF.
|
org.ontoware.rdfreactor.schema.rdfs |
Generated and hand-optimized classes for handling RDFS represented as RDF.
|
org.openrdf.rdf2go |
Modifier and Type | Method and Description |
---|---|
NodeOrVariable |
TriplePattern.getObject() |
Modifier and Type | Method and Description |
---|---|
boolean |
FindableModel.contains(ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object) |
boolean |
FindableModelSet.containsStatements(UriOrVariable contextURI,
ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object) |
QuadPattern |
FindableModelSet.createQuadPattern(UriOrVariable context,
ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object) |
TriplePattern |
FindableModel.createTriplePattern(ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object) |
ClosableIterator<Statement> |
FindableModel.findStatements(ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object)
get all statements in the model with this subject, predicate and object.
|
ClosableIterator<Statement> |
FindableModelSet.findStatements(UriOrVariable contextURI,
ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object)
Search across all existing models
|
void |
ModelRemovePatterns.removeStatements(ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object)
remove a (subject, property ,object)-statement from the model
|
void |
ModelSetAddRemove.removeStatements(UriOrVariable context,
ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object)
Find all models matching the context, and remove all (subject, property
,object)-statements from these model
|
Modifier and Type | Method and Description |
---|---|
NodeOrVariable |
TriplePatternImpl.getObject() |
Constructor and Description |
---|
QuadPatternImpl(UriOrVariable context,
ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object) |
TriplePatternImpl(ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object) |
TriplePatternImpl(ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object,
TriplePatternImpl.SPO extract) |
Modifier and Type | Interface and Description |
---|---|
interface |
BlankNode
marker interface
Implementations are expected to have valid implementations of equals( Object )
and hashCode()
|
interface |
DatatypeLiteral
RDF Literal representation of a datatype (usually xml schema datatype)
Implementations are expected to have valid implementations of equals( Object )
and hashCode()
|
interface |
LanguageTagLiteral
sub-interface of RDFLiteral that represents Language Tag Literals
Implementations are expected to have valid implementations of equals( Object
) and hashCode()
|
interface |
Literal
This Interface represents a RDF literal.
|
interface |
Node
Marker interface for RDF types (URI, BlankNode, Literal)
The following sorting order is defined by different Node types: URI >
BlankNode > PlainLiteral > LanguageTaggedLiteral > DatatypedLiteral
Nodes are expected to have correct implementations of equals(Object other)
and hashcode()
|
interface |
PlainLiteral
Marker interface for plain literals, i.e.
|
interface |
Resource
Marker interface for RDF resources (BlankNode and URI).
|
interface |
ResourceOrVariable
Implementations are supposed to have correct implementations of equals() and
hashCode()
|
interface |
URI
Interface for URI implementations.
|
interface |
UriOrVariable
Implementations are supposed to have correct implementations of equals() and
hashCode()
|
Modifier and Type | Class and Description |
---|---|
class |
Variable
This variable models wild-cards in triple pattern queries.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBlankNodeImpl |
class |
DatatypeLiteralImpl
The rdf2go DatatypLiteral implementation
|
class |
LanguageTagLiteralImpl |
class |
LiteralImpl
Subclasses must have valid equals() and hashCode() implementations.
|
class |
PlainLiteralImpl |
class |
ResourceImpl |
class |
URIImpl |
Modifier and Type | Class and Description |
---|---|
class |
ReactorRuntimeEntity
ReactorBaseImpl is the base class for instances of classes from the
RDFS/OWL schema generated by the code generator.
|
Modifier and Type | Class and Description |
---|---|
class |
OWL_Protege_NRL_Restriction
This class manages access to these properties:
AllValuesFrom
Cardinality
HasValue
MaxCardinality
MinCardinality
OnProperty
SomeValuesFrom
This class was generated by RDFReactor on 26.01.08 02:10
|
Modifier and Type | Class and Description |
---|---|
class |
AllDifferent
This class manages access to these properties:
DistinctMembers
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
AnnotationProperty
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
DataRange
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
DatatypeProperty
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
DeprecatedClass
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
DeprecatedProperty
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
FunctionalProperty
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
InverseFunctionalProperty
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
Nothing
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
ObjectProperty
This class manages access to these properties:
InverseOf
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
OntologyProperty
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
OwlClass
This class manages access to these properties:
ComplementOf
DisjointWith
EquivalentClass
IntersectionOf
UnionOf
OneOf
SubClassOf
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
OwlProperty
This class manages access to these properties:
Domain
Range
SubPropertyOf
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
OwlThing
This class manages access to these properties:
DifferentFrom
SameAs
EquivalentProperty
VersionInfo
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
Restriction
This class manages access to these properties:
AllValuesFrom
Cardinality
HasValue
MaxCardinality
MinCardinality
OnProperty
SomeValuesFrom
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
SymmetricProperty
This class was generated by RDFReactor on 26.01.08 12:47
|
class |
TransitiveProperty
This class was generated by RDFReactor on 26.01.08 12:47
|
Modifier and Type | Class and Description |
---|---|
class |
Alt
This class was generated by RDFReactor on 26.01.08 12:44
|
class |
Bag
This class was generated by RDFReactor on 26.01.08 12:44
|
class |
Class
This class manages access to these properties:
SubClassOf
This class was generated by RDFReactor on 26.01.08 12:44
|
class |
Container
This class was generated by RDFReactor on 26.01.08 12:44
|
class |
ContainerMembershipProperty
This class was generated by RDFReactor on 26.01.08 12:44
|
class |
Datatype
This class was generated by RDFReactor on 26.01.08 12:44
|
class |
List
This class manages access to these properties:
First
Rest
This class was generated by RDFReactor on 26.01.08 12:44
|
class |
Ontology
This class was generated by RDFReactor on 26.01.08 12:44
|
class |
Property
This class manages access to these properties:
Domain
Range
SubPropertyOf
This class was generated by RDFReactor on 26.01.08 12:44
|
class |
Resource
This class manages access to these properties:
Comment
IsDefinedBy
Label
Member
SeeAlso
Type
Value
This class was generated by RDFReactor on 26.01.08 12:44
|
class |
Seq
This class was generated by RDFReactor on 26.01.08 12:44
|
class |
Statement
This class manages access to these properties:
Object
Predicate
Subject
This class was generated by RDFReactor on 26.01.08 12:44
|
Modifier and Type | Class and Description |
---|---|
class |
OpenrdfBlankNode |
Modifier and Type | Method and Description |
---|---|
boolean |
RepositoryModelSet.containsStatements(UriOrVariable contextURI,
ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object) |
QuadPattern |
RepositoryModelSet.createQuadPattern(UriOrVariable context,
ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object) |
ClosableIterator<Statement> |
RepositoryModel.findStatements(ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object) |
ClosableIterator<Statement> |
RepositoryModelSet.findStatements(UriOrVariable contextURI,
ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object) |
void |
RepositoryModelSet.removeStatements(UriOrVariable context,
ResourceOrVariable subject,
UriOrVariable predicate,
NodeOrVariable object) |
Copyright © 2005–2017 IT-Consulting Dr. Max Völkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.