| Package | Description |
|---|---|
| org.ldp4j.application.data |
Classes for manipulating data within an LDP4j application.
|
| org.ldp4j.application.data.constraints |
Classes for defining data constraints using the SHACL model.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DateTimeLiteral |
interface |
DurationLiteral |
interface |
ExternalIndividual |
interface |
Individual<T extends Serializable,S extends Individual<T,S>> |
interface |
LanguageLiteral |
interface |
Literal<T> |
interface |
LocalIndividual |
interface |
ManagedIndividual |
interface |
NewIndividual |
interface |
RelativeIndividual |
interface |
TypedLiteral<T> |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends Value> |
Property.values() |
| Modifier and Type | Method and Description |
|---|---|
S |
Individual.addValue(URI propertyId,
Value value) |
static String |
FormatUtils.formatValue(Value value) |
S |
Individual.removeValue(URI propertyId,
Value value) |
| Modifier and Type | Method and Description |
|---|---|
T |
Constraints.AbstractPropertyConstraint.withAllowedValues(Value... allowedValues) |
T |
Constraints.AbstractPropertyConstraint.withValue(Value... values) |
Copyright (C) 2014, Center for Open Middleware