Uses of Enum Class
org.semanticweb.owlapi.util.AnnotationWalkingControl
Packages that use AnnotationWalkingControl
-
Uses of AnnotationWalkingControl in org.semanticweb.owlapi.util
Methods in org.semanticweb.owlapi.util that return AnnotationWalkingControlModifier and TypeMethodDescriptionstatic AnnotationWalkingControl
Returns the enum constant of this class with the specified name.static AnnotationWalkingControl[]
AnnotationWalkingControl.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.semanticweb.owlapi.util with parameters of type AnnotationWalkingControlModifierConstructorDescriptionOWLObjectWalker
(Collection<O> objects, boolean visitDuplicates, AnnotationWalkingControl walkFlag) OWLObjectWalker
(Stream<O> objects, boolean walkDuplicates, AnnotationWalkingControl walkFlag) StructureWalker
(OWLObjectWalker<O> owlObjectWalker, AnnotationWalkingControl annotationWalkFlag)