public class PathFragment extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Class<?> |
javaClass |
protected PathResolver |
nextResolver |
protected RdfType |
rdfType |
protected Relation |
relation |
| Constructor and Description |
|---|
PathFragment(Relation relation,
Class<?> javaClass,
RdfType rdfType,
PathResolver nextResolver) |
| Modifier and Type | Method and Description |
|---|---|
PathFragment |
cloneWithNewRelation(Relation newRelation)
Create a copy of the path fragment with the relation replaced.
|
Class<?> |
getJavaClass() |
PathResolver |
getNextResolver() |
RdfType |
getRdfType() |
Relation |
getRelation() |
protected Relation relation
protected PathResolver nextResolver
protected RdfType rdfType
protected Class<?> javaClass
public PathFragment(Relation relation, Class<?> javaClass, RdfType rdfType, PathResolver nextResolver)
public PathFragment cloneWithNewRelation(Relation newRelation)
newRelation - public RdfType getRdfType()
public Relation getRelation()
public Class<?> getJavaClass()
public PathResolver getNextResolver()
Copyright © 2017. All rights reserved.