| 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 |
LanguageLiteral |
interface |
TypedLiteral<T> |
| Modifier and Type | Method and Description |
|---|---|
static Literal<? extends Serializable> |
Literals.newLiteral(Object value) |
static Literal<String> |
Literals.of(String value) |
| Modifier and Type | Method and Description |
|---|---|
static String |
FormatUtils.formatLiteral(Literal<?> literal) |
boolean |
Property.hasLiteralValue(Literal<?> value) |
void |
ValueVisitor.visitLiteral(Literal<?> value) |
void |
LiteralVisitor.visitLiteral(Literal<?> literal) |
| Modifier and Type | Method and Description |
|---|---|
Set<Literal<?>> |
Constraints.AbstractPropertyConstraint.allowedLiterals() |
List<Literal<?>> |
Constraints.AbstractPropertyConstraint.literals() |
Copyright (C) 2014-2016, Center for Open Middleware