|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfo.sswap.impl.empire.model.ModelImpl
info.sswap.impl.empire.model.ElementImpl
info.sswap.impl.empire.model.IndividualImpl
info.sswap.impl.empire.model.NonEmpireIndividual
public class NonEmpireIndividual
An concrete implementation of SSWAPIndividual that is not a SSWAPNode and is not Empire-managed.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.clarkparsia.empire.SupportsRdfId |
---|
com.clarkparsia.empire.SupportsRdfId.BNodeKey, com.clarkparsia.empire.SupportsRdfId.RdfKey<T>, com.clarkparsia.empire.SupportsRdfId.URIKey |
Field Summary | |
---|---|
private com.clarkparsia.empire.SupportsRdfId.URIKey |
uriKey
The URI key containing the URI of the individual |
Constructor Summary | |
---|---|
NonEmpireIndividual(java.net.URI uri)
|
Method Summary | |
---|---|
com.clarkparsia.empire.SupportsRdfId.RdfKey |
getRdfId()
Gets the identifier of the individual |
void |
setRdfId(com.clarkparsia.empire.SupportsRdfId.RdfKey newURI)
A setter for the RDF Identifier of this individual. |
Methods inherited from class info.sswap.impl.empire.model.IndividualImpl |
---|
addComment, addIgnoredProperty, addIgnoredType, addLabel, addProperty, addProperty, addProperty, addProperty, addProperty, addType, asIndividual, assertType, clearProperty, clearProperty, closeWorld, equals, getDeclaredType, getDeclaredTypes, getIgnoredProperties, getIgnoredTypes, getInferredIndividual, getProperties, getProperties, getProperty, getType, getTypes, hashCode, hasValue, hasValue, isCompatibleWith, isIndividual, isOfType, persist, refresh, removeProperty, removeProperty, removeType, setDefaultParameterValues, setProperty, setProperty, setProperty, setProperty, setProperty, setSourceModel |
Methods inherited from class info.sswap.impl.empire.model.ElementImpl |
---|
asBoolean, asDouble, asInteger, asList, asLiteral, asString, getComment, getJenaResource, getLabel, isAnonymous, isList, isLiteral |
Methods inherited from class info.sswap.impl.empire.model.ModelImpl |
---|
addImport, assertModel, assertSourceModel, checkProfile, dereference, dereference, doClosure, getAllDependentObjects, getDependentObject, getDocument, getExpressivity, getImports, getInputStream, getNsPrefixMap, getReasoningService, getSourceModel, getTypeSignature, getURI, hasSourceModel, hasSourceModelWithEntityManager, isDereferenced, rdfIdEquals, rdfIdHashCode, refreshSiblings, removeImport, removeNsPrefix, serialize, serialize, setDereferenced, setNsPrefix, setURI, validate |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface info.sswap.api.model.SSWAPIndividual |
---|
isAnonymous |
Methods inherited from interface info.sswap.api.model.SSWAPElement |
---|
asBoolean, asDouble, asInteger, asList, asLiteral, asString, getComment, getLabel, isList, isLiteral |
Methods inherited from interface info.sswap.api.model.SSWAPModel |
---|
addImport, checkProfile, dereference, dereference, doClosure, getDocument, getImports, getInputStream, getNsPrefixMap, getReasoningService, getTypeSignature, getURI, isDereferenced, removeImport, removeNsPrefix, serialize, serialize, setNsPrefix, validate |
Field Detail |
---|
private com.clarkparsia.empire.SupportsRdfId.URIKey uriKey
Constructor Detail |
---|
public NonEmpireIndividual(java.net.URI uri)
Method Detail |
---|
public com.clarkparsia.empire.SupportsRdfId.RdfKey getRdfId()
public void setRdfId(com.clarkparsia.empire.SupportsRdfId.RdfKey newURI)
newURI
- the new URI
java.lang.IllegalStateException
- always
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |