Package | Description |
---|---|
com.epimorphics.jsonrdf |
The jsonrdf package provides serialisation of RDF models into
JSON.
|
com.epimorphics.lda.shortnames |
The shortnames package contains classes to handle the
short-name structure of an LDA configuration.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,ContextPropertyInfo> |
Context.uriToProp |
Modifier and Type | Method and Description |
---|---|
ContextPropertyInfo |
ContextPropertyInfo.clone()
Clone this Prop -- used by Context.clone() to avoid updating
a shared Context object.
|
ContextPropertyInfo |
ReadContext.findProperty(com.hp.hpl.jena.rdf.model.Property p) |
ContextPropertyInfo |
Context.findProperty(com.hp.hpl.jena.rdf.model.Property p)
Find the info record for a property.
|
ContextPropertyInfo |
Context.findProperty(com.hp.hpl.jena.rdf.model.Property p,
String name)
Find the info record for a property.
|
ContextPropertyInfo |
ReadContext.getPropertyByName(String name) |
ContextPropertyInfo |
Context.getPropertyByName(String name)
Lookup the definition of a property based on its mapped name
|
ContextPropertyInfo |
Context.getPropertyByURI(String uri)
Lookup the definition of a property based on its URI
|
Modifier and Type | Method and Description |
---|---|
int |
ContextPropertyInfo.compareTo(ContextPropertyInfo o)
Compare on names to permit sorting.
|
String |
ContextPropertyInfo.diff(ContextPropertyInfo b) |
void |
Context.setProperty(String uri,
ContextPropertyInfo prop) |
Modifier and Type | Method and Description |
---|---|
ContextPropertyInfo |
StandardShortnameService.getPropertyByName(String shortName) |
ContextPropertyInfo |
ShortnameService.getPropertyByName(String shortName)
Answer the property info record for the property with this shortname.
|
Copyright © 2014. All Rights Reserved.