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.runtime.converter |
Implementations of
INodeConverter . |
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 |
---|---|
Node |
Statement.getObject() |
Node |
QueryRow.getValue(String varname) |
Modifier and Type | Method and Description |
---|---|
void |
ModelWriter.addStatement(Resource subject,
URI predicate,
Node object)
adds a (subject, property ,object)-statement to this model
|
void |
ModelSetAddRemove.addStatement(URI contextURI,
Resource subject,
URI predicate,
Node object)
This method creates a Model named 'contextURI' if needed.
|
Statement |
ModelValueFactory.createStatement(Resource subject,
URI predicate,
Node object)
Create a new statement - but DOES NOT add it to the model
|
Statement |
ModelSet.createStatement(URI context,
Resource subject,
URI predicate,
Node object)
Creates a statement with a context URI.
|
void |
ModelAddRemove.removeStatement(Resource subject,
URI predicate,
Node object)
remove a (subject, property ,object)-statement from the model
|
void |
ModelSetAddRemove.removeStatement(URI contextURI,
Resource subject,
URI predicate,
Node object)
Removes the statement (s,p,o) from a model named contextURI.
|
Modifier and Type | Method and Description |
---|---|
Node |
TriplePatternImpl.getExtract(Statement statement) |
Node |
StatementImpl.getObject() |
Node |
QueryRowImpl.getValue(String varname) |
Modifier and Type | Method and Description |
---|---|
void |
DiffImpl.addStatement(Resource subject,
URI predicate,
Node object) |
abstract void |
AbstractModelWriter.addStatement(Resource subject,
URI predicate,
Node object) |
void |
DelegatingModel.addStatement(Resource subject,
URI predicate,
Node object) |
void |
NotifyingModelLayer.addStatement(Resource subject,
URI predicate,
Node object) |
void |
ModelAddRemoveMemoryImpl.addStatement(Resource subject,
URI predicate,
Node object) |
abstract void |
AbstractModelAddRemove.addStatement(Resource subject,
URI predicate,
Node object) |
void |
StatementWriter.addStatement(Resource subject,
URI predicate,
Node object) |
void |
AbstractModelSetImpl.addStatement(URI context,
Resource subject,
URI predicate,
Node object) |
Statement |
AbstractModelSetImpl.createStatement(Resource subject,
URI predicate,
Node object) |
Statement |
AbstractModel.createStatement(Resource subject,
URI predicate,
Node object) |
Statement |
AbstractModelSetImpl.createStatement(URI context,
Resource subject,
URI predicate,
Node object) |
static TriplePatternImpl |
TriplePatternImpl.createSubjectPattern(URI propertyURI,
Node objectNode) |
void |
DiffImpl.removeStatement(Resource subject,
URI predicate,
Node object) |
void |
DelegatingModel.removeStatement(Resource subject,
URI predicate,
Node object) |
void |
NotifyingModelLayer.removeStatement(Resource subject,
URI predicate,
Node object) |
void |
ModelAddRemoveMemoryImpl.removeStatement(Resource subject,
URI predicate,
Node object) |
abstract void |
AbstractModelAddRemove.removeStatement(Resource subject,
URI predicate,
Node object) |
void |
AbstractModelSetImpl.removeStatement(URI context,
Resource subject,
URI predicate,
Node object) |
Constructor and Description |
---|
StatementImpl(URI context,
Resource subject,
URI predicate,
Node object)
builds a new statement
|
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 |
PlainLiteral
Marker interface for plain literals, i.e.
|
interface |
Resource
Marker interface for RDF resources (BlankNode and URI).
|
interface |
URI
Interface for URI implementations.
|
Modifier and Type | Method and Description |
---|---|
int |
Variable.compareTo(Node other) |
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 | Method and Description |
---|---|
static int |
NodeUtils.compareByType(Node a,
Node b)
The following sorting order is defined by different Node types: URI >
BlankNode > PlainLiteral > LnaguageTaggedLiteral > DatatypedLiteral
|
int |
LanguageTagLiteralImpl.compareTo(Node other) |
int |
URIImpl.compareTo(Node other) |
int |
AbstractBlankNodeImpl.compareTo(Node other) |
int |
PlainLiteralImpl.compareTo(Node other) |
int |
DatatypeLiteralImpl.compareTo(Node other) |
Modifier and Type | Method and Description |
---|---|
static Node |
RDFTool.getSingleValue(Model m,
Resource res,
URI pred)
get the property pred of the resource res.
|
static Node |
RDFTool.getSingleValue(ModelSet m,
Resource res,
URI pred) |
static Node |
Builder.toObject(String object)
Parses a specified object as String in order to create a new object using
RDF2Go types.
|
Modifier and Type | Method and Description |
---|---|
void |
LoggingModel.addStatement(Resource subject,
URI predicate,
Node object) |
void |
LoggingModelSet.addStatement(URI contextURI,
Resource subject,
URI predicate,
Node object) |
Statement |
LoggingModelSet.createStatement(Resource subject,
URI predicate,
Node object) |
Statement |
LoggingModel.createStatement(Resource subject,
URI predicate,
Node object) |
static Statement |
Builder.createStatement(Resource subject,
URI predicate,
Node object) |
Statement |
LoggingModelSet.createStatement(URI context,
Resource subject,
URI predicate,
Node object) |
static String |
RDFTool.getGoodLabel(Node o,
Model source)
Get the Displaylabel of a Node.
|
static String |
RDFTool.getLabel(Node o)
Get the label of a Node.
|
void |
LoggingModel.removeStatement(Resource subject,
URI predicate,
Node object) |
void |
LoggingModelSet.removeStatement(URI contextURI,
Resource subject,
URI predicate,
Node object) |
static void |
RDFTool.setSingleValue(Model m,
Resource res,
URI pred,
Node value)
set the property pred of the resource res.
|
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 | Method and Description |
---|---|
static Node |
Base.get_asNode(Model model,
Resource instanceResource,
URI propertyURI) |
static Node |
ResourceUtils.getSingleValue(Model model,
Resource subject,
URI propertyURI) |
static Node |
RDFReactorRuntime.java2node(Model model,
Object reactorValue) |
Node |
ExtractingIterator.next() |
Node |
INodeConverter.toNode(Model model,
Object javaValue) |
Modifier and Type | Method and Description |
---|---|
static ClosableIterator<Node> |
Base.getAll_asNode(Model model,
Resource resourceSubject,
URI propertyURI) |
static List<Node> |
Base.getAll_asNodeList(Model model,
Resource resourceSubject,
URI propertyURI) |
Modifier and Type | Method and Description |
---|---|
int |
ReactorRuntimeEntity.compareTo(Node o) |
Object[] |
ReactorBaseImpl.getAll_Inverse(URI property,
Node o,
Class<?> returnType)
Get all resources having the given property and value.
|
static Object[] |
BridgeBase.getAllValues_Inverse(Model model,
URI propertyURI,
Node objectNode,
Class<?> returnType)
Get all resources having the given property and value.
|
static Object |
RDFReactorRuntime.node2javatype(Model model,
Node n,
Class<?> returnType)
Convert RDF entities to ReactorBaseNamed and primitive java values.
|
static Object |
RDFReactorRuntime.resource2reactorbase(Model model,
Node node,
Class<?> targetType)
Convert an RDF2Go resource to the target type, which must be a subclass
of ReactorBase.
|
T |
INodeConverter.toJava(Node node) |
Constructor and Description |
---|
ConvertingClosableIterator(ClosableIterator<Node> it,
Model model,
Class<T> returnType) |
ObjectResultIterator(Model model,
Iterator<Node> it,
Class<T> returnType)
Deprecated.
Constructor for the wrapper around an Iterator over URI or BlankNode or
Literal triple objects.
|
Modifier and Type | Method and Description |
---|---|
Node |
NodeConverter.toJava(Node node) |
Node |
DoubleConverter.toNode(Model model,
Object javaValue) |
Node |
StringConverter.toNode(Model model,
Object javaValue) |
Node |
CalendarConverter.toNode(Model model,
Object javaValue) |
Node |
IntegerConverter.toNode(Model model,
Object javaValue) |
Node |
ShortConverter.toNode(Model model,
Object javaValue) |
Node |
UriConverter.toNode(Model model,
Object javaValue) |
Node |
BooleanConverter.toNode(Model model,
Object javaValue) |
Node |
NodeConverter.toNode(Model model,
Object javaValue) |
Node |
UrlConverter.toNode(Model model,
Object javaValue) |
Node |
ResourceConverter.toNode(Model model,
Object javaValue) |
Node |
ByteConverter.toNode(Model model,
Object javaValue) |
Node |
FloatConverter.toNode(Model model,
Object javaValue) |
Node |
JavaNetUriConverter.toNode(Model model,
Object javaValue) |
Node |
LongConverter.toNode(Model model,
Object javaValue) |
Modifier and Type | Method and Description |
---|---|
URL |
UrlConverter.convert(Node node) |
static Boolean |
BooleanConverter.node2Boolean(Node node)
Static versions for convenience
|
static Byte |
ByteConverter.node2Byte(Node node) |
static Calendar |
CalendarConverter.node2Calendar(Node node) |
static Double |
DoubleConverter.node2Double(Node node) |
static Float |
FloatConverter.node2Float(Node node) |
static Integer |
IntegerConverter.node2integer(Node node) |
static Long |
LongConverter.node2Long(Node node) |
static Short |
ShortConverter.node2Short(Node node) |
static String |
StringConverter.node2string(Node node) |
Double |
DoubleConverter.toJava(Node node) |
String |
StringConverter.toJava(Node node) |
Calendar |
CalendarConverter.toJava(Node node) |
Integer |
IntegerConverter.toJava(Node node) |
Short |
ShortConverter.toJava(Node node) |
URI |
UriConverter.toJava(Node node) |
Boolean |
BooleanConverter.toJava(Node node) |
Node |
NodeConverter.toJava(Node node) |
URL |
UrlConverter.toJava(Node node) |
Resource |
ResourceConverter.toJava(Node node) |
Byte |
ByteConverter.toJava(Node node) |
Float |
FloatConverter.toJava(Node node) |
URI |
JavaNetUriConverter.toJava(Node node) |
Long |
LongConverter.toJava(Node node) |
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 | Method and Description |
---|---|
static Node |
TypeUtils.toNode(Object o) |
Modifier and Type | Method and Description |
---|---|
ClosableIterator<Node> |
OWL_Protege_NRL_Restriction.getAllAllValuesFrom_asNode()
Get all values of property AllValuesFrom as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
OWL_Protege_NRL_Restriction.getAllAllValuesFrom_asNode(Model model,
Resource instanceResource)
Get all values of property AllValuesFrom as an Iterator over RDF2Go nodes
|
List<Node> |
OWL_Protege_NRL_Restriction.getAllAllValuesFrom_asNodeList()
Get all values of property AllValuesFrom as a List of RDF2Go nodes
|
static List<Node> |
OWL_Protege_NRL_Restriction.getAllAllValuesFrom_asNodeList(Model model,
Resource instanceResource)
Get all values of property AllValuesFrom as a List of RDF2Go nodes
|
ClosableIterator<Node> |
OWL_Protege_NRL_Restriction.getAllCardinality_asNode()
Get all values of property Cardinality as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
OWL_Protege_NRL_Restriction.getAllCardinality_asNode(Model model,
Resource instanceResource)
Get all values of property Cardinality as an Iterator over RDF2Go nodes
|
List<Node> |
OWL_Protege_NRL_Restriction.getAllCardinality_asNodeList()
Get all values of property Cardinality as a List of RDF2Go nodes
|
static List<Node> |
OWL_Protege_NRL_Restriction.getAllCardinality_asNodeList(Model model,
Resource instanceResource)
Get all values of property Cardinality as a List of RDF2Go nodes
|
ClosableIterator<Node> |
Resource.getAllComment_asNode()
Get all values of property Comment as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Resource.getAllComment_asNode(Model model,
Resource instanceResource)
Get all values of property Comment as an Iterator over RDF2Go nodes
|
List<Node> |
Resource.getAllComment_asNodeList()
Get all values of property Comment as a List of RDF2Go nodes
|
static List<Node> |
Resource.getAllComment_asNodeList(Model model,
Resource instanceResource)
Get all values of property Comment as a List of RDF2Go nodes
|
ClosableIterator<Node> |
Property.getAllDomain_asNode()
Get all values of property Domain as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Property.getAllDomain_asNode(Model model,
Resource instanceResource)
Get all values of property Domain as an Iterator over RDF2Go nodes
|
List<Node> |
Property.getAllDomain_asNodeList()
Get all values of property Domain as a List of RDF2Go nodes
|
static List<Node> |
Property.getAllDomain_asNodeList(Model model,
Resource instanceResource)
Get all values of property Domain as a List of RDF2Go nodes
|
ClosableIterator<Node> |
OWL_Protege_NRL_Restriction.getAllHasValue_asNode()
Get all values of property HasValue as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
OWL_Protege_NRL_Restriction.getAllHasValue_asNode(Model model,
Resource instanceResource)
Get all values of property HasValue as an Iterator over RDF2Go nodes
|
List<Node> |
OWL_Protege_NRL_Restriction.getAllHasValue_asNodeList()
Get all values of property HasValue as a List of RDF2Go nodes
|
static List<Node> |
OWL_Protege_NRL_Restriction.getAllHasValue_asNodeList(Model model,
Resource instanceResource)
Get all values of property HasValue as a List of RDF2Go nodes
|
ClosableIterator<Node> |
Resource.getAllIsDefinedBy_asNode()
Get all values of property IsDefinedBy as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Resource.getAllIsDefinedBy_asNode(Model model,
Resource instanceResource)
Get all values of property IsDefinedBy as an Iterator over RDF2Go nodes
|
List<Node> |
Resource.getAllIsDefinedBy_asNodeList()
Get all values of property IsDefinedBy as a List of RDF2Go nodes
|
static List<Node> |
Resource.getAllIsDefinedBy_asNodeList(Model model,
Resource instanceResource)
Get all values of property IsDefinedBy as a List of RDF2Go nodes
|
ClosableIterator<Node> |
Resource.getAllLabel_asNode()
Get all values of property Label as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Resource.getAllLabel_asNode(Model model,
Resource instanceResource)
Get all values of property Label as an Iterator over RDF2Go nodes
|
List<Node> |
Resource.getAllLabel_asNodeList()
Get all values of property Label as a List of RDF2Go nodes
|
static List<Node> |
Resource.getAllLabel_asNodeList(Model model,
Resource instanceResource)
Get all values of property Label as a List of RDF2Go nodes
|
ClosableIterator<Node> |
OWL_Protege_NRL_Restriction.getAllMaxCardinality_asNode()
Get all values of property MaxCardinality as an Iterator over RDF2Go
nodes
|
static ClosableIterator<Node> |
OWL_Protege_NRL_Restriction.getAllMaxCardinality_asNode(Model model,
Resource instanceResource)
Get all values of property MaxCardinality as an Iterator over RDF2Go
nodes
|
List<Node> |
OWL_Protege_NRL_Restriction.getAllMaxCardinality_asNodeList()
Get all values of property MaxCardinality as a List of RDF2Go nodes
|
static List<Node> |
OWL_Protege_NRL_Restriction.getAllMaxCardinality_asNodeList(Model model,
Resource instanceResource)
Get all values of property MaxCardinality as a List of RDF2Go nodes
|
ClosableIterator<Node> |
Resource.getAllMember_asNode()
Get all values of property Member as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Resource.getAllMember_asNode(Model model,
Resource instanceResource)
Get all values of property Member as an Iterator over RDF2Go nodes
|
List<Node> |
Resource.getAllMember_asNodeList()
Get all values of property Member as a List of RDF2Go nodes
|
static List<Node> |
Resource.getAllMember_asNodeList(Model model,
Resource instanceResource)
Get all values of property Member as a List of RDF2Go nodes
|
ClosableIterator<Node> |
OWL_Protege_NRL_Restriction.getAllMinCardinality_asNode()
Get all values of property MinCardinality as an Iterator over RDF2Go
nodes
|
static ClosableIterator<Node> |
OWL_Protege_NRL_Restriction.getAllMinCardinality_asNode(Model model,
Resource instanceResource)
Get all values of property MinCardinality as an Iterator over RDF2Go
nodes
|
List<Node> |
OWL_Protege_NRL_Restriction.getAllMinCardinality_asNodeList()
Get all values of property MinCardinality as a List of RDF2Go nodes
|
static List<Node> |
OWL_Protege_NRL_Restriction.getAllMinCardinality_asNodeList(Model model,
Resource instanceResource)
Get all values of property MinCardinality as a List of RDF2Go nodes
|
ClosableIterator<Node> |
OwlClass.getAllOneOf_asNode()
Get all values of property OneOf as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
OwlClass.getAllOneOf_asNode(Model model,
Resource instanceResource)
Get all values of property OneOf as an Iterator over RDF2Go nodes
|
List<Node> |
OwlClass.getAllOneOf_asNodeList()
Get all values of property OneOf as a List of RDF2Go nodes
|
static List<Node> |
OwlClass.getAllOneOf_asNodeList(Model model,
Resource instanceResource)
Get all values of property OneOf as a List of RDF2Go nodes
|
ClosableIterator<Node> |
OWL_Protege_NRL_Restriction.getAllOnProperty_asNode()
Get all values of property OnProperty as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
OWL_Protege_NRL_Restriction.getAllOnProperty_asNode(Model model,
Resource instanceResource)
Get all values of property OnProperty as an Iterator over RDF2Go nodes
|
List<Node> |
OWL_Protege_NRL_Restriction.getAllOnProperty_asNodeList()
Get all values of property OnProperty as a List of RDF2Go nodes
|
static List<Node> |
OWL_Protege_NRL_Restriction.getAllOnProperty_asNodeList(Model model,
Resource instanceResource)
Get all values of property OnProperty as a List of RDF2Go nodes
|
ClosableIterator<Node> |
Property.getAllRange_asNode()
Get all values of property Range as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Property.getAllRange_asNode(Model model,
Resource instanceResource)
Get all values of property Range as an Iterator over RDF2Go nodes
|
List<Node> |
Property.getAllRange_asNodeList()
Get all values of property Range as a List of RDF2Go nodes
|
static List<Node> |
Property.getAllRange_asNodeList(Model model,
Resource instanceResource)
Get all values of property Range as a List of RDF2Go nodes
|
ClosableIterator<Node> |
Resource.getAllSeeAlso_asNode()
Get all values of property SeeAlso as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Resource.getAllSeeAlso_asNode(Model model,
Resource instanceResource)
Get all values of property SeeAlso as an Iterator over RDF2Go nodes
|
List<Node> |
Resource.getAllSeeAlso_asNodeList()
Get all values of property SeeAlso as a List of RDF2Go nodes
|
static List<Node> |
Resource.getAllSeeAlso_asNodeList(Model model,
Resource instanceResource)
Get all values of property SeeAlso as a List of RDF2Go nodes
|
ClosableIterator<Node> |
OWL_Protege_NRL_Restriction.getAllSomeValuesFrom_asNode()
Get all values of property SomeValuesFrom as an Iterator over RDF2Go
nodes
|
static ClosableIterator<Node> |
OWL_Protege_NRL_Restriction.getAllSomeValuesFrom_asNode(Model model,
Resource instanceResource)
Get all values of property SomeValuesFrom as an Iterator over RDF2Go
nodes
|
List<Node> |
OWL_Protege_NRL_Restriction.getAllSomeValuesFrom_asNodeList()
Get all values of property SomeValuesFrom as a List of RDF2Go nodes
|
static List<Node> |
OWL_Protege_NRL_Restriction.getAllSomeValuesFrom_asNodeList(Model model,
Resource instanceResource)
Get all values of property SomeValuesFrom as a List of RDF2Go nodes
|
ClosableIterator<Node> |
Class.getAllSubClassOf_asNode()
Get all values of property SubClassOf as an Iterator over RDF2Go nodes
|
ClosableIterator<Node> |
OwlClass.getAllSubClassOf_asNode()
Get all values of property SubClassOf as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Class.getAllSubClassOf_asNode(Model model,
Resource instanceResource)
Get all values of property SubClassOf as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
OwlClass.getAllSubClassOf_asNode(Model model,
Resource instanceResource)
Get all values of property SubClassOf as an Iterator over RDF2Go nodes
|
List<Node> |
Class.getAllSubClassOf_asNodeList()
Get all values of property SubClassOf as a List of RDF2Go nodes
|
List<Node> |
OwlClass.getAllSubClassOf_asNodeList()
Get all values of property SubClassOf as a List of RDF2Go nodes
|
static List<Node> |
Class.getAllSubClassOf_asNodeList(Model model,
Resource instanceResource)
Get all values of property SubClassOf as a List of RDF2Go nodes
|
static List<Node> |
OwlClass.getAllSubClassOf_asNodeList(Model model,
Resource instanceResource)
Get all values of property SubClassOf as a List of RDF2Go nodes
|
ClosableIterator<Node> |
Property.getAllSubPropertyOf_asNode()
Get all values of property SubPropertyOf as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Property.getAllSubPropertyOf_asNode(Model model,
Resource instanceResource)
Get all values of property SubPropertyOf as an Iterator over RDF2Go nodes
|
List<Node> |
Property.getAllSubPropertyOf_asNodeList()
Get all values of property SubPropertyOf as a List of RDF2Go nodes
|
static List<Node> |
Property.getAllSubPropertyOf_asNodeList(Model model,
Resource instanceResource)
Get all values of property SubPropertyOf as a List of RDF2Go nodes
|
ClosableIterator<Node> |
Resource.getAllType_asNode()
Get all values of property Type as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Resource.getAllType_asNode(Model model,
Resource instanceResource)
Get all values of property Type as an Iterator over RDF2Go nodes
|
List<Node> |
Resource.getAllType_asNodeList()
Get all values of property Type as a List of RDF2Go nodes
|
static List<Node> |
Resource.getAllType_asNodeList(Model model,
Resource instanceResource)
Get all values of property Type as a List of RDF2Go nodes
|
ClosableIterator<Node> |
Resource.getAllValue_asNode()
Get all values of property Value as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Resource.getAllValue_asNode(Model model,
Resource instanceResource)
Get all values of property Value as an Iterator over RDF2Go nodes
|
List<Node> |
Resource.getAllValue_asNodeList()
Get all values of property Value as a List of RDF2Go nodes
|
static List<Node> |
Resource.getAllValue_asNodeList(Model model,
Resource instanceResource)
Get all values of property Value as a List of RDF2Go nodes
|
Modifier and Type | Method and Description |
---|---|
static void |
OWL_Protege_NRL_Restriction.addAllValuesFrom(Model model,
Resource instanceResource,
Node value)
Adds a value to property AllValuesFrom as an RDF2Go node
|
void |
OWL_Protege_NRL_Restriction.addAllValuesFrom(Node value)
Adds a value to property AllValuesFrom as an RDF2Go node
|
static void |
OWL_Protege_NRL_Restriction.addCardinality(Model model,
Resource instanceResource,
Node value)
Adds a value to property Cardinality as an RDF2Go node
|
void |
OWL_Protege_NRL_Restriction.addCardinality(Node value)
Adds a value to property Cardinality as an RDF2Go node
|
static void |
Resource.addComment(Model model,
Resource instanceResource,
Node value)
Adds a value to property Comment as an RDF2Go node
|
void |
Resource.addComment(Node value)
Adds a value to property Comment as an RDF2Go node
|
static void |
Property.addDomain(Model model,
Resource instanceResource,
Node value)
Adds a value to property Domain as an RDF2Go node
|
void |
Property.addDomain(Node value)
Adds a value to property Domain as an RDF2Go node
|
static void |
OWL_Protege_NRL_Restriction.addHasValue(Model model,
Resource instanceResource,
Node value)
Adds a value to property HasValue as an RDF2Go node
|
void |
OWL_Protege_NRL_Restriction.addHasValue(Node value)
Adds a value to property HasValue as an RDF2Go node
|
static void |
Resource.addIsDefinedBy(Model model,
Resource instanceResource,
Node value)
Adds a value to property IsDefinedBy as an RDF2Go node
|
void |
Resource.addIsDefinedBy(Node value)
Adds a value to property IsDefinedBy as an RDF2Go node
|
static void |
Resource.addLabel(Model model,
Resource instanceResource,
Node value)
Adds a value to property Label as an RDF2Go node
|
void |
Resource.addLabel(Node value)
Adds a value to property Label as an RDF2Go node
|
static void |
OWL_Protege_NRL_Restriction.addMaxCardinality(Model model,
Resource instanceResource,
Node value)
Adds a value to property MaxCardinality as an RDF2Go node
|
void |
OWL_Protege_NRL_Restriction.addMaxCardinality(Node value)
Adds a value to property MaxCardinality as an RDF2Go node
|
static void |
Resource.addMember(Model model,
Resource instanceResource,
Node value)
Adds a value to property Member as an RDF2Go node
|
void |
Resource.addMember(Node value)
Adds a value to property Member as an RDF2Go node
|
static void |
OWL_Protege_NRL_Restriction.addMinCardinality(Model model,
Resource instanceResource,
Node value)
Adds a value to property MinCardinality as an RDF2Go node
|
void |
OWL_Protege_NRL_Restriction.addMinCardinality(Node value)
Adds a value to property MinCardinality as an RDF2Go node
|
static void |
OwlClass.addOneOf(Model model,
Resource instanceResource,
Node value)
Adds a value to property OneOf as an RDF2Go node
|
void |
OwlClass.addOneOf(Node value)
Adds a value to property OneOf as an RDF2Go node
|
static void |
OWL_Protege_NRL_Restriction.addOnProperty(Model model,
Resource instanceResource,
Node value)
Adds a value to property OnProperty as an RDF2Go node
|
void |
OWL_Protege_NRL_Restriction.addOnProperty(Node value)
Adds a value to property OnProperty as an RDF2Go node
|
static void |
Property.addRange(Model model,
Resource instanceResource,
Node value)
Adds a value to property Range as an RDF2Go node
|
void |
Property.addRange(Node value)
Adds a value to property Range as an RDF2Go node
|
static void |
Resource.addSeeAlso(Model model,
Resource instanceResource,
Node value)
Adds a value to property SeeAlso as an RDF2Go node
|
void |
Resource.addSeeAlso(Node value)
Adds a value to property SeeAlso as an RDF2Go node
|
static void |
OWL_Protege_NRL_Restriction.addSomeValuesFrom(Model model,
Resource instanceResource,
Node value)
Adds a value to property SomeValuesFrom as an RDF2Go node
|
void |
OWL_Protege_NRL_Restriction.addSomeValuesFrom(Node value)
Adds a value to property SomeValuesFrom as an RDF2Go node
|
static void |
Class.addSubClassOf(Model model,
Resource instanceResource,
Node value)
Adds a value to property SubClassOf as an RDF2Go node
|
static void |
OwlClass.addSubClassOf(Model model,
Resource instanceResource,
Node value)
Adds a value to property SubClassOf as an RDF2Go node
|
void |
Class.addSubClassOf(Node value)
Adds a value to property SubClassOf as an RDF2Go node
|
void |
OwlClass.addSubClassOf(Node value)
Adds a value to property SubClassOf as an RDF2Go node
|
static void |
Property.addSubPropertyOf(Model model,
Resource instanceResource,
Node value)
Adds a value to property SubPropertyOf as an RDF2Go node
|
void |
Property.addSubPropertyOf(Node value)
Adds a value to property SubPropertyOf as an RDF2Go node
|
static void |
Resource.addType(Model model,
Resource instanceResource,
Node value)
Adds a value to property Type as an RDF2Go node
|
void |
Resource.addType(Node value)
Adds a value to property Type as an RDF2Go node
|
static void |
Resource.addValue(Model model,
Resource instanceResource,
Node value)
Adds a value to property Value as an RDF2Go node
|
void |
Resource.addValue(Node value)
Adds a value to property Value as an RDF2Go node
|
static void |
OWL_Protege_NRL_Restriction.removeAllValuesFrom(Model model,
Resource instanceResource,
Node value)
Removes a value of property AllValuesFrom as an RDF2Go node
|
void |
OWL_Protege_NRL_Restriction.removeAllValuesFrom(Node value)
Removes a value of property AllValuesFrom as an RDF2Go node
|
static void |
OWL_Protege_NRL_Restriction.removeCardinality(Model model,
Resource instanceResource,
Node value)
Removes a value of property Cardinality as an RDF2Go node
|
void |
OWL_Protege_NRL_Restriction.removeCardinality(Node value)
Removes a value of property Cardinality as an RDF2Go node
|
static void |
Resource.removeComment(Model model,
Resource instanceResource,
Node value)
Removes a value of property Comment as an RDF2Go node
|
void |
Resource.removeComment(Node value)
Removes a value of property Comment as an RDF2Go node
|
static void |
Property.removeDomain(Model model,
Resource instanceResource,
Node value)
Removes a value of property Domain as an RDF2Go node
|
void |
Property.removeDomain(Node value)
Removes a value of property Domain as an RDF2Go node
|
static void |
OWL_Protege_NRL_Restriction.removeHasValue(Model model,
Resource instanceResource,
Node value)
Removes a value of property HasValue as an RDF2Go node
|
void |
OWL_Protege_NRL_Restriction.removeHasValue(Node value)
Removes a value of property HasValue as an RDF2Go node
|
static void |
Resource.removeIsDefinedBy(Model model,
Resource instanceResource,
Node value)
Removes a value of property IsDefinedBy as an RDF2Go node
|
void |
Resource.removeIsDefinedBy(Node value)
Removes a value of property IsDefinedBy as an RDF2Go node
|
static void |
Resource.removeLabel(Model model,
Resource instanceResource,
Node value)
Removes a value of property Label as an RDF2Go node
|
void |
Resource.removeLabel(Node value)
Removes a value of property Label as an RDF2Go node
|
static void |
OWL_Protege_NRL_Restriction.removeMaxCardinality(Model model,
Resource instanceResource,
Node value)
Removes a value of property MaxCardinality as an RDF2Go node
|
void |
OWL_Protege_NRL_Restriction.removeMaxCardinality(Node value)
Removes a value of property MaxCardinality as an RDF2Go node
|
static void |
Resource.removeMember(Model model,
Resource instanceResource,
Node value)
Removes a value of property Member as an RDF2Go node
|
void |
Resource.removeMember(Node value)
Removes a value of property Member as an RDF2Go node
|
static void |
OWL_Protege_NRL_Restriction.removeMinCardinality(Model model,
Resource instanceResource,
Node value)
Removes a value of property MinCardinality as an RDF2Go node
|
void |
OWL_Protege_NRL_Restriction.removeMinCardinality(Node value)
Removes a value of property MinCardinality as an RDF2Go node
|
static void |
OwlClass.removeOneOf(Model model,
Resource instanceResource,
Node value)
Removes a value of property OneOf as an RDF2Go node
|
void |
OwlClass.removeOneOf(Node value)
Removes a value of property OneOf as an RDF2Go node
|
static void |
OWL_Protege_NRL_Restriction.removeOnProperty(Model model,
Resource instanceResource,
Node value)
Removes a value of property OnProperty as an RDF2Go node
|
void |
OWL_Protege_NRL_Restriction.removeOnProperty(Node value)
Removes a value of property OnProperty as an RDF2Go node
|
static void |
Property.removeRange(Model model,
Resource instanceResource,
Node value)
Removes a value of property Range as an RDF2Go node
|
void |
Property.removeRange(Node value)
Removes a value of property Range as an RDF2Go node
|
static void |
Resource.removeSeeAlso(Model model,
Resource instanceResource,
Node value)
Removes a value of property SeeAlso as an RDF2Go node
|
void |
Resource.removeSeeAlso(Node value)
Removes a value of property SeeAlso as an RDF2Go node
|
static void |
OWL_Protege_NRL_Restriction.removeSomeValuesFrom(Model model,
Resource instanceResource,
Node value)
Removes a value of property SomeValuesFrom as an RDF2Go node
|
void |
OWL_Protege_NRL_Restriction.removeSomeValuesFrom(Node value)
Removes a value of property SomeValuesFrom as an RDF2Go node
|
static void |
Class.removeSubClassOf(Model model,
Resource instanceResource,
Node value)
Removes a value of property SubClassOf as an RDF2Go node
|
static void |
OwlClass.removeSubClassOf(Model model,
Resource instanceResource,
Node value)
Removes a value of property SubClassOf as an RDF2Go node
|
void |
Class.removeSubClassOf(Node value)
Removes a value of property SubClassOf as an RDF2Go node
|
void |
OwlClass.removeSubClassOf(Node value)
Removes a value of property SubClassOf as an RDF2Go node
|
static void |
Property.removeSubPropertyOf(Model model,
Resource instanceResource,
Node value)
Removes a value of property SubPropertyOf as an RDF2Go node
|
void |
Property.removeSubPropertyOf(Node value)
Removes a value of property SubPropertyOf as an RDF2Go node
|
static void |
Resource.removeType(Model model,
Resource instanceResource,
Node value)
Removes a value of property Type as an RDF2Go node
|
void |
Resource.removeType(Node value)
Removes a value of property Type as an RDF2Go node
|
static void |
Resource.removeValue(Model model,
Resource instanceResource,
Node value)
Removes a value of property Value as an RDF2Go node
|
void |
Resource.removeValue(Node value)
Removes a value of property Value as an RDF2Go node
|
static void |
OWL_Protege_NRL_Restriction.setAllValuesFrom(Model model,
Resource instanceResource,
Node value)
Sets a value of property AllValuesFrom from an RDF2Go node.
|
void |
OWL_Protege_NRL_Restriction.setAllValuesFrom(Node value)
Sets a value of property AllValuesFrom from an RDF2Go node.
|
static void |
OWL_Protege_NRL_Restriction.setCardinality(Model model,
Resource instanceResource,
Node value)
Sets a value of property Cardinality from an RDF2Go node.
|
void |
OWL_Protege_NRL_Restriction.setCardinality(Node value)
Sets a value of property Cardinality from an RDF2Go node.
|
static void |
Resource.setComment(Model model,
Resource instanceResource,
Node value)
Sets a value of property Comment from an RDF2Go node.
|
void |
Resource.setComment(Node value)
Sets a value of property Comment from an RDF2Go node.
|
static void |
Property.setDomain(Model model,
Resource instanceResource,
Node value)
Sets a value of property Domain from an RDF2Go node.
|
void |
Property.setDomain(Node value)
Sets a value of property Domain from an RDF2Go node.
|
static void |
OWL_Protege_NRL_Restriction.setHasValue(Model model,
Resource instanceResource,
Node value)
Sets a value of property HasValue from an RDF2Go node.
|
void |
OWL_Protege_NRL_Restriction.setHasValue(Node value)
Sets a value of property HasValue from an RDF2Go node.
|
static void |
Resource.setIsDefinedBy(Model model,
Resource instanceResource,
Node value)
Sets a value of property IsDefinedBy from an RDF2Go node.
|
void |
Resource.setIsDefinedBy(Node value)
Sets a value of property IsDefinedBy from an RDF2Go node.
|
static void |
Resource.setLabel(Model model,
Resource instanceResource,
Node value)
Sets a value of property Label from an RDF2Go node.
|
void |
Resource.setLabel(Node value)
Sets a value of property Label from an RDF2Go node.
|
static void |
OWL_Protege_NRL_Restriction.setMaxCardinality(Model model,
Resource instanceResource,
Node value)
Sets a value of property MaxCardinality from an RDF2Go node.
|
void |
OWL_Protege_NRL_Restriction.setMaxCardinality(Node value)
Sets a value of property MaxCardinality from an RDF2Go node.
|
static void |
Resource.setMember(Model model,
Resource instanceResource,
Node value)
Sets a value of property Member from an RDF2Go node.
|
void |
Resource.setMember(Node value)
Sets a value of property Member from an RDF2Go node.
|
static void |
OWL_Protege_NRL_Restriction.setMinCardinality(Model model,
Resource instanceResource,
Node value)
Sets a value of property MinCardinality from an RDF2Go node.
|
void |
OWL_Protege_NRL_Restriction.setMinCardinality(Node value)
Sets a value of property MinCardinality from an RDF2Go node.
|
static void |
OwlClass.setOneOf(Model model,
Resource instanceResource,
Node value)
Sets a value of property OneOf from an RDF2Go node.
|
void |
OwlClass.setOneOf(Node value)
Sets a value of property OneOf from an RDF2Go node.
|
static void |
OWL_Protege_NRL_Restriction.setOnProperty(Model model,
Resource instanceResource,
Node value)
Sets a value of property OnProperty from an RDF2Go node.
|
void |
OWL_Protege_NRL_Restriction.setOnProperty(Node value)
Sets a value of property OnProperty from an RDF2Go node.
|
static void |
Property.setRange(Model model,
Resource instanceResource,
Node value)
Sets a value of property Range from an RDF2Go node.
|
void |
Property.setRange(Node value)
Sets a value of property Range from an RDF2Go node.
|
static void |
Resource.setSeeAlso(Model model,
Resource instanceResource,
Node value)
Sets a value of property SeeAlso from an RDF2Go node.
|
void |
Resource.setSeeAlso(Node value)
Sets a value of property SeeAlso from an RDF2Go node.
|
static void |
OWL_Protege_NRL_Restriction.setSomeValuesFrom(Model model,
Resource instanceResource,
Node value)
Sets a value of property SomeValuesFrom from an RDF2Go node.
|
void |
OWL_Protege_NRL_Restriction.setSomeValuesFrom(Node value)
Sets a value of property SomeValuesFrom from an RDF2Go node.
|
static void |
Class.setSubClassOf(Model model,
Resource instanceResource,
Node value)
Sets a value of property SubClassOf from an RDF2Go node.
|
static void |
OwlClass.setSubClassOf(Model model,
Resource instanceResource,
Node value)
Sets a value of property SubClassOf from an RDF2Go node.
|
void |
Class.setSubClassOf(Node value)
Sets a value of property SubClassOf from an RDF2Go node.
|
void |
OwlClass.setSubClassOf(Node value)
Sets a value of property SubClassOf from an RDF2Go node.
|
static void |
Property.setSubPropertyOf(Model model,
Resource instanceResource,
Node value)
Sets a value of property SubPropertyOf from an RDF2Go node.
|
void |
Property.setSubPropertyOf(Node value)
Sets a value of property SubPropertyOf from an RDF2Go node.
|
static void |
Resource.setType(Model model,
Resource instanceResource,
Node value)
Sets a value of property Type from an RDF2Go node.
|
void |
Resource.setType(Node value)
Sets a value of property Type from an RDF2Go node.
|
static void |
Resource.setValue(Model model,
Resource instanceResource,
Node value)
Sets a value of property Value from an RDF2Go node.
|
void |
Resource.setValue(Node value)
Sets a value of property Value from an RDF2Go node.
|
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 | Method and Description |
---|---|
ReactorResult<Node> |
Restriction.getAllAllValuesFrom_asNode_()
Get all values of property AllValuesFrom as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
Restriction.getAllAllValuesFrom_asNode_(Model model,
Resource instanceResource)
Get all values of property AllValuesFrom as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
Restriction.getAllAllValuesFrom_asNode()
Get all values of property AllValuesFrom as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Restriction.getAllAllValuesFrom_asNode(Model model,
Resource instanceResource)
Get all values of property AllValuesFrom as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
Ontology.getAllBackwardCompatibleWith_asNode_()
Get all values of property BackwardCompatibleWith as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
Ontology.getAllBackwardCompatibleWith_asNode_(Model model,
Resource instanceResource)
Get all values of property BackwardCompatibleWith as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
Ontology.getAllBackwardCompatibleWith_asNode()
Get all values of property BackwardCompatibleWith as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Ontology.getAllBackwardCompatibleWith_asNode(Model model,
Resource instanceResource)
Get all values of property BackwardCompatibleWith as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
Restriction.getAllCardinality_asNode_()
Get all values of property Cardinality as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
Restriction.getAllCardinality_asNode_(Model model,
Resource instanceResource)
Get all values of property Cardinality as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
Restriction.getAllCardinality_asNode()
Get all values of property Cardinality as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Restriction.getAllCardinality_asNode(Model model,
Resource instanceResource)
Get all values of property Cardinality as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
OwlClass.getAllComplementOf_asNode_()
Get all values of property ComplementOf as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
OwlClass.getAllComplementOf_asNode_(Model model,
Resource instanceResource)
Get all values of property ComplementOf as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
OwlClass.getAllComplementOf_asNode()
Get all values of property ComplementOf as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
OwlClass.getAllComplementOf_asNode(Model model,
Resource instanceResource)
Get all values of property ComplementOf as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
OwlThing.getAllDifferentFrom_asNode_()
Get all values of property DifferentFrom as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
OwlThing.getAllDifferentFrom_asNode_(Model model,
Resource instanceResource)
Get all values of property DifferentFrom as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
OwlThing.getAllDifferentFrom_asNode()
Get all values of property DifferentFrom as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
OwlThing.getAllDifferentFrom_asNode(Model model,
Resource instanceResource)
Get all values of property DifferentFrom as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
OwlClass.getAllDisjointWith_asNode_()
Get all values of property DisjointWith as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
OwlClass.getAllDisjointWith_asNode_(Model model,
Resource instanceResource)
Get all values of property DisjointWith as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
OwlClass.getAllDisjointWith_asNode()
Get all values of property DisjointWith as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
OwlClass.getAllDisjointWith_asNode(Model model,
Resource instanceResource)
Get all values of property DisjointWith as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
AllDifferent.getAllDistinctMembers_asNode_()
Get all values of property DistinctMembers as a ReactorResult of RDF2Go
nodes
|
static ReactorResult<Node> |
AllDifferent.getAllDistinctMembers_asNode_(Model model,
Resource instanceResource)
Get all values of property DistinctMembers as a ReactorResult of RDF2Go
nodes
|
ClosableIterator<Node> |
AllDifferent.getAllDistinctMembers_asNode()
Get all values of property DistinctMembers as an Iterator over RDF2Go
nodes
|
static ClosableIterator<Node> |
AllDifferent.getAllDistinctMembers_asNode(Model model,
Resource instanceResource)
Get all values of property DistinctMembers as an Iterator over RDF2Go
nodes
|
ReactorResult<Node> |
OwlProperty.getAllDomain_asNode_()
Get all values of property Domain as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
OwlProperty.getAllDomain_asNode_(Model model,
Resource instanceResource)
Get all values of property Domain as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
OwlProperty.getAllDomain_asNode()
Get all values of property Domain as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
OwlProperty.getAllDomain_asNode(Model model,
Resource instanceResource)
Get all values of property Domain as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
OwlClass.getAllEquivalentClass_asNode_()
Get all values of property EquivalentClass as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
OwlClass.getAllEquivalentClass_asNode_(Model model,
Resource instanceResource)
Get all values of property EquivalentClass as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
OwlClass.getAllEquivalentClass_asNode()
Get all values of property EquivalentClass as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
OwlClass.getAllEquivalentClass_asNode(Model model,
Resource instanceResource)
Get all values of property EquivalentClass as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
OwlThing.getAllEquivalentProperty_asNode_()
Get all values of property EquivalentProperty as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
OwlThing.getAllEquivalentProperty_asNode_(Model model,
Resource instanceResource)
Get all values of property EquivalentProperty as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
OwlThing.getAllEquivalentProperty_asNode()
Get all values of property EquivalentProperty as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
OwlThing.getAllEquivalentProperty_asNode(Model model,
Resource instanceResource)
Get all values of property EquivalentProperty as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
Restriction.getAllHasValue_asNode_()
Get all values of property HasValue as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
Restriction.getAllHasValue_asNode_(Model model,
Resource instanceResource)
Get all values of property HasValue as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
Restriction.getAllHasValue_asNode()
Get all values of property HasValue as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Restriction.getAllHasValue_asNode(Model model,
Resource instanceResource)
Get all values of property HasValue as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
Ontology.getAllImports_asNode_()
Get all values of property Imports as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
Ontology.getAllImports_asNode_(Model model,
Resource instanceResource)
Get all values of property Imports as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
Ontology.getAllImports_asNode()
Get all values of property Imports as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Ontology.getAllImports_asNode(Model model,
Resource instanceResource)
Get all values of property Imports as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
Ontology.getAllIncompatibleWith_asNode_()
Get all values of property IncompatibleWith as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
Ontology.getAllIncompatibleWith_asNode_(Model model,
Resource instanceResource)
Get all values of property IncompatibleWith as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
Ontology.getAllIncompatibleWith_asNode()
Get all values of property IncompatibleWith as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Ontology.getAllIncompatibleWith_asNode(Model model,
Resource instanceResource)
Get all values of property IncompatibleWith as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
OwlClass.getAllIntersectionOf_asNode_()
Get all values of property IntersectionOf as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
OwlClass.getAllIntersectionOf_asNode_(Model model,
Resource instanceResource)
Get all values of property IntersectionOf as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
OwlClass.getAllIntersectionOf_asNode()
Get all values of property IntersectionOf as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
OwlClass.getAllIntersectionOf_asNode(Model model,
Resource instanceResource)
Get all values of property IntersectionOf as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
ObjectProperty.getAllInverseOf_asNode_()
Get all values of property InverseOf as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
ObjectProperty.getAllInverseOf_asNode_(Model model,
Resource instanceResource)
Get all values of property InverseOf as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
ObjectProperty.getAllInverseOf_asNode()
Get all values of property InverseOf as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
ObjectProperty.getAllInverseOf_asNode(Model model,
Resource instanceResource)
Get all values of property InverseOf as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
Restriction.getAllMaxCardinality_asNode_()
Get all values of property MaxCardinality as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
Restriction.getAllMaxCardinality_asNode_(Model model,
Resource instanceResource)
Get all values of property MaxCardinality as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
Restriction.getAllMaxCardinality_asNode()
Get all values of property MaxCardinality as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Restriction.getAllMaxCardinality_asNode(Model model,
Resource instanceResource)
Get all values of property MaxCardinality as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
Restriction.getAllMinCardinality_asNode_()
Get all values of property MinCardinality as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
Restriction.getAllMinCardinality_asNode_(Model model,
Resource instanceResource)
Get all values of property MinCardinality as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
Restriction.getAllMinCardinality_asNode()
Get all values of property MinCardinality as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Restriction.getAllMinCardinality_asNode(Model model,
Resource instanceResource)
Get all values of property MinCardinality as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
OwlClass.getAllOneOf_asNode_()
Get all values of property OneOf as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
OwlClass.getAllOneOf_asNode_(Model model,
Resource instanceResource)
Get all values of property OneOf as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
OwlClass.getAllOneOf_asNode()
Get all values of property OneOf as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
OwlClass.getAllOneOf_asNode(Model model,
Resource instanceResource)
Get all values of property OneOf as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
Restriction.getAllOnProperty_asNode_()
Get all values of property OnProperty as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
Restriction.getAllOnProperty_asNode_(Model model,
Resource instanceResource)
Get all values of property OnProperty as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
Restriction.getAllOnProperty_asNode()
Get all values of property OnProperty as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Restriction.getAllOnProperty_asNode(Model model,
Resource instanceResource)
Get all values of property OnProperty as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
Ontology.getAllPriorVersion_asNode_()
Get all values of property PriorVersion as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
Ontology.getAllPriorVersion_asNode_(Model model,
Resource instanceResource)
Get all values of property PriorVersion as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
Ontology.getAllPriorVersion_asNode()
Get all values of property PriorVersion as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Ontology.getAllPriorVersion_asNode(Model model,
Resource instanceResource)
Get all values of property PriorVersion as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
OwlProperty.getAllRange_asNode_()
Get all values of property Range as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
OwlProperty.getAllRange_asNode_(Model model,
Resource instanceResource)
Get all values of property Range as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
OwlProperty.getAllRange_asNode()
Get all values of property Range as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
OwlProperty.getAllRange_asNode(Model model,
Resource instanceResource)
Get all values of property Range as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
OwlThing.getAllSameAs_asNode_()
Get all values of property SameAs as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
OwlThing.getAllSameAs_asNode_(Model model,
Resource instanceResource)
Get all values of property SameAs as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
OwlThing.getAllSameAs_asNode()
Get all values of property SameAs as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
OwlThing.getAllSameAs_asNode(Model model,
Resource instanceResource)
Get all values of property SameAs as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
Restriction.getAllSomeValuesFrom_asNode_()
Get all values of property SomeValuesFrom as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
Restriction.getAllSomeValuesFrom_asNode_(Model model,
Resource instanceResource)
Get all values of property SomeValuesFrom as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
Restriction.getAllSomeValuesFrom_asNode()
Get all values of property SomeValuesFrom as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Restriction.getAllSomeValuesFrom_asNode(Model model,
Resource instanceResource)
Get all values of property SomeValuesFrom as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
OwlClass.getAllSubClassOf_asNode_()
Get all values of property SubClassOf as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
OwlClass.getAllSubClassOf_asNode_(Model model,
Resource instanceResource)
Get all values of property SubClassOf as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
OwlClass.getAllSubClassOf_asNode()
Get all values of property SubClassOf as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
OwlClass.getAllSubClassOf_asNode(Model model,
Resource instanceResource)
Get all values of property SubClassOf as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
OwlProperty.getAllSubPropertyOf_asNode_()
Get all values of property SubPropertyOf as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
OwlProperty.getAllSubPropertyOf_asNode_(Model model,
Resource instanceResource)
Get all values of property SubPropertyOf as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
OwlProperty.getAllSubPropertyOf_asNode()
Get all values of property SubPropertyOf as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
OwlProperty.getAllSubPropertyOf_asNode(Model model,
Resource instanceResource)
Get all values of property SubPropertyOf as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
OwlClass.getAllUnionOf_asNode_()
Get all values of property UnionOf as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
OwlClass.getAllUnionOf_asNode_(Model model,
Resource instanceResource)
Get all values of property UnionOf as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
OwlClass.getAllUnionOf_asNode()
Get all values of property UnionOf as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
OwlClass.getAllUnionOf_asNode(Model model,
Resource instanceResource)
Get all values of property UnionOf as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
OwlThing.getAllVersionInfo_asNode_()
Get all values of property VersionInfo as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
OwlThing.getAllVersionInfo_asNode_(Model model,
Resource instanceResource)
Get all values of property VersionInfo as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
OwlThing.getAllVersionInfo_asNode()
Get all values of property VersionInfo as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
OwlThing.getAllVersionInfo_asNode(Model model,
Resource instanceResource)
Get all values of property VersionInfo as an Iterator over RDF2Go nodes
|
Modifier and Type | Method and Description |
---|---|
static void |
Restriction.addAllValuesFrom(Model model,
Resource instanceResource,
Node value)
Adds a value to property AllValuesFrom as an RDF2Go node
|
void |
Restriction.addAllValuesFrom(Node value)
Adds a value to property AllValuesFrom as an RDF2Go node
|
static void |
Ontology.addBackwardCompatibleWith(Model model,
Resource instanceResource,
Node value)
Adds a value to property BackwardCompatibleWith as an RDF2Go node
|
void |
Ontology.addBackwardCompatibleWith(Node value)
Adds a value to property BackwardCompatibleWith as an RDF2Go node
|
static void |
Restriction.addCardinality(Model model,
Resource instanceResource,
Node value)
Adds a value to property Cardinality as an RDF2Go node
|
void |
Restriction.addCardinality(Node value)
Adds a value to property Cardinality as an RDF2Go node
|
static void |
OwlClass.addComplementOf(Model model,
Resource instanceResource,
Node value)
Adds a value to property ComplementOf as an RDF2Go node
|
void |
OwlClass.addComplementOf(Node value)
Adds a value to property ComplementOf as an RDF2Go node
|
static void |
OwlThing.addDifferentFrom(Model model,
Resource instanceResource,
Node value)
Adds a value to property DifferentFrom as an RDF2Go node
|
void |
OwlThing.addDifferentFrom(Node value)
Adds a value to property DifferentFrom as an RDF2Go node
|
static void |
OwlClass.addDisjointWith(Model model,
Resource instanceResource,
Node value)
Adds a value to property DisjointWith as an RDF2Go node
|
void |
OwlClass.addDisjointWith(Node value)
Adds a value to property DisjointWith as an RDF2Go node
|
static void |
AllDifferent.addDistinctMembers(Model model,
Resource instanceResource,
Node value)
Adds a value to property DistinctMembers as an RDF2Go node
|
void |
AllDifferent.addDistinctMembers(Node value)
Adds a value to property DistinctMembers as an RDF2Go node
|
static void |
OwlProperty.addDomain(Model model,
Resource instanceResource,
Node value)
Adds a value to property Domain as an RDF2Go node
|
void |
OwlProperty.addDomain(Node value)
Adds a value to property Domain as an RDF2Go node
|
static void |
OwlClass.addEquivalentClass(Model model,
Resource instanceResource,
Node value)
Adds a value to property EquivalentClass as an RDF2Go node
|
void |
OwlClass.addEquivalentClass(Node value)
Adds a value to property EquivalentClass as an RDF2Go node
|
static void |
OwlThing.addEquivalentProperty(Model model,
Resource instanceResource,
Node value)
Adds a value to property EquivalentProperty as an RDF2Go node
|
void |
OwlThing.addEquivalentProperty(Node value)
Adds a value to property EquivalentProperty as an RDF2Go node
|
static void |
Restriction.addHasValue(Model model,
Resource instanceResource,
Node value)
Adds a value to property HasValue as an RDF2Go node
|
void |
Restriction.addHasValue(Node value)
Adds a value to property HasValue as an RDF2Go node
|
static void |
Ontology.addImports(Model model,
Resource instanceResource,
Node value)
Adds a value to property Imports as an RDF2Go node
|
void |
Ontology.addImports(Node value)
Adds a value to property Imports as an RDF2Go node
|
static void |
Ontology.addIncompatibleWith(Model model,
Resource instanceResource,
Node value)
Adds a value to property IncompatibleWith as an RDF2Go node
|
void |
Ontology.addIncompatibleWith(Node value)
Adds a value to property IncompatibleWith as an RDF2Go node
|
static void |
OwlClass.addIntersectionOf(Model model,
Resource instanceResource,
Node value)
Adds a value to property IntersectionOf as an RDF2Go node
|
void |
OwlClass.addIntersectionOf(Node value)
Adds a value to property IntersectionOf as an RDF2Go node
|
static void |
ObjectProperty.addInverseOf(Model model,
Resource instanceResource,
Node value)
Adds a value to property InverseOf as an RDF2Go node
|
void |
ObjectProperty.addInverseOf(Node value)
Adds a value to property InverseOf as an RDF2Go node
|
static void |
Restriction.addMaxCardinality(Model model,
Resource instanceResource,
Node value)
Adds a value to property MaxCardinality as an RDF2Go node
|
void |
Restriction.addMaxCardinality(Node value)
Adds a value to property MaxCardinality as an RDF2Go node
|
static void |
Restriction.addMinCardinality(Model model,
Resource instanceResource,
Node value)
Adds a value to property MinCardinality as an RDF2Go node
|
void |
Restriction.addMinCardinality(Node value)
Adds a value to property MinCardinality as an RDF2Go node
|
static void |
OwlClass.addOneOf(Model model,
Resource instanceResource,
Node value)
Adds a value to property OneOf as an RDF2Go node
|
void |
OwlClass.addOneOf(Node value)
Adds a value to property OneOf as an RDF2Go node
|
static void |
Restriction.addOnProperty(Model model,
Resource instanceResource,
Node value)
Adds a value to property OnProperty as an RDF2Go node
|
void |
Restriction.addOnProperty(Node value)
Adds a value to property OnProperty as an RDF2Go node
|
static void |
Ontology.addPriorVersion(Model model,
Resource instanceResource,
Node value)
Adds a value to property PriorVersion as an RDF2Go node
|
void |
Ontology.addPriorVersion(Node value)
Adds a value to property PriorVersion as an RDF2Go node
|
static void |
OwlProperty.addRange(Model model,
Resource instanceResource,
Node value)
Adds a value to property Range as an RDF2Go node
|
void |
OwlProperty.addRange(Node value)
Adds a value to property Range as an RDF2Go node
|
static void |
OwlThing.addSameAs(Model model,
Resource instanceResource,
Node value)
Adds a value to property SameAs as an RDF2Go node
|
void |
OwlThing.addSameAs(Node value)
Adds a value to property SameAs as an RDF2Go node
|
static void |
Restriction.addSomeValuesFrom(Model model,
Resource instanceResource,
Node value)
Adds a value to property SomeValuesFrom as an RDF2Go node
|
void |
Restriction.addSomeValuesFrom(Node value)
Adds a value to property SomeValuesFrom as an RDF2Go node
|
static void |
OwlClass.addSubClassOf(Model model,
Resource instanceResource,
Node value)
Adds a value to property SubClassOf as an RDF2Go node
|
void |
OwlClass.addSubClassOf(Node value)
Adds a value to property SubClassOf as an RDF2Go node
|
static void |
OwlProperty.addSubPropertyOf(Model model,
Resource instanceResource,
Node value)
Adds a value to property SubPropertyOf as an RDF2Go node
|
void |
OwlProperty.addSubPropertyOf(Node value)
Adds a value to property SubPropertyOf as an RDF2Go node
|
static void |
OwlClass.addUnionOf(Model model,
Resource instanceResource,
Node value)
Adds a value to property UnionOf as an RDF2Go node
|
void |
OwlClass.addUnionOf(Node value)
Adds a value to property UnionOf as an RDF2Go node
|
static void |
OwlThing.addVersionInfo(Model model,
Resource instanceResource,
Node value)
Adds a value to property VersionInfo as an RDF2Go node
|
void |
OwlThing.addVersionInfo(Node value)
Adds a value to property VersionInfo as an RDF2Go node
|
static void |
Restriction.removeAllValuesFrom(Model model,
Resource instanceResource,
Node value)
Removes a value of property AllValuesFrom as an RDF2Go node
|
void |
Restriction.removeAllValuesFrom(Node value)
Removes a value of property AllValuesFrom as an RDF2Go node
|
static void |
Ontology.removeBackwardCompatibleWith(Model model,
Resource instanceResource,
Node value)
Removes a value of property BackwardCompatibleWith as an RDF2Go node
|
void |
Ontology.removeBackwardCompatibleWith(Node value)
Removes a value of property BackwardCompatibleWith as an RDF2Go node
|
static void |
Restriction.removeCardinality(Model model,
Resource instanceResource,
Node value)
Removes a value of property Cardinality as an RDF2Go node
|
void |
Restriction.removeCardinality(Node value)
Removes a value of property Cardinality as an RDF2Go node
|
static void |
OwlClass.removeComplementOf(Model model,
Resource instanceResource,
Node value)
Removes a value of property ComplementOf as an RDF2Go node
|
void |
OwlClass.removeComplementOf(Node value)
Removes a value of property ComplementOf as an RDF2Go node
|
static void |
OwlThing.removeDifferentFrom(Model model,
Resource instanceResource,
Node value)
Removes a value of property DifferentFrom as an RDF2Go node
|
void |
OwlThing.removeDifferentFrom(Node value)
Removes a value of property DifferentFrom as an RDF2Go node
|
static void |
OwlClass.removeDisjointWith(Model model,
Resource instanceResource,
Node value)
Removes a value of property DisjointWith as an RDF2Go node
|
void |
OwlClass.removeDisjointWith(Node value)
Removes a value of property DisjointWith as an RDF2Go node
|
static void |
AllDifferent.removeDistinctMembers(Model model,
Resource instanceResource,
Node value)
Removes a value of property DistinctMembers as an RDF2Go node
|
void |
AllDifferent.removeDistinctMembers(Node value)
Removes a value of property DistinctMembers as an RDF2Go node
|
static void |
OwlProperty.removeDomain(Model model,
Resource instanceResource,
Node value)
Removes a value of property Domain as an RDF2Go node
|
void |
OwlProperty.removeDomain(Node value)
Removes a value of property Domain as an RDF2Go node
|
static void |
OwlClass.removeEquivalentClass(Model model,
Resource instanceResource,
Node value)
Removes a value of property EquivalentClass as an RDF2Go node
|
void |
OwlClass.removeEquivalentClass(Node value)
Removes a value of property EquivalentClass as an RDF2Go node
|
static void |
OwlThing.removeEquivalentProperty(Model model,
Resource instanceResource,
Node value)
Removes a value of property EquivalentProperty as an RDF2Go node
|
void |
OwlThing.removeEquivalentProperty(Node value)
Removes a value of property EquivalentProperty as an RDF2Go node
|
static void |
Restriction.removeHasValue(Model model,
Resource instanceResource,
Node value)
Removes a value of property HasValue as an RDF2Go node
|
void |
Restriction.removeHasValue(Node value)
Removes a value of property HasValue as an RDF2Go node
|
static void |
Ontology.removeImports(Model model,
Resource instanceResource,
Node value)
Removes a value of property Imports as an RDF2Go node
|
void |
Ontology.removeImports(Node value)
Removes a value of property Imports as an RDF2Go node
|
static void |
Ontology.removeIncompatibleWith(Model model,
Resource instanceResource,
Node value)
Removes a value of property IncompatibleWith as an RDF2Go node
|
void |
Ontology.removeIncompatibleWith(Node value)
Removes a value of property IncompatibleWith as an RDF2Go node
|
static void |
OwlClass.removeIntersectionOf(Model model,
Resource instanceResource,
Node value)
Removes a value of property IntersectionOf as an RDF2Go node
|
void |
OwlClass.removeIntersectionOf(Node value)
Removes a value of property IntersectionOf as an RDF2Go node
|
static void |
ObjectProperty.removeInverseOf(Model model,
Resource instanceResource,
Node value)
Removes a value of property InverseOf as an RDF2Go node
|
void |
ObjectProperty.removeInverseOf(Node value)
Removes a value of property InverseOf as an RDF2Go node
|
static void |
Restriction.removeMaxCardinality(Model model,
Resource instanceResource,
Node value)
Removes a value of property MaxCardinality as an RDF2Go node
|
void |
Restriction.removeMaxCardinality(Node value)
Removes a value of property MaxCardinality as an RDF2Go node
|
static void |
Restriction.removeMinCardinality(Model model,
Resource instanceResource,
Node value)
Removes a value of property MinCardinality as an RDF2Go node
|
void |
Restriction.removeMinCardinality(Node value)
Removes a value of property MinCardinality as an RDF2Go node
|
static void |
OwlClass.removeOneOf(Model model,
Resource instanceResource,
Node value)
Removes a value of property OneOf as an RDF2Go node
|
void |
OwlClass.removeOneOf(Node value)
Removes a value of property OneOf as an RDF2Go node
|
static void |
Restriction.removeOnProperty(Model model,
Resource instanceResource,
Node value)
Removes a value of property OnProperty as an RDF2Go node
|
void |
Restriction.removeOnProperty(Node value)
Removes a value of property OnProperty as an RDF2Go node
|
static void |
Ontology.removePriorVersion(Model model,
Resource instanceResource,
Node value)
Removes a value of property PriorVersion as an RDF2Go node
|
void |
Ontology.removePriorVersion(Node value)
Removes a value of property PriorVersion as an RDF2Go node
|
static void |
OwlProperty.removeRange(Model model,
Resource instanceResource,
Node value)
Removes a value of property Range as an RDF2Go node
|
void |
OwlProperty.removeRange(Node value)
Removes a value of property Range as an RDF2Go node
|
static void |
OwlThing.removeSameAs(Model model,
Resource instanceResource,
Node value)
Removes a value of property SameAs as an RDF2Go node
|
void |
OwlThing.removeSameAs(Node value)
Removes a value of property SameAs as an RDF2Go node
|
static void |
Restriction.removeSomeValuesFrom(Model model,
Resource instanceResource,
Node value)
Removes a value of property SomeValuesFrom as an RDF2Go node
|
void |
Restriction.removeSomeValuesFrom(Node value)
Removes a value of property SomeValuesFrom as an RDF2Go node
|
static void |
OwlClass.removeSubClassOf(Model model,
Resource instanceResource,
Node value)
Removes a value of property SubClassOf as an RDF2Go node
|
void |
OwlClass.removeSubClassOf(Node value)
Removes a value of property SubClassOf as an RDF2Go node
|
static void |
OwlProperty.removeSubPropertyOf(Model model,
Resource instanceResource,
Node value)
Removes a value of property SubPropertyOf as an RDF2Go node
|
void |
OwlProperty.removeSubPropertyOf(Node value)
Removes a value of property SubPropertyOf as an RDF2Go node
|
static void |
OwlClass.removeUnionOf(Model model,
Resource instanceResource,
Node value)
Removes a value of property UnionOf as an RDF2Go node
|
void |
OwlClass.removeUnionOf(Node value)
Removes a value of property UnionOf as an RDF2Go node
|
static void |
OwlThing.removeVersionInfo(Model model,
Resource instanceResource,
Node value)
Removes a value of property VersionInfo as an RDF2Go node
|
void |
OwlThing.removeVersionInfo(Node value)
Removes a value of property VersionInfo as an RDF2Go node
|
static void |
Restriction.setAllValuesFrom(Model model,
Resource instanceResource,
Node value)
Sets a value of property AllValuesFrom from an RDF2Go node.
|
void |
Restriction.setAllValuesFrom(Node value)
Sets a value of property AllValuesFrom from an RDF2Go node.
|
static void |
Ontology.setBackwardCompatibleWith(Model model,
Resource instanceResource,
Node value)
Sets a value of property BackwardCompatibleWith from an RDF2Go node.
|
void |
Ontology.setBackwardCompatibleWith(Node value)
Sets a value of property BackwardCompatibleWith from an RDF2Go node.
|
static void |
Restriction.setCardinality(Model model,
Resource instanceResource,
Node value)
Sets a value of property Cardinality from an RDF2Go node.
|
void |
Restriction.setCardinality(Node value)
Sets a value of property Cardinality from an RDF2Go node.
|
static void |
OwlClass.setComplementOf(Model model,
Resource instanceResource,
Node value)
Sets a value of property ComplementOf from an RDF2Go node.
|
void |
OwlClass.setComplementOf(Node value)
Sets a value of property ComplementOf from an RDF2Go node.
|
static void |
OwlThing.setDifferentFrom(Model model,
Resource instanceResource,
Node value)
Sets a value of property DifferentFrom from an RDF2Go node.
|
void |
OwlThing.setDifferentFrom(Node value)
Sets a value of property DifferentFrom from an RDF2Go node.
|
static void |
OwlClass.setDisjointWith(Model model,
Resource instanceResource,
Node value)
Sets a value of property DisjointWith from an RDF2Go node.
|
void |
OwlClass.setDisjointWith(Node value)
Sets a value of property DisjointWith from an RDF2Go node.
|
static void |
AllDifferent.setDistinctMembers(Model model,
Resource instanceResource,
Node value)
Sets a value of property DistinctMembers from an RDF2Go node.
|
void |
AllDifferent.setDistinctMembers(Node value)
Sets a value of property DistinctMembers from an RDF2Go node.
|
static void |
OwlProperty.setDomain(Model model,
Resource instanceResource,
Node value)
Sets a value of property Domain from an RDF2Go node.
|
void |
OwlProperty.setDomain(Node value)
Sets a value of property Domain from an RDF2Go node.
|
static void |
OwlClass.setEquivalentClass(Model model,
Resource instanceResource,
Node value)
Sets a value of property EquivalentClass from an RDF2Go node.
|
void |
OwlClass.setEquivalentClass(Node value)
Sets a value of property EquivalentClass from an RDF2Go node.
|
static void |
OwlThing.setEquivalentProperty(Model model,
Resource instanceResource,
Node value)
Sets a value of property EquivalentProperty from an RDF2Go node.
|
void |
OwlThing.setEquivalentProperty(Node value)
Sets a value of property EquivalentProperty from an RDF2Go node.
|
static void |
Restriction.setHasValue(Model model,
Resource instanceResource,
Node value)
Sets a value of property HasValue from an RDF2Go node.
|
void |
Restriction.setHasValue(Node value)
Sets a value of property HasValue from an RDF2Go node.
|
static void |
Ontology.setImports(Model model,
Resource instanceResource,
Node value)
Sets a value of property Imports from an RDF2Go node.
|
void |
Ontology.setImports(Node value)
Sets a value of property Imports from an RDF2Go node.
|
static void |
Ontology.setIncompatibleWith(Model model,
Resource instanceResource,
Node value)
Sets a value of property IncompatibleWith from an RDF2Go node.
|
void |
Ontology.setIncompatibleWith(Node value)
Sets a value of property IncompatibleWith from an RDF2Go node.
|
static void |
OwlClass.setIntersectionOf(Model model,
Resource instanceResource,
Node value)
Sets a value of property IntersectionOf from an RDF2Go node.
|
void |
OwlClass.setIntersectionOf(Node value)
Sets a value of property IntersectionOf from an RDF2Go node.
|
static void |
ObjectProperty.setInverseOf(Model model,
Resource instanceResource,
Node value)
Sets a value of property InverseOf from an RDF2Go node.
|
void |
ObjectProperty.setInverseOf(Node value)
Sets a value of property InverseOf from an RDF2Go node.
|
static void |
Restriction.setMaxCardinality(Model model,
Resource instanceResource,
Node value)
Sets a value of property MaxCardinality from an RDF2Go node.
|
void |
Restriction.setMaxCardinality(Node value)
Sets a value of property MaxCardinality from an RDF2Go node.
|
static void |
Restriction.setMinCardinality(Model model,
Resource instanceResource,
Node value)
Sets a value of property MinCardinality from an RDF2Go node.
|
void |
Restriction.setMinCardinality(Node value)
Sets a value of property MinCardinality from an RDF2Go node.
|
static void |
OwlClass.setOneOf(Model model,
Resource instanceResource,
Node value)
Sets a value of property OneOf from an RDF2Go node.
|
void |
OwlClass.setOneOf(Node value)
Sets a value of property OneOf from an RDF2Go node.
|
static void |
Restriction.setOnProperty(Model model,
Resource instanceResource,
Node value)
Sets a value of property OnProperty from an RDF2Go node.
|
void |
Restriction.setOnProperty(Node value)
Sets a value of property OnProperty from an RDF2Go node.
|
static void |
Ontology.setPriorVersion(Model model,
Resource instanceResource,
Node value)
Sets a value of property PriorVersion from an RDF2Go node.
|
void |
Ontology.setPriorVersion(Node value)
Sets a value of property PriorVersion from an RDF2Go node.
|
static void |
OwlProperty.setRange(Model model,
Resource instanceResource,
Node value)
Sets a value of property Range from an RDF2Go node.
|
void |
OwlProperty.setRange(Node value)
Sets a value of property Range from an RDF2Go node.
|
static void |
OwlThing.setSameAs(Model model,
Resource instanceResource,
Node value)
Sets a value of property SameAs from an RDF2Go node.
|
void |
OwlThing.setSameAs(Node value)
Sets a value of property SameAs from an RDF2Go node.
|
static void |
Restriction.setSomeValuesFrom(Model model,
Resource instanceResource,
Node value)
Sets a value of property SomeValuesFrom from an RDF2Go node.
|
void |
Restriction.setSomeValuesFrom(Node value)
Sets a value of property SomeValuesFrom from an RDF2Go node.
|
static void |
OwlClass.setSubClassOf(Model model,
Resource instanceResource,
Node value)
Sets a value of property SubClassOf from an RDF2Go node.
|
void |
OwlClass.setSubClassOf(Node value)
Sets a value of property SubClassOf from an RDF2Go node.
|
static void |
OwlProperty.setSubPropertyOf(Model model,
Resource instanceResource,
Node value)
Sets a value of property SubPropertyOf from an RDF2Go node.
|
void |
OwlProperty.setSubPropertyOf(Node value)
Sets a value of property SubPropertyOf from an RDF2Go node.
|
static void |
OwlClass.setUnionOf(Model model,
Resource instanceResource,
Node value)
Sets a value of property UnionOf from an RDF2Go node.
|
void |
OwlClass.setUnionOf(Node value)
Sets a value of property UnionOf from an RDF2Go node.
|
static void |
OwlThing.setVersionInfo(Model model,
Resource instanceResource,
Node value)
Sets a value of property VersionInfo from an RDF2Go node.
|
void |
OwlThing.setVersionInfo(Node value)
Sets a value of property VersionInfo from an RDF2Go node.
|
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 | Method and Description |
---|---|
ReactorResult<Node> |
Resource.getAllComment_asNode_()
Get all values of property Comment as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
Resource.getAllComment_asNode_(Model model,
Resource instanceResource)
Get all values of property Comment as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
Resource.getAllComment_asNode()
Get all values of property Comment as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Resource.getAllComment_asNode(Model model,
Resource instanceResource)
Get all values of property Comment as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
Property.getAllDomain_asNode_()
Get all values of property Domain as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
Property.getAllDomain_asNode_(Model model,
Resource instanceResource)
Get all values of property Domain as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
Property.getAllDomain_asNode()
Get all values of property Domain as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Property.getAllDomain_asNode(Model model,
Resource instanceResource)
Get all values of property Domain as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
List.getAllFirst_asNode_()
Get all values of property First as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
List.getAllFirst_asNode_(Model model,
Resource instanceResource)
Get all values of property First as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
List.getAllFirst_asNode()
Get all values of property First as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
List.getAllFirst_asNode(Model model,
Resource instanceResource)
Get all values of property First as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
Resource.getAllIsDefinedBy_asNode_()
Get all values of property IsDefinedBy as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
Resource.getAllIsDefinedBy_asNode_(Model model,
Resource instanceResource)
Get all values of property IsDefinedBy as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
Resource.getAllIsDefinedBy_asNode()
Get all values of property IsDefinedBy as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Resource.getAllIsDefinedBy_asNode(Model model,
Resource instanceResource)
Get all values of property IsDefinedBy as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
Resource.getAllLabel_asNode_()
Get all values of property Label as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
Resource.getAllLabel_asNode_(Model model,
Resource instanceResource)
Get all values of property Label as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
Resource.getAllLabel_asNode()
Get all values of property Label as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Resource.getAllLabel_asNode(Model model,
Resource instanceResource)
Get all values of property Label as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
Resource.getAllMember_asNode_()
Get all values of property Member as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
Resource.getAllMember_asNode_(Model model,
Resource instanceResource)
Get all values of property Member as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
Resource.getAllMember_asNode()
Get all values of property Member as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Resource.getAllMember_asNode(Model model,
Resource instanceResource)
Get all values of property Member as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
Statement.getAllObject_asNode_()
Get all values of property Object as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
Statement.getAllObject_asNode_(Model model,
Resource instanceResource)
Get all values of property Object as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
Statement.getAllObject_asNode()
Get all values of property Object as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Statement.getAllObject_asNode(Model model,
Resource instanceResource)
Get all values of property Object as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
Statement.getAllPredicate_asNode_()
Get all values of property Predicate as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
Statement.getAllPredicate_asNode_(Model model,
Resource instanceResource)
Get all values of property Predicate as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
Statement.getAllPredicate_asNode()
Get all values of property Predicate as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Statement.getAllPredicate_asNode(Model model,
Resource instanceResource)
Get all values of property Predicate as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
Property.getAllRange_asNode_()
Get all values of property Range as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
Property.getAllRange_asNode_(Model model,
Resource instanceResource)
Get all values of property Range as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
Property.getAllRange_asNode()
Get all values of property Range as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Property.getAllRange_asNode(Model model,
Resource instanceResource)
Get all values of property Range as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
List.getAllRest_asNode_()
Get all values of property Rest as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
List.getAllRest_asNode_(Model model,
Resource instanceResource)
Get all values of property Rest as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
List.getAllRest_asNode()
Get all values of property Rest as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
List.getAllRest_asNode(Model model,
Resource instanceResource)
Get all values of property Rest as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
Resource.getAllSeeAlso_asNode_()
Get all values of property SeeAlso as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
Resource.getAllSeeAlso_asNode_(Model model,
Resource instanceResource)
Get all values of property SeeAlso as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
Resource.getAllSeeAlso_asNode()
Get all values of property SeeAlso as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Resource.getAllSeeAlso_asNode(Model model,
Resource instanceResource)
Get all values of property SeeAlso as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
Class.getAllSubClassOf_asNode_()
Get all values of property SubClassOf as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
Class.getAllSubClassOf_asNode_(Model model,
Resource instanceResource)
Get all values of property SubClassOf as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
Class.getAllSubClassOf_asNode()
Get all values of property SubClassOf as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Class.getAllSubClassOf_asNode(Model model,
Resource instanceResource)
Get all values of property SubClassOf as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
Statement.getAllSubject_asNode_()
Get all values of property Subject as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
Statement.getAllSubject_asNode_(Model model,
Resource instanceResource)
Get all values of property Subject as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
Statement.getAllSubject_asNode()
Get all values of property Subject as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Statement.getAllSubject_asNode(Model model,
Resource instanceResource)
Get all values of property Subject as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
Property.getAllSubPropertyOf_asNode_()
Get all values of property SubPropertyOf as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
Property.getAllSubPropertyOf_asNode_(Model model,
Resource instanceResource)
Get all values of property SubPropertyOf as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
Property.getAllSubPropertyOf_asNode()
Get all values of property SubPropertyOf as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Property.getAllSubPropertyOf_asNode(Model model,
Resource instanceResource)
Get all values of property SubPropertyOf as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
Resource.getAllType_asNode_()
Get all values of property Type as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
Resource.getAllType_asNode_(Model model,
Resource instanceResource)
Get all values of property Type as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
Resource.getAllType_asNode()
Get all values of property Type as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Resource.getAllType_asNode(Model model,
Resource instanceResource)
Get all values of property Type as an Iterator over RDF2Go nodes
|
ReactorResult<Node> |
Resource.getAllValue_asNode_()
Get all values of property Value as a ReactorResult of RDF2Go nodes
|
static ReactorResult<Node> |
Resource.getAllValue_asNode_(Model model,
Resource instanceResource)
Get all values of property Value as a ReactorResult of RDF2Go nodes
|
ClosableIterator<Node> |
Resource.getAllValue_asNode()
Get all values of property Value as an Iterator over RDF2Go nodes
|
static ClosableIterator<Node> |
Resource.getAllValue_asNode(Model model,
Resource instanceResource)
Get all values of property Value as an Iterator over RDF2Go nodes
|
Modifier and Type | Method and Description |
---|---|
static void |
Resource.addComment(Model model,
Resource instanceResource,
Node value)
Adds a value to property Comment as an RDF2Go node
|
void |
Resource.addComment(Node value)
Adds a value to property Comment as an RDF2Go node
|
static void |
Property.addDomain(Model model,
Resource instanceResource,
Node value)
Adds a value to property Domain as an RDF2Go node
|
void |
Property.addDomain(Node value)
Adds a value to property Domain as an RDF2Go node
|
static void |
List.addFirst(Model model,
Resource instanceResource,
Node value)
Adds a value to property First as an RDF2Go node
|
void |
List.addFirst(Node value)
Adds a value to property First as an RDF2Go node
|
static void |
Resource.addIsDefinedBy(Model model,
Resource instanceResource,
Node value)
Adds a value to property IsDefinedBy as an RDF2Go node
|
void |
Resource.addIsDefinedBy(Node value)
Adds a value to property IsDefinedBy as an RDF2Go node
|
static void |
Resource.addLabel(Model model,
Resource instanceResource,
Node value)
Adds a value to property Label as an RDF2Go node
|
void |
Resource.addLabel(Node value)
Adds a value to property Label as an RDF2Go node
|
static void |
Resource.addMember(Model model,
Resource instanceResource,
Node value)
Adds a value to property Member as an RDF2Go node
|
void |
Resource.addMember(Node value)
Adds a value to property Member as an RDF2Go node
|
static void |
Statement.addObject(Model model,
Resource instanceResource,
Node value)
Adds a value to property Object as an RDF2Go node
|
void |
Statement.addObject(Node value)
Adds a value to property Object as an RDF2Go node
|
static void |
Statement.addPredicate(Model model,
Resource instanceResource,
Node value)
Adds a value to property Predicate as an RDF2Go node
|
void |
Statement.addPredicate(Node value)
Adds a value to property Predicate as an RDF2Go node
|
static void |
Property.addRange(Model model,
Resource instanceResource,
Node value)
Adds a value to property Range as an RDF2Go node
|
void |
Property.addRange(Node value)
Adds a value to property Range as an RDF2Go node
|
static void |
List.addRest(Model model,
Resource instanceResource,
Node value)
Adds a value to property Rest as an RDF2Go node
|
void |
List.addRest(Node value)
Adds a value to property Rest as an RDF2Go node
|
static void |
Resource.addSeeAlso(Model model,
Resource instanceResource,
Node value)
Adds a value to property SeeAlso as an RDF2Go node
|
void |
Resource.addSeeAlso(Node value)
Adds a value to property SeeAlso as an RDF2Go node
|
static void |
Class.addSubClassOf(Model model,
Resource instanceResource,
Node value)
Adds a value to property SubClassOf as an RDF2Go node
|
void |
Class.addSubClassOf(Node value)
Adds a value to property SubClassOf as an RDF2Go node
|
static void |
Statement.addSubject(Model model,
Resource instanceResource,
Node value)
Adds a value to property Subject as an RDF2Go node
|
void |
Statement.addSubject(Node value)
Adds a value to property Subject as an RDF2Go node
|
static void |
Property.addSubPropertyOf(Model model,
Resource instanceResource,
Node value)
Adds a value to property SubPropertyOf as an RDF2Go node
|
void |
Property.addSubPropertyOf(Node value)
Adds a value to property SubPropertyOf as an RDF2Go node
|
static void |
Resource.addType(Model model,
Resource instanceResource,
Node value)
Adds a value to property Type as an RDF2Go node
|
void |
Resource.addType(Node value)
Adds a value to property Type as an RDF2Go node
|
static void |
Resource.addValue(Model model,
Resource instanceResource,
Node value)
Adds a value to property Value as an RDF2Go node
|
void |
Resource.addValue(Node value)
Adds a value to property Value as an RDF2Go node
|
static void |
Resource.removeComment(Model model,
Resource instanceResource,
Node value)
Removes a value of property Comment as an RDF2Go node
|
void |
Resource.removeComment(Node value)
Removes a value of property Comment as an RDF2Go node
|
static void |
Property.removeDomain(Model model,
Resource instanceResource,
Node value)
Removes a value of property Domain as an RDF2Go node
|
void |
Property.removeDomain(Node value)
Removes a value of property Domain as an RDF2Go node
|
static void |
List.removeFirst(Model model,
Resource instanceResource,
Node value)
Removes a value of property First as an RDF2Go node
|
void |
List.removeFirst(Node value)
Removes a value of property First as an RDF2Go node
|
static void |
Resource.removeIsDefinedBy(Model model,
Resource instanceResource,
Node value)
Removes a value of property IsDefinedBy as an RDF2Go node
|
void |
Resource.removeIsDefinedBy(Node value)
Removes a value of property IsDefinedBy as an RDF2Go node
|
static void |
Resource.removeLabel(Model model,
Resource instanceResource,
Node value)
Removes a value of property Label as an RDF2Go node
|
void |
Resource.removeLabel(Node value)
Removes a value of property Label as an RDF2Go node
|
static void |
Resource.removeMember(Model model,
Resource instanceResource,
Node value)
Removes a value of property Member as an RDF2Go node
|
void |
Resource.removeMember(Node value)
Removes a value of property Member as an RDF2Go node
|
static void |
Statement.removeObject(Model model,
Resource instanceResource,
Node value)
Removes a value of property Object as an RDF2Go node
|
void |
Statement.removeObject(Node value)
Removes a value of property Object as an RDF2Go node
|
static void |
Statement.removePredicate(Model model,
Resource instanceResource,
Node value)
Removes a value of property Predicate as an RDF2Go node
|
void |
Statement.removePredicate(Node value)
Removes a value of property Predicate as an RDF2Go node
|
static void |
Property.removeRange(Model model,
Resource instanceResource,
Node value)
Removes a value of property Range as an RDF2Go node
|
void |
Property.removeRange(Node value)
Removes a value of property Range as an RDF2Go node
|
static void |
List.removeRest(Model model,
Resource instanceResource,
Node value)
Removes a value of property Rest as an RDF2Go node
|
void |
List.removeRest(Node value)
Removes a value of property Rest as an RDF2Go node
|
static void |
Resource.removeSeeAlso(Model model,
Resource instanceResource,
Node value)
Removes a value of property SeeAlso as an RDF2Go node
|
void |
Resource.removeSeeAlso(Node value)
Removes a value of property SeeAlso as an RDF2Go node
|
static void |
Class.removeSubClassOf(Model model,
Resource instanceResource,
Node value)
Removes a value of property SubClassOf as an RDF2Go node
|
void |
Class.removeSubClassOf(Node value)
Removes a value of property SubClassOf as an RDF2Go node
|
static void |
Statement.removeSubject(Model model,
Resource instanceResource,
Node value)
Removes a value of property Subject as an RDF2Go node
|
void |
Statement.removeSubject(Node value)
Removes a value of property Subject as an RDF2Go node
|
static void |
Property.removeSubPropertyOf(Model model,
Resource instanceResource,
Node value)
Removes a value of property SubPropertyOf as an RDF2Go node
|
void |
Property.removeSubPropertyOf(Node value)
Removes a value of property SubPropertyOf as an RDF2Go node
|
static void |
Resource.removeType(Model model,
Resource instanceResource,
Node value)
Removes a value of property Type as an RDF2Go node
|
void |
Resource.removeType(Node value)
Removes a value of property Type as an RDF2Go node
|
static void |
Resource.removeValue(Model model,
Resource instanceResource,
Node value)
Removes a value of property Value as an RDF2Go node
|
void |
Resource.removeValue(Node value)
Removes a value of property Value as an RDF2Go node
|
static void |
Resource.setComment(Model model,
Resource instanceResource,
Node value)
Sets a value of property Comment from an RDF2Go node.
|
void |
Resource.setComment(Node value)
Sets a value of property Comment from an RDF2Go node.
|
static void |
Property.setDomain(Model model,
Resource instanceResource,
Node value)
Sets a value of property Domain from an RDF2Go node.
|
void |
Property.setDomain(Node value)
Sets a value of property Domain from an RDF2Go node.
|
static void |
List.setFirst(Model model,
Resource instanceResource,
Node value)
Sets a value of property First from an RDF2Go node.
|
void |
List.setFirst(Node value)
Sets a value of property First from an RDF2Go node.
|
static void |
Resource.setIsDefinedBy(Model model,
Resource instanceResource,
Node value)
Sets a value of property IsDefinedBy from an RDF2Go node.
|
void |
Resource.setIsDefinedBy(Node value)
Sets a value of property IsDefinedBy from an RDF2Go node.
|
static void |
Resource.setLabel(Model model,
Resource instanceResource,
Node value)
Sets a value of property Label from an RDF2Go node.
|
void |
Resource.setLabel(Node value)
Sets a value of property Label from an RDF2Go node.
|
static void |
Resource.setMember(Model model,
Resource instanceResource,
Node value)
Sets a value of property Member from an RDF2Go node.
|
void |
Resource.setMember(Node value)
Sets a value of property Member from an RDF2Go node.
|
static void |
Statement.setObject(Model model,
Resource instanceResource,
Node value)
Sets a value of property Object from an RDF2Go node.
|
void |
Statement.setObject(Node value)
Sets a value of property Object from an RDF2Go node.
|
static void |
Statement.setPredicate(Model model,
Resource instanceResource,
Node value)
Sets a value of property Predicate from an RDF2Go node.
|
void |
Statement.setPredicate(Node value)
Sets a value of property Predicate from an RDF2Go node.
|
static void |
Property.setRange(Model model,
Resource instanceResource,
Node value)
Sets a value of property Range from an RDF2Go node.
|
void |
Property.setRange(Node value)
Sets a value of property Range from an RDF2Go node.
|
static void |
List.setRest(Model model,
Resource instanceResource,
Node value)
Sets a value of property Rest from an RDF2Go node.
|
void |
List.setRest(Node value)
Sets a value of property Rest from an RDF2Go node.
|
static void |
Resource.setSeeAlso(Model model,
Resource instanceResource,
Node value)
Sets a value of property SeeAlso from an RDF2Go node.
|
void |
Resource.setSeeAlso(Node value)
Sets a value of property SeeAlso from an RDF2Go node.
|
static void |
Class.setSubClassOf(Model model,
Resource instanceResource,
Node value)
Sets a value of property SubClassOf from an RDF2Go node.
|
void |
Class.setSubClassOf(Node value)
Sets a value of property SubClassOf from an RDF2Go node.
|
static void |
Statement.setSubject(Model model,
Resource instanceResource,
Node value)
Sets a value of property Subject from an RDF2Go node.
|
void |
Statement.setSubject(Node value)
Sets a value of property Subject from an RDF2Go node.
|
static void |
Property.setSubPropertyOf(Model model,
Resource instanceResource,
Node value)
Sets a value of property SubPropertyOf from an RDF2Go node.
|
void |
Property.setSubPropertyOf(Node value)
Sets a value of property SubPropertyOf from an RDF2Go node.
|
static void |
Resource.setType(Model model,
Resource instanceResource,
Node value)
Sets a value of property Type from an RDF2Go node.
|
void |
Resource.setType(Node value)
Sets a value of property Type from an RDF2Go node.
|
static void |
Resource.setValue(Model model,
Resource instanceResource,
Node value)
Sets a value of property Value from an RDF2Go node.
|
void |
Resource.setValue(Node value)
Sets a value of property Value from an RDF2Go node.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenrdfBlankNode |
Modifier and Type | Method and Description |
---|---|
Node |
StatementWrapper.getObject() |
Node |
QueryRowWrapper.getValue(String varName) |
static Node |
ConversionUtil.toRdf2go(org.openrdf.model.Value value)
Converts an OpenRDF Value instance into its corresponding RDF2Go
representation.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryModel.addStatement(Resource subject,
URI predicate,
Node object) |
void |
RepositoryModel.removeStatement(Resource subject,
URI predicate,
Node object) |
Copyright © 2005–2016 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.