edu.stanford.smi.protegex.owl.model.classparser
Class ParserUtils
java.lang.Object
edu.stanford.smi.protegex.owl.model.classparser.ParserUtils
public class ParserUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParserUtils
public ParserUtils()
getFrameByName
public static edu.stanford.smi.protege.model.Frame getFrameByName(OWLModel model,
String name)
throws AmbiguousNameException
- Throws:
AmbiguousNameException
getOWLClassFromName
public static OWLClass getOWLClassFromName(OWLModel model,
String name)
throws AmbiguousNameException
- Throws:
AmbiguousNameException
getRDFPropertyFromName
public static RDFProperty getRDFPropertyFromName(OWLModel model,
String name)
throws AmbiguousNameException
- Throws:
AmbiguousNameException
getOWLDatatypePropertyFromName
public static OWLDatatypeProperty getOWLDatatypePropertyFromName(OWLModel model,
String name)
throws AmbiguousNameException
- Throws:
AmbiguousNameException
getOWLObjectPropertyFromName
public static OWLObjectProperty getOWLObjectPropertyFromName(OWLModel model,
String name)
throws AmbiguousNameException
- Throws:
AmbiguousNameException
getRDFResourceFromName
public static RDFResource getRDFResourceFromName(OWLModel model,
String name)
throws AmbiguousNameException
- Throws:
AmbiguousNameException
getOWLIndividualFromName
public static OWLIndividual getOWLIndividualFromName(OWLModel model,
String name)
throws AmbiguousNameException
- Throws:
AmbiguousNameException
Submit a bug report or feature request
Copyright (c) 1998-2007 Stanford University.