| Package | Description |
|---|---|
| io.konig.core | |
| io.konig.core.impl | |
| io.konig.core.io | |
| io.konig.shacl |
| Modifier and Type | Method and Description |
|---|---|
Term |
Context.addTerm(String key,
String id) |
Term |
Context.getTerm(String key) |
| Modifier and Type | Method and Description |
|---|---|
List<Term> |
Context.asList() |
| Modifier and Type | Method and Description |
|---|---|
void |
Context.add(Term term) |
int |
Term.compareTo(Term other) |
| Modifier and Type | Method and Description |
|---|---|
Term |
CompositeContext.addTerm(String key,
String id) |
Term |
BasicContext.addTerm(String key,
String id) |
Term |
ChainedContext.addTerm(String key,
String id) |
Term |
CompositeContext.getTerm(String key) |
Term |
BasicContext.getTerm(String key) |
Term |
ChainedContext.getTerm(String key) |
| Modifier and Type | Method and Description |
|---|---|
List<Term> |
CompositeContext.asList() |
List<Term> |
BasicContext.asList() |
List<Term> |
ChainedContext.asList() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeContext.add(Term term) |
void |
BasicContext.add(Term term) |
void |
ChainedContext.add(Term term) |
| Modifier and Type | Field and Description |
|---|---|
protected Term |
BaseGraphReader.qnameTerm |
protected Term |
BaseGraphReader.term |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GraphBufferJsonWriter.beginSubject(org.openrdf.model.Resource subject,
Term qnameTerm,
Term idTerm) |
protected void |
BaseGraphReader.beginSubject(org.openrdf.model.Resource subject,
Term qname,
Term idTerm) |
protected void |
GraphBufferJsonWriter.handleObject(org.openrdf.model.Value value,
Term term,
Term qnameTerm) |
protected void |
BaseGraphReader.handleObject(org.openrdf.model.Value value,
Term term,
Term qnameTerm) |
protected void |
GraphBufferJsonWriter.startPredicate(org.openrdf.model.URI predicate,
Term term,
Term qnameTerm,
int objectCount) |
protected void |
BaseGraphReader.startPredicate(org.openrdf.model.URI predicate,
Term term,
Term qnameTerm,
int objectCount) |
| Modifier and Type | Method and Description |
|---|---|
Term |
PropertyConstraint.getTerm()
Get the default JSON-LD term for the predicate
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyConstraint.setTerm(Term term)
Set the default JSON-LD term for the predicate
|
Copyright © 2019. All rights reserved.