Uses of Enum Class
org.aksw.jena_sparql_api.views.RdfTermType
Packages that use RdfTermType
Package
Description
-
Uses of RdfTermType in org.aksw.jena_sparql_api.restriction
Methods in org.aksw.jena_sparql_api.restriction that return RdfTermTypeModifier and TypeMethodDescriptionstatic RdfTermTypeRestrictionImpl.getNodeType(org.apache.jena.graph.Node node) RestrictionImpl.getType()Deprecated.RestrictionSetImpl.getType()Methods in org.aksw.jena_sparql_api.restriction that return types with arguments of type RdfTermTypeModifier and TypeMethodDescriptionRestriction.getRdfTermTypes()The set of possible RDF term types this restriction may have.RestrictionImpl.getRdfTermTypes()Methods in org.aksw.jena_sparql_api.restriction with parameters of type RdfTermTypeModifier and TypeMethodDescriptionbooleanRestriction.stateType(RdfTermType newType) State whether the resource is a URI or a LiteralbooleanRestrictionImpl.stateType(RdfTermType newType) voidRestrictionManager.stateType(org.apache.jena.sparql.core.Var a, RdfTermType type) voidRestrictionManagerImpl.stateType(org.apache.jena.sparql.core.Var a, RdfTermType type) booleanRestrictionSetImpl.stateType(RdfTermType newType) Constructors in org.aksw.jena_sparql_api.restriction with parameters of type RdfTermType -
Uses of RdfTermType in org.aksw.jena_sparql_api.views
Methods in org.aksw.jena_sparql_api.views that return RdfTermTypeModifier and TypeMethodDescriptionstatic RdfTermTypeCandidateViewSelectorBase.getType(org.apache.jena.graph.Node node, RestrictionManagerImpl restrictions) static RdfTermTypeReturns the enum constant of this class with the specified name.static RdfTermType[]RdfTermType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RdfTermType in org.aksw.sparqlify.sparqlview
Methods in org.aksw.sparqlify.sparqlview that return RdfTermTypeModifier and TypeMethodDescriptionstatic RdfTermTypeSparqlViewSystem.getType(org.apache.jena.graph.Node node, RestrictionManagerImpl restrictions) Methods in org.aksw.sparqlify.sparqlview that return types with arguments of type RdfTermTypeModifier and TypeMethodDescriptionMap<org.apache.jena.sparql.core.Var,RdfTermType> SparqlViewSystem.deriveTypeConstraints(SparqlView view)