Package | Description |
---|---|
org.semanticweb.owlapi.util |
Utilities package
|
Modifier and Type | Method | Description |
---|---|---|
static StructureWalker.AnnotationWalkingControl |
StructureWalker.AnnotationWalkingControl.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static StructureWalker.AnnotationWalkingControl[] |
StructureWalker.AnnotationWalkingControl.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor | Description |
---|---|
OWLObjectWalker(List<O> objects,
boolean visitDuplicates,
StructureWalker.AnnotationWalkingControl walkFlag) |
|
OWLObjectWalker(List<O> objects,
StructureWalker.AnnotationWalkingControl walkFlag) |
|
OWLObjectWalker(Set<O> objects,
boolean visitDuplicates,
StructureWalker.AnnotationWalkingControl walkFlag) |
|
OWLObjectWalker(Set<O> objects,
StructureWalker.AnnotationWalkingControl walkFlag) |
|
StructureWalker(OWLObjectWalker<O> owlObjectWalker,
StructureWalker.AnnotationWalkingControl annotationWalkFlag) |
Copyright © 2018 The University of Manchester. All rights reserved.