Uses of Interface
org.apache.jena.ontapi.common.EnhNodeProducer
Packages that use EnhNodeProducer
-
Uses of EnhNodeProducer in org.apache.jena.ontapi.common
Classes in org.apache.jena.ontapi.common that implement EnhNodeProducerModifier and TypeClassDescriptionstatic classThe base maker implementation for our project.static classto create a triple representing declaration.Methods in org.apache.jena.ontapi.common that return EnhNodeProducerModifier and TypeMethodDescriptionCommonEnhNodeFactoryImpl.getMaker()default EnhNodeProducerEnhNodeProducer.restrict(EnhNodeFilter filter) Methods in org.apache.jena.ontapi.common with parameters of type EnhNodeProducerModifier and TypeMethodDescriptionstatic EnhNodeFactoryOntEnhNodeFactories.createCommon(Class<? extends OntObject> type, EnhNodeProducer maker, EnhNodeFinder finder, EnhNodeFilter filter) static EnhNodeFactoryOntEnhNodeFactories.createCommon(EnhNodeProducer maker, EnhNodeFinder finder, EnhNodeFilter primary, EnhNodeFilter... additional) Constructors in org.apache.jena.ontapi.common with parameters of type EnhNodeProducerModifierConstructorDescriptionCommonEnhNodeFactoryImpl(EnhNodeProducer maker, EnhNodeFinder finder, EnhNodeFilter filter)