Uses of Interface
org.aksw.jena_sparql_api.concept.builder.api.ConceptExpr
Packages that use ConceptExpr
Package
Description
-
Uses of ConceptExpr in org.aksw.jena_sparql_api.concept.builder.api
Subinterfaces of ConceptExpr in org.aksw.jena_sparql_api.concept.builder.apiClasses in org.aksw.jena_sparql_api.concept.builder.api that implement ConceptExprModifier and TypeClassDescriptionclassclassclassMethods in org.aksw.jena_sparql_api.concept.builder.api that return ConceptExprModifier and TypeMethodDescriptionConceptBuilder.getBaseConceptExpr()Retrieves the baseConceptBuilder.RestrictionExprQuantor.getFiller()RestrictionExprQuantor.getRole()Methods in org.aksw.jena_sparql_api.concept.builder.api that return types with arguments of type ConceptExprMethods in org.aksw.jena_sparql_api.concept.builder.api with parameters of type ConceptExprModifier and TypeMethodDescriptionConceptExprList.addMember(ConceptExpr member) ConceptBuilder.setBaseConceptExpr(ConceptExpr conceptExpr) Sets an optional base concept on which further restrictions can be applied -
Uses of ConceptExpr in org.aksw.jena_sparql_api.concept.builder.impl
Classes in org.aksw.jena_sparql_api.concept.builder.impl that implement ConceptExprFields in org.aksw.jena_sparql_api.concept.builder.impl declared as ConceptExprModifier and TypeFieldDescriptionprotected ConceptExprConceptBuilderImpl.baseConceptExprnull if there is no base concept exprprotected ConceptExprRestrictionExprBase.fillerprotected ConceptExprRestrictionExprBase.roleFields in org.aksw.jena_sparql_api.concept.builder.impl with type parameters of type ConceptExprMethods in org.aksw.jena_sparql_api.concept.builder.impl that return ConceptExprModifier and TypeMethodDescriptionConceptBuilderImpl.getBaseConceptExpr()RestrictionExprBase.getFiller()RestrictionExprBase.getRole()Methods in org.aksw.jena_sparql_api.concept.builder.impl that return types with arguments of type ConceptExprMethods in org.aksw.jena_sparql_api.concept.builder.impl with parameters of type ConceptExprModifier and TypeMethodDescriptionConceptExprListImpl.addMember(ConceptExpr member) static ConceptBuilderConceptBuilderFluent.from(ConceptExpr conceptExpr) ConceptBuilderImpl.setBaseConceptExpr(ConceptExpr baseConceptExpr) Sets a baseConceptBuilder and returns this (i.e.Constructors in org.aksw.jena_sparql_api.concept.builder.impl with parameters of type ConceptExprModifierConstructorDescriptionRestrictionExprBase(ConceptExpr role, ConceptExpr filler) RestrictionExprExistsImpl(ConceptExpr role, ConceptExpr filler) RestrictionExprForAllImpl(ConceptExpr role, ConceptExpr filler) Constructor parameters in org.aksw.jena_sparql_api.concept.builder.impl with type arguments of type ConceptExprModifierConstructorDescriptionConceptExprListImpl(boolean isUnionMode, List<ConceptExpr> members)