public abstract class RdfTypePrimitiveBase extends RdfTypeBase
| Constructor and Description |
|---|
RdfTypePrimitiveBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
exposeFragment(ResourceFragment out,
org.apache.jena.rdf.model.Resource priorState,
Object entity) |
void |
exposeShape(ResourceShapeBuilder rsb) |
boolean |
isSimpleType()
A simple type is a type that does not need to emit any triples, i.e.
|
EntityFragment |
populate(org.apache.jena.rdf.model.Resource shape,
Object entity)
Populates an entity from a resource RDF graph that should match the
exposed shape.
|
resolveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateJavaObject, getEntityClass, getRootNode, hasIdentitypublic boolean isSimpleType()
RdfTypepublic void exposeShape(ResourceShapeBuilder rsb)
public void exposeFragment(ResourceFragment out, org.apache.jena.rdf.model.Resource priorState, Object entity)
public EntityFragment populate(org.apache.jena.rdf.model.Resource shape, Object entity)
RdfTypeCopyright © 2017. All rights reserved.