Protégé-OWL 3.3.1

edu.stanford.smi.protegex.owl.model.classparser
Class ParserUtils

java.lang.Object
  extended by edu.stanford.smi.protegex.owl.model.classparser.ParserUtils

public class ParserUtils
extends Object


Constructor Summary
ParserUtils()
           
 
Method Summary
static edu.stanford.smi.protege.model.Frame getFrameByName(OWLModel model, String name)
           
static OWLClass getOWLClassFromName(OWLModel model, String name)
           
static OWLDatatypeProperty getOWLDatatypePropertyFromName(OWLModel model, String name)
           
static OWLIndividual getOWLIndividualFromName(OWLModel model, String name)
           
static OWLObjectProperty getOWLObjectPropertyFromName(OWLModel model, String name)
           
static RDFProperty getRDFPropertyFromName(OWLModel model, String name)
           
static RDFResource getRDFResourceFromName(OWLModel model, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserUtils

public ParserUtils()
Method Detail

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

Protégé-OWL 3.3.1

Submit a bug report or feature request
Copyright (c) 1998-2007 Stanford University.