public final class NodeFactory extends Object
Modifier and Type | Method | Description |
---|---|---|
static DefaultNode<org.semanticweb.owlapi.model.OWLClass> |
getOWLClassBottomNode() |
|
static DefaultNode<org.semanticweb.owlapi.model.OWLClass> |
getOWLClassNode() |
|
static DefaultNode<org.semanticweb.owlapi.model.OWLClass> |
getOWLClassNode(Set<org.semanticweb.owlapi.model.OWLClass> clses) |
|
static DefaultNode<org.semanticweb.owlapi.model.OWLClass> |
getOWLClassNode(org.semanticweb.owlapi.model.OWLClass cls) |
|
static DefaultNode<org.semanticweb.owlapi.model.OWLClass> |
getOWLClassTopNode() |
|
static DefaultNode<org.semanticweb.owlapi.model.OWLDataProperty> |
getOWLDataPropertyBottomNode() |
|
static DefaultNode<org.semanticweb.owlapi.model.OWLDataProperty> |
getOWLDataPropertyNode() |
|
static DefaultNode<org.semanticweb.owlapi.model.OWLDataProperty> |
getOWLDataPropertyNode(Set<org.semanticweb.owlapi.model.OWLDataProperty> properties) |
|
static DefaultNode<org.semanticweb.owlapi.model.OWLDataProperty> |
getOWLDataPropertyNode(org.semanticweb.owlapi.model.OWLDataProperty prop) |
|
static DefaultNode<org.semanticweb.owlapi.model.OWLDataProperty> |
getOWLDataPropertyTopNode() |
|
static DefaultNode<org.semanticweb.owlapi.model.OWLNamedIndividual> |
getOWLNamedIndividualNode() |
|
static DefaultNode<org.semanticweb.owlapi.model.OWLNamedIndividual> |
getOWLNamedIndividualNode(Set<org.semanticweb.owlapi.model.OWLNamedIndividual> inds) |
|
static DefaultNode<org.semanticweb.owlapi.model.OWLNamedIndividual> |
getOWLNamedIndividualNode(org.semanticweb.owlapi.model.OWLNamedIndividual ind) |
|
static DefaultNode<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> |
getOWLObjectPropertyBottomNode() |
|
static DefaultNode<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> |
getOWLObjectPropertyNode() |
|
static DefaultNode<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> |
getOWLObjectPropertyNode(Set<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> properties) |
|
static DefaultNode<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> |
getOWLObjectPropertyNode(org.semanticweb.owlapi.model.OWLObjectPropertyExpression prop) |
|
static DefaultNode<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> |
getOWLObjectPropertyTopNode() |
@Nonnull public static DefaultNode<org.semanticweb.owlapi.model.OWLClass> getOWLClassNode()
@Nonnull public static DefaultNode<org.semanticweb.owlapi.model.OWLClass> getOWLClassNode(@Nonnull org.semanticweb.owlapi.model.OWLClass cls)
cls
- a class to be included in the node@Nonnull public static DefaultNode<org.semanticweb.owlapi.model.OWLClass> getOWLClassNode(@Nonnull Set<org.semanticweb.owlapi.model.OWLClass> clses)
clses
- set of classes to be includedpublic static DefaultNode<org.semanticweb.owlapi.model.OWLClass> getOWLClassTopNode()
public static DefaultNode<org.semanticweb.owlapi.model.OWLClass> getOWLClassBottomNode()
@Nonnull public static DefaultNode<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> getOWLObjectPropertyNode()
@Nonnull public static DefaultNode<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> getOWLObjectPropertyNode(@Nonnull org.semanticweb.owlapi.model.OWLObjectPropertyExpression prop)
prop
- a property to be added@Nonnull public static DefaultNode<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> getOWLObjectPropertyNode(@Nonnull Set<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> properties)
properties
- some properties to be addedpublic static DefaultNode<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> getOWLObjectPropertyTopNode()
public static DefaultNode<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> getOWLObjectPropertyBottomNode()
@Nonnull public static DefaultNode<org.semanticweb.owlapi.model.OWLDataProperty> getOWLDataPropertyNode()
@Nonnull public static DefaultNode<org.semanticweb.owlapi.model.OWLDataProperty> getOWLDataPropertyNode(@Nonnull org.semanticweb.owlapi.model.OWLDataProperty prop)
prop
- a property to be added@Nonnull public static DefaultNode<org.semanticweb.owlapi.model.OWLDataProperty> getOWLDataPropertyNode(@Nonnull Set<org.semanticweb.owlapi.model.OWLDataProperty> properties)
properties
- some properties to be addedpublic static DefaultNode<org.semanticweb.owlapi.model.OWLDataProperty> getOWLDataPropertyTopNode()
public static DefaultNode<org.semanticweb.owlapi.model.OWLDataProperty> getOWLDataPropertyBottomNode()
@Nonnull public static DefaultNode<org.semanticweb.owlapi.model.OWLNamedIndividual> getOWLNamedIndividualNode()
@Nonnull public static DefaultNode<org.semanticweb.owlapi.model.OWLNamedIndividual> getOWLNamedIndividualNode(@Nonnull org.semanticweb.owlapi.model.OWLNamedIndividual ind)
ind
- an individual to be added@Nonnull public static DefaultNode<org.semanticweb.owlapi.model.OWLNamedIndividual> getOWLNamedIndividualNode(@Nonnull Set<org.semanticweb.owlapi.model.OWLNamedIndividual> inds)
inds
- some individuals to be addedCopyright © 2018 The University of Manchester. All rights reserved.