public class VariableTypeFactory extends Object
| Constructor and Description |
|---|
VariableTypeFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Set<VariableType<?>> |
getAllVariableTypes() |
static VariableType<org.semanticweb.owlapi.model.OWLAnnotationProperty> |
getANNOTATIONPROPERTYVariableType() |
static VariableType<org.semanticweb.owlapi.model.OWLClassExpression> |
getCLASSVariableType() |
static VariableType<org.semanticweb.owlapi.model.OWLLiteral> |
getCONSTANTVariableType() |
static VariableType<org.semanticweb.owlapi.model.OWLDataPropertyExpression> |
getDATAPROPERTYVariableType() |
static VariableType<org.semanticweb.owlapi.model.OWLIndividual> |
getINDIVIDUALVariableType() |
static VariableType<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> |
getOBJECTPROPERTYTypeVariableType() |
static VariableType<?> |
getVariableType(org.semanticweb.owlapi.model.OWLObject owlObject) |
static VariableType<?> |
getVariableType(String variableTypeName) |
static VariableType<?> |
getVariableType(VariableTypeName variableTypeName) |
public static VariableType<?> getVariableType(org.semanticweb.owlapi.model.OWLObject owlObject)
owlObject - owlObjectpublic static VariableType<org.semanticweb.owlapi.model.OWLClassExpression> getCLASSVariableType()
public static VariableType<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> getOBJECTPROPERTYTypeVariableType()
public static VariableType<org.semanticweb.owlapi.model.OWLDataPropertyExpression> getDATAPROPERTYVariableType()
public static VariableType<org.semanticweb.owlapi.model.OWLAnnotationProperty> getANNOTATIONPROPERTYVariableType()
public static VariableType<org.semanticweb.owlapi.model.OWLIndividual> getINDIVIDUALVariableType()
public static VariableType<org.semanticweb.owlapi.model.OWLLiteral> getCONSTANTVariableType()
public static VariableType<?> getVariableType(VariableTypeName variableTypeName)
variableTypeName - variableTypeNamepublic static VariableType<?> getVariableType(String variableTypeName)
variableTypeName - variableTypeNamepublic static Set<VariableType<?>> getAllVariableTypes()
Copyright © 2015 The University of Manchester. All Rights Reserved.