| Package | Description |
|---|---|
| org.aksw.jena_sparql_api.mapper.impl.engine | |
| org.aksw.jena_sparql_api.mapper.impl.type | |
| org.aksw.jena_sparql_api.mapper.model |
| Modifier and Type | Field and Description |
|---|---|
protected EntityFragment |
EntityState.entityFragment |
| Modifier and Type | Method and Description |
|---|---|
EntityFragment |
EntityState.getEntityFragment() |
| Constructor and Description |
|---|
EntityState(Object entity,
org.apache.jena.rdf.model.RDFNode shapeResource,
ResourceFragment resourceFragment,
EntityFragment entityFragment) |
| Modifier and Type | Method and Description |
|---|---|
EntityFragment |
RdfClass.populate(org.apache.jena.rdf.model.Resource shape,
Object entity)
Set property values of the given target object based a DatasetGraph.
|
EntityFragment |
RdfTypePrimitiveBase.populate(org.apache.jena.rdf.model.Resource shape,
Object entity) |
EntityFragment |
RdfTypeSeq.populate(org.apache.jena.rdf.model.Resource shape,
Object entity) |
EntityFragment |
RdfTypeMap.populate(org.apache.jena.rdf.model.Resource shape,
Object entity)
The fragment will contain information about which nodes need to be
resolved.
|
| Modifier and Type | Method and Description |
|---|---|
EntityFragment |
RdfType.populate(org.apache.jena.rdf.model.Resource shape,
Object entity)
Populates an entity from a resource RDF graph that should match the
exposed shape.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RdfMapper.populate(EntityFragment out,
org.apache.jena.rdf.model.Resource shape,
Object entity) |
void |
RdfMapperPropertyMulti.populate(EntityFragment out,
org.apache.jena.rdf.model.Resource shape,
Object entity) |
void |
RdfMapperPropertySingle.populate(EntityFragment out,
org.apache.jena.rdf.model.Resource shape,
Object entity) |
Copyright © 2017. All rights reserved.