| Package | Description |
|---|---|
| org.ldp4j.application.data |
Classes for manipulating data within an LDP4j application.
|
| org.ldp4j.application.ext.annotations |
Annotations used to define the templates of an LDP4j application.
|
| org.ldp4j.application.vocabulary |
Utility classes for simplifying the usage of vocabularies within LDP4j applications.
|
| Modifier and Type | Method and Description |
|---|---|
Name<Term> |
NamingScheme.name(Term id) |
| Modifier and Type | Method and Description |
|---|---|
Name<Term> |
NamingScheme.name(Term id) |
abstract void |
NameVisitor.visitTerm(Term id) |
| Modifier and Type | Method and Description |
|---|---|
Term |
MembershipRelation.term()
Return the
Term from the LDP vocabulary that represents the
membership relation. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableTerm
A term implementation that enforces the creation of immutable terms defined
for an
AbstractImmutableVocabulary, which behave as Enum constants. |
| Modifier and Type | Field and Description |
|---|---|
static Term |
RDF.ALT
ALT
|
static Term |
RDF.BAG
BAG
|
static Term |
LDP.BASIC_CONTAINER
BASIC_CONTAINER
|
static Term |
RDFS.CLASS
STATEMENT
|
static Term |
RDFS.COMMENT
PREDICATE
|
static Term |
LDP.CONSTRAINED_BY
CONSTRAINED_BY
|
static Term |
RDFS.CONTAINER
SEQ
|
static Term |
LDP.CONTAINER
SEQ
|
static Term |
RDFS.CONTAINER_MEMBERSHIP_PROPERTY
ALT
|
static Term |
LDP.CONTAINS
CONTAINS
|
static Term |
RDFS.DATATYPE
BAG
|
static Term |
LDP.DIRECT_CONTAINER
DIRECT_CONTAINER
|
static Term |
RDFS.DOMAIN
REST
|
static Term |
RDF.FIRST
FIRST
|
static Term |
LDP.HAS_MEMBER_RELATION
HAS_MEMBER_RELATION
|
static Term |
LDP.INDIRECT_CONTAINER
INDIRECT_CONTAINER
|
static Term |
LDP.INSERTED_CONTENT_RELATION
INSERTED_CONTENT_RELATION
|
static Term |
RDFS.IS_DEFINED_BY
IS_DEFINED_BY
|
static Term |
LDP.IS_MEMBER_OF_RELATION
IS_MEMBER_OF_RELATION
|
static Term |
RDFS.LABEL
SUBJECT
|
static Term |
RDF.LIST
LIST
|
static Term |
RDFS.LITERAL
PROPERTY
|
static Term |
RDFS.MEMBER
OBJECT
|
static Term |
LDP.MEMBER
MEMBER
|
static Term |
LDP.MEMBER_SUBJECT
MEMBER_SUBJECT
|
static Term |
LDP.MEMBERSHIP_RESOURCE
MEMBERSHIP_RESOURCE
|
static Term |
RDF.NIL
NIL
|
static Term |
LDP.NON_RDF_SOURCE
NON_RDF_SOURCE
|
static Term |
RDF.OBJECT
OBJECT
|
static Term |
RDF.PREDICATE
PREDICATE
|
static Term |
LDP.PREFER_CONTAINMENT
PREFER_CONTAINMENT
|
static Term |
LDP.PREFER_EMPTY_CONTAINER
PREFER_EMPTY_CONTAINER
|
static Term |
LDP.PREFER_MEMBERSHIP
PREFER_MEMBERSHIP
|
static Term |
LDP.PREFER_MINIMAL_CONTAINER
PREFER_MINIMAL_CONTAINER
|
static Term |
RDF.PROPERTY
PROPERTY
|
static Term |
RDFS.RANGE
VALUE
|
static Term |
LDP.RDF_SOURCE
RDF_SOURCE
|
static Term |
RDFS.RESOURCE
XML_LITERAL
|
static Term |
LDP.RESOURCE
XML_LITERAL
|
static Term |
RDF.REST
REST
|
static Term |
RDFS.SEE_ALSO
SEE_ALSO
|
static Term |
RDF.SEQ
SEQ
|
static Term |
RDF.STATEMENT
STATEMENT
|
static Term |
RDFS.SUB_CLASS_OF
TYPE
|
static Term |
RDFS.SUB_PROPERTY_OF
FIRST
|
static Term |
RDF.SUBJECT
SUBJECT
|
static Term |
RDF.TYPE
TYPE
|
static Term |
RDF.VALUE
VALUE
|
static Term |
RDF.XML_LITERAL
XML_LITERAL
|
| Modifier and Type | Method and Description |
|---|---|
Term |
Vocabulary.fromName(String name)
Returns the vocabulary term with the specified name.
|
Term |
Vocabulary.fromOrdinal(int ordinal)
Returns the vocabulary term specified in a given position.
|
<V> Term |
Vocabulary.fromValue(V value)
Returns the vocabulary term that matches the specified value.
|
Term[] |
Vocabulary.terms()
Get the terms defined in the vocabulary.
|
static Term |
RDFS.valueOf(QName term)
Find the term that matches the specified URI.
|
static Term |
RDF.valueOf(QName term)
Find the term that matches the specified URI.
|
static Term |
LDP.valueOf(QName term)
Find the term that matches the specified URI.
|
static Term |
RDFS.valueOf(String term)
Find the term that matches the specified name.
|
static Term |
RDF.valueOf(String term)
Find the term that matches the specified name.
|
static Term |
LDP.valueOf(String term)
Find the term that matches the specified name.
|
static Term |
RDFS.valueOf(URI term)
Find the term that matches the specified URI.
|
static Term |
RDF.valueOf(URI term)
Find the term that matches the specified URI.
|
static Term |
LDP.valueOf(URI term)
Find the term that matches the specified URI.
|
static Term[] |
RDFS.values()
Get the terms of the vocabulary
|
static Term[] |
RDF.values()
Get the terms of the vocabulary
|
static Term[] |
LDP.values()
Get the terms of the vocabulary
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Term> |
AbstractImmutableVocabulary.iterator() |
| Modifier and Type | Method and Description |
|---|---|
int |
ImmutableTerm.compareTo(Term other)
Compares this term with the specified object for order.
|
Copyright (C) 2014, Center for Open Middleware