| Package | Description |
|---|---|
| org.aksw.sparqlify.restriction |
| Modifier and Type | Method and Description |
|---|---|
static RdfTermType |
RestrictionImpl.getNodeType(com.hp.hpl.jena.graph.Node node) |
RdfTermType |
RestrictionImpl.getType()
Deprecated.
|
RdfTermType |
RestrictionSetImpl.getType() |
static RdfTermType |
RdfTermType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RdfTermType[] |
RdfTermType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<RdfTermType> |
RestrictionImpl.getRdfTermTypes() |
EnumSet<RdfTermType> |
Restriction.getRdfTermTypes()
The set of possible RDF term types this restriction may have.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RestrictionImpl.stateType(RdfTermType newType) |
boolean |
Restriction.stateType(RdfTermType newType)
State whether the resource is a URI or a Literal
|
boolean |
RestrictionSetImpl.stateType(RdfTermType newType) |
void |
RestrictionManager.stateType(com.hp.hpl.jena.sparql.core.Var a,
RdfTermType type) |
void |
RestrictionManagerImpl.stateType(com.hp.hpl.jena.sparql.core.Var a,
RdfTermType type) |
| Constructor and Description |
|---|
RestrictionImpl(RdfTermType type) |
Copyright © 2015. All rights reserved.