|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Uses of OWLModel in edu.stanford.smi.protegex.owl.compactparser |
Fields in edu.stanford.smi.protegex.owl.compactparser declared as OWLModel | |
private OWLModel |
OWLCompactParser.owlModel
Deprecated. |
Methods in edu.stanford.smi.protegex.owl.compactparser with parameters of type OWLModel | |
static void |
OWLCompactParser.checkClass(OWLModel owlModel,
String text)
Deprecated. |
static void |
OWLCompactParser.checkHasRestrictionValue(OWLModel owlModel,
String text)
Deprecated. |
static void |
OWLCompactParser.checkValueType(OWLModel owlModel,
String text)
Deprecated. |
static RDFSClass |
OWLCompactParser.parseCls(OWLModel owlModel,
String text)
Deprecated. |
static Object |
OWLCompactParser.parseHasRestrictionValue(OWLModel owlModel,
String text)
Deprecated. |
static Object |
OWLCompactParser.parseValueType(OWLModel owlModel,
String text)
Deprecated. |
static String |
OWLCompactParserUtil.preprocess(OWLModel owlModel,
String text)
Detects usages of xsd: types as expression fillers, and makes sure that they start with xsd:. |
static String |
OWLCompactParserUtil.preprocessFiller(OWLModel owlModel,
String text)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.database |
Classes in edu.stanford.smi.protegex.owl.database that implement OWLModel | |
class |
OWLDatabaseModel
An AbstractOWLModel with extra support for databases. |
Uses of OWLModel in edu.stanford.smi.protegex.owl.emf |
Fields in edu.stanford.smi.protegex.owl.emf declared as OWLModel | |
private OWLModel |
EMFGenerator.owlModel
|
Constructors in edu.stanford.smi.protegex.owl.emf with parameters of type OWLModel | |
ProjectBasedEMFGeneratorOptions(OWLModel owlModel)
|
|
EMFGenerator(OWLModel owlModel,
EMFGeneratorOptions options)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.inference.dig.translator |
Fields in edu.stanford.smi.protegex.owl.inference.dig.translator declared as OWLModel | |
private OWLModel |
DefaultDIGQueryResponse.kb
|
Methods in edu.stanford.smi.protegex.owl.inference.dig.translator with parameters of type OWLModel | |
void |
DefaultDIGRenderer.render(OWLModel kb,
Document doc,
Node parentNode)
|
protected void |
DefaultDIGRenderer.renderClasses(OWLModel kb,
Document doc,
Node parentNode)
Renders the classes and their axioms |
protected void |
DefaultDIGRenderer.renderProperties(OWLModel kb,
Document doc,
Node parentNode)
Renders the properties and their axioms |
protected void |
DefaultDIGRenderer.renderIndividuals(OWLModel kb,
Document doc,
Node parentNode)
|
void |
DIGTranslator.translateToDIG(OWLModel kb,
Document doc,
Node node)
Translates an OWLModel to DIG |
Iterator |
DIGTranslator.getDIGQueryResponseIterator(OWLModel kb,
Document doc)
Returns an iterator that can be used to traverse the responses to multiple queries. |
void |
DIGRenderer.render(OWLModel kb,
Document doc,
Node parentNode)
|
void |
DefaultDIGTranslator.translateToDIG(OWLModel kb,
Document doc,
Node node)
|
Iterator |
DefaultDIGTranslator.getDIGQueryResponseIterator(OWLModel kb,
Document doc)
|
static DIGDataTypes |
DIGDataTypes.getInstance(OWLModel owlModel)
|
Constructors in edu.stanford.smi.protegex.owl.inference.dig.translator with parameters of type OWLModel | |
DefaultDIGQueryResponseIterator(Document doc,
OWLModel kb)
|
|
DIGDataTypes(OWLModel owlModel)
|
|
DefaultDIGQueryResponse(OWLModel kb)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.inference.protegeowl |
Fields in edu.stanford.smi.protegex.owl.inference.protegeowl declared as OWLModel | |
private OWLModel |
DefaultProtegeOWLReasoner.model
|
Methods in edu.stanford.smi.protegex.owl.inference.protegeowl that return OWLModel | |
OWLModel |
DefaultProtegeOWLReasoner.getKnowledgeBase()
|
OWLModel |
ProtegeOWLReasoner.getKnowledgeBase()
Gets the knowledge base (OWLModel) that this reasoner reasons over. |
Methods in edu.stanford.smi.protegex.owl.inference.protegeowl with parameters of type OWLModel | |
protected void |
DefaultProtegeOWLReasoner.setKnowledgeBase(OWLModel kb)
|
ProtegeOWLReasoner |
ReasonerManager.getReasoner(OWLModel kb)
Gets the reasoner for the specified knowledge base |
ProtegeOWLReasoner |
ReasonerManager.getReasoner(OWLModel kb,
boolean createNew)
Deprecated. The createReasoner method should be used instead. |
ProtegeOWLReasoner |
ReasonerManager.createReasoner(OWLModel model)
|
Constructors in edu.stanford.smi.protegex.owl.inference.protegeowl with parameters of type OWLModel | |
DefaultProtegeOWLReasoner(OWLModel kb)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.inference.ui |
Methods in edu.stanford.smi.protegex.owl.inference.ui that return OWLModel | |
OWLModel |
RunnableReasonerAction.getOWLModel()
|
Constructors in edu.stanford.smi.protegex.owl.inference.ui with parameters of type OWLModel | |
ReasonerWarningPanel(OWLModel kb,
Collection items)
Constructs a ReasonerWarningPanel |
Uses of OWLModel in edu.stanford.smi.protegex.owl.inference.ui.action |
Fields in edu.stanford.smi.protegex.owl.inference.ui.action declared as OWLModel | |
private OWLModel |
ClassifyTaxonomyAction.owlModel
|
Methods in edu.stanford.smi.protegex.owl.inference.ui.action that return OWLModel | |
OWLModel |
ClassifyTaxonomyAction.getOWLModel()
|
Methods in edu.stanford.smi.protegex.owl.inference.ui.action with parameters of type OWLModel | |
void |
ComputeInferredTypesAction.run(OWLModel owlModel)
|
void |
ClassifyTaxonomyAction.run(OWLModel owlModel)
|
void |
CheckConsistencyAction.run(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.inference.ui.inspector |
Fields in edu.stanford.smi.protegex.owl.inference.ui.inspector declared as OWLModel | |
private OWLModel |
ReasonerInspectorPanel.kb
|
Methods in edu.stanford.smi.protegex.owl.inference.ui.inspector with parameters of type OWLModel | |
void |
ShowReasonerInspectorAction.run(OWLModel owlModel)
|
Constructors in edu.stanford.smi.protegex.owl.inference.ui.inspector with parameters of type OWLModel | |
ReasonerInspectorPanel(OWLModel kb)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.inference.util |
Fields in edu.stanford.smi.protegex.owl.inference.util declared as OWLModel | |
private OWLModel |
ReasonerUtil.IndividualsFilter.model
|
Methods in edu.stanford.smi.protegex.owl.inference.util with parameters of type OWLModel | |
Collection |
ReasonerUtil.getNamedClses(OWLModel kb)
Returns a collection of named classes. |
Collection |
ReasonerUtil.getProperties(OWLModel kb)
|
Collection |
ReasonerUtil.getIndividuals(OWLModel kb)
|
private Collection |
ReasonerUtil.getOWLIndividuals(OWLModel model)
|
void |
ReasonerUtil.invalidateNamedClsCache(OWLModel kb)
|
void |
ReasonerUtil.invalidatePropertiesCache(OWLModel kb)
|
void |
ReasonerUtil.invalidateIndividualsCache(OWLModel kb)
|
Constructors in edu.stanford.smi.protegex.owl.inference.util with parameters of type OWLModel | |
ReasonerUtil.IndividualsFilter(OWLModel model)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.javacode |
Fields in edu.stanford.smi.protegex.owl.javacode declared as OWLModel | |
private OWLModel |
JavaCodeGenerator.owlModel
|
Methods in edu.stanford.smi.protegex.owl.javacode with parameters of type OWLModel | |
void |
JavaCodeGeneratorAction.run(OWLModel owlModel)
|
Constructors in edu.stanford.smi.protegex.owl.javacode with parameters of type OWLModel | |
JavaCodeGenerator(OWLModel owlModel,
JavaCodeGeneratorOptions options)
|
|
ProjectBasedJavaCodeGeneratorOptions(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.jena |
Classes in edu.stanford.smi.protegex.owl.jena that implement OWLModel | |
class |
JenaOWLModel
An OWLModel that can be synchronized with a Jena OntModel. |
Methods in edu.stanford.smi.protegex.owl.jena with parameters of type OWLModel | |
private void |
JenaKnowledgeBaseFactory.loadRepositories(OWLModel owlModel,
URI uri)
|
static void |
Jena.saveOntModel(OWLModel owlModel,
File file,
com.hp.hpl.jena.ontology.OntModel owldlOntModel,
String message)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.jena.creator |
Fields in edu.stanford.smi.protegex.owl.jena.creator declared as OWLModel | |
private OWLModel |
JenaCreator.owlModel
|
Constructors in edu.stanford.smi.protegex.owl.jena.creator with parameters of type OWLModel | |
JenaCreator(OWLModel owlModel,
Collection targetClses,
ProgressDisplay progressDisplay)
|
|
JenaCreator(OWLModel owlModel,
boolean forReasoning,
Collection targetClses,
ProgressDisplay progressDisplay)
|
|
JenaCreator(OWLModel owlModel,
boolean forReasoning,
boolean inferred,
Collection targetClses,
ProgressDisplay progressDisplay)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.jena.graph |
Fields in edu.stanford.smi.protegex.owl.jena.graph declared as OWLModel | |
private OWLModel |
ProtegePrefixMapping.owlModel
|
private OWLModel |
ProtegeGraph.owlModel
|
Methods in edu.stanford.smi.protegex.owl.jena.graph with parameters of type OWLModel | |
static com.hp.hpl.jena.rdf.model.Model |
JenaModelFactory.createModel(OWLModel owlModel)
Creates a new Jena Model from a given OWLModel. |
Constructors in edu.stanford.smi.protegex.owl.jena.graph with parameters of type OWLModel | |
ProtegePrefixMapping(OWLModel owlModel,
TripleStore ts)
|
|
ProtegeGraph(OWLModel owlModel,
TripleStore ts)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.jena.importer |
Fields in edu.stanford.smi.protegex.owl.jena.importer declared as OWLModel | |
private OWLModel |
OWLImporter.owlModel
The source KB |
Constructors in edu.stanford.smi.protegex.owl.jena.importer with parameters of type OWLModel | |
OWLImporter(OWLModel owlModel,
edu.stanford.smi.protege.model.KnowledgeBase kb)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.jena.parser |
Fields in edu.stanford.smi.protegex.owl.jena.parser declared as OWLModel | |
private OWLModel |
DefaultURI2NameConverter.owlModel
|
private OWLModel |
ProtegeOWLParser.owlModel
|
Methods in edu.stanford.smi.protegex.owl.jena.parser with parameters of type OWLModel | |
Repository |
DefaultUnresolvedImportHandler.handleUnresolvableImport(OWLModel model,
TripleStore tripleStore,
URI ontologyName)
|
private static Repository |
ProtegeOWLParser.getRepository(OWLModel owlModel,
TripleStore tripleStore,
URI ontologyName)
|
protected URI2NameConverter |
ProtegeOWLParser.createURI2NameConverter(OWLModel owlModel,
boolean incremental)
|
Repository |
UnresolvedImportHandler.handleUnresolvableImport(OWLModel model,
TripleStore tripleStore,
URI ontologyName)
Used by the ProtegeOWLParser to obtain an ontology repository
that contains the specified ontology. |
Constructors in edu.stanford.smi.protegex.owl.jena.parser with parameters of type OWLModel | |
DefaultURI2NameConverter(OWLModel owlModel,
ProtegeOWLParserLogger logger,
boolean incremental)
|
|
ProtegeOWLParser(OWLModel owlModel,
boolean incremental)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.jena.protege2jena |
Fields in edu.stanford.smi.protegex.owl.jena.protege2jena declared as OWLModel | |
private OWLModel |
Protege2Jena.owlModel
The source OWLModel |
Methods in edu.stanford.smi.protegex.owl.jena.protege2jena with parameters of type OWLModel | |
static com.hp.hpl.jena.ontology.OntModel |
Protege2Jena.createOntModel(OWLModel owlModel)
|
static com.hp.hpl.jena.ontology.OntModel |
Protege2Jena.createOntModel(OWLModel owlModel,
Collection fillTripleStores)
|
static com.hp.hpl.jena.ontology.OntModel |
Protege2Jena.createOntModel(OWLModel owlModel,
Collection fillTripleStores,
Map tripleStores2Model)
|
static com.hp.hpl.jena.ontology.OntModel |
Protege2Jena.createOntModel(OWLModel owlModel,
com.hp.hpl.jena.ontology.OntModelSpec spec,
Collection fillTripleStores)
|
static com.hp.hpl.jena.ontology.OntModel |
Protege2Jena.createOntModel(OWLModel owlModel,
com.hp.hpl.jena.ontology.OntModelSpec spec,
Collection fillTripleStores,
Map tripleStore2Model)
|
static void |
Protege2Jena.saveAll(OWLModel owlModel,
URI uri)
|
static void |
Protege2Jena.saveAll(OWLModel owlModel,
URI uri,
String language)
|
Constructors in edu.stanford.smi.protegex.owl.jena.protege2jena with parameters of type OWLModel | |
Protege2Jena(OWLModel owlModel,
com.hp.hpl.jena.ontology.OntModel ontModel,
Collection fillTripleStores,
Map tripleStore2Model)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.jena.triplestore |
Methods in edu.stanford.smi.protegex.owl.jena.triplestore with parameters of type OWLModel | |
private com.hp.hpl.jena.graph.Node |
JenaMemoryTripleWriter.createNodeFromRDFSLiteral(RDFSLiteral literal,
OWLModel owlModel)
|
Constructors in edu.stanford.smi.protegex.owl.jena.triplestore with parameters of type OWLModel | |
JenaTripleStore(OWLModel owlModel,
edu.stanford.smi.protege.model.framestore.NarrowFrameStore frameStore,
TripleStoreModel tripleStoreModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.model |
Methods in edu.stanford.smi.protegex.owl.model that return OWLModel | |
OWLModel |
RDFResource.getOWLModel()
Gets the OWLModel this resource is defined in. |
Methods in edu.stanford.smi.protegex.owl.model with parameters of type OWLModel | |
void |
NamespaceManager.init(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.model.classparser |
Methods in edu.stanford.smi.protegex.owl.model.classparser with parameters of type OWLModel | |
void |
OWLClassParser.checkClass(OWLModel owlModel,
String expression)
Performs a test of a given expression and throws an Exception if the expression is currently invalid. |
void |
OWLClassParser.checkHasValueFiller(OWLModel owlModel,
String expression)
|
void |
OWLClassParser.checkQuantifierFiller(OWLModel owlModel,
String expression)
|
RDFSClass |
OWLClassParser.parseClass(OWLModel owlModel,
String expression)
|
Object |
OWLClassParser.parseHasValueFiller(OWLModel owlModel,
String expression)
|
RDFResource |
OWLClassParser.parseQuantifierFiller(OWLModel owlModel,
String expression)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.model.classparser.compact |
Fields in edu.stanford.smi.protegex.owl.model.classparser.compact declared as OWLModel | |
private OWLModel |
CompactParser.owlModel
|
Methods in edu.stanford.smi.protegex.owl.model.classparser.compact with parameters of type OWLModel | |
static String |
CompactParserUtil.preprocess(OWLModel owlModel,
String text)
Detects usages of xsd: types as expression fillers, and makes sure that they start with xsd:. |
static String |
CompactParserUtil.preprocessFiller(OWLModel owlModel,
String text)
|
void |
CompactOWLClassParser.checkClass(OWLModel owlModel,
String expression)
|
void |
CompactOWLClassParser.checkHasValueFiller(OWLModel owlModel,
String expression)
|
void |
CompactOWLClassParser.checkQuantifierFiller(OWLModel owlModel,
String expression)
|
RDFSClass |
CompactOWLClassParser.parseClass(OWLModel owlModel,
String expression)
|
Object |
CompactOWLClassParser.parseHasValueFiller(OWLModel owlModel,
String expression)
|
RDFResource |
CompactOWLClassParser.parseQuantifierFiller(OWLModel owlModel,
String expression)
|
static void |
CompactParser.checkClass(OWLModel owlModel,
String text)
|
static void |
CompactParser.checkHasValueFiller(OWLModel owlModel,
String text)
|
static void |
CompactParser.checkQuantifierFiller(OWLModel owlModel,
String text)
|
static RDFSClass |
CompactParser.parseClass(OWLModel owlModel,
String text)
|
static Object |
CompactParser.parseHasValueFiller(OWLModel owlModel,
String text)
|
static Object |
CompactParser.parseQuantifierFiller(OWLModel owlModel,
String text)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.model.classparser.manchester |
Fields in edu.stanford.smi.protegex.owl.model.classparser.manchester declared as OWLModel | |
private OWLModel |
ManchesterOWLParser.owlModel
|
Methods in edu.stanford.smi.protegex.owl.model.classparser.manchester with parameters of type OWLModel | |
void |
ManchesterOWLClassParser.checkClass(OWLModel owlModel,
String expression)
|
void |
ManchesterOWLClassParser.checkHasValueFiller(OWLModel owlModel,
String expression)
|
void |
ManchesterOWLClassParser.checkQuantifierFiller(OWLModel owlModel,
String expression)
|
RDFSClass |
ManchesterOWLClassParser.parseClass(OWLModel owlModel,
String expression)
|
Object |
ManchesterOWLClassParser.parseHasValueFiller(OWLModel owlModel,
String expression)
|
RDFResource |
ManchesterOWLClassParser.parseQuantifierFiller(OWLModel owlModel,
String expression)
|
static void |
ManchesterOWLParser.checkClass(OWLModel owlModel,
String text)
|
static void |
ManchesterOWLParser.checkHasValueFiller(OWLModel owlModel,
String text)
|
static void |
ManchesterOWLParser.checkQuantifierFiller(OWLModel owlModel,
String text)
|
static RDFSClass |
ManchesterOWLParser.parseClass(OWLModel owlModel,
String text)
|
static Object |
ManchesterOWLParser.parseHasValueFiller(OWLModel owlModel,
String text)
|
static Object |
ManchesterOWLParser.parseQuantifierFiller(OWLModel owlModel,
String text)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.model.framestore |
Fields in edu.stanford.smi.protegex.owl.model.framestore declared as OWLModel | |
private OWLModel |
LocalClassificationFrameStore.owlModel
|
Methods in edu.stanford.smi.protegex.owl.model.framestore with parameters of type OWLModel | |
static boolean |
OWLFrameStore.isIgnorePrefixesInSearch(OWLModel owlModel)
|
Constructors in edu.stanford.smi.protegex.owl.model.framestore with parameters of type OWLModel | |
LocalClassificationFrameStore(OWLModel owlModel)
|
|
OWLFrameStoreManager(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.model.impl |
Classes in edu.stanford.smi.protegex.owl.model.impl that implement OWLModel | |
class |
AbstractOWLModel
|
Fields in edu.stanford.smi.protegex.owl.model.impl declared as OWLModel | |
private OWLModel |
DefaultRDFSDatatypeFactory.owlModel
|
protected OWLModel |
AbstractNamespaceManager.owlModel
|
private OWLModel |
DefaultRDFSLiteral.owlModel
|
Methods in edu.stanford.smi.protegex.owl.model.impl that return OWLModel | |
OWLModel |
DefaultRDFProperty.getOWLModel()
|
OWLModel |
AbstractRDFSClass.getOWLModel()
|
OWLModel |
DefaultRDFIndividual.getOWLModel()
|
Methods in edu.stanford.smi.protegex.owl.model.impl with parameters of type OWLModel | |
static RDFSClass |
OWLUtil.createClone(OWLModel owlModel,
String expression)
|
static Collection |
OWLUtil.getSelectableNamedClses(OWLModel owlModel)
|
static boolean |
OWLUtil.hasOWLDLProfile(OWLModel owlModel)
|
static boolean |
OWLUtil.hasOWLFullProfile(OWLModel owlModel)
|
static boolean |
OWLUtil.hasRDFProfile(OWLModel owlModel)
|
static void |
OWLUtil.resetComputedSuperclasses(OWLModel owlModel)
|
static void |
OWLUtil.resetComputedSuperclasses(OWLModel owlModel,
Collection clses)
|
static void |
OWLUtil.sortSubclasses(OWLModel owlModel)
|
static void |
AbstractOWLModel.deleteAllFrames(OWLModel owlModel)
Deletes all Frames that are not system classes (including OWL system classes). |
void |
AbstractNamespaceManager.init(OWLModel owlModel)
|
void |
OWLNamespaceManager.init(OWLModel owlModel)
|
static Map |
DefaultRDFSDatatype.parse(OWLModel owlModel,
String expression)
|
static void |
AbstractOWLQuantifierRestriction.checkFillerText(String text,
RDFProperty property,
OWLModel owlModel)
|
static RDFSLiteral |
DefaultRDFSLiteral.create(OWLModel owlModel,
Object value)
|
static RDFSLiteral |
DefaultRDFSLiteral.create(OWLModel owlModel,
String lexicalValue,
RDFSDatatype datatype)
|
static RDFSLiteral |
DefaultRDFSLiteral.create(OWLModel owlModel,
String text,
String language)
|
Constructors in edu.stanford.smi.protegex.owl.model.impl with parameters of type OWLModel | |
DefaultRDFSDatatypeFactory(OWLModel owlModel)
|
|
DefaultRDFSLiteral(OWLModel owlModel,
String rawValue)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.model.patcher |
Constructors in edu.stanford.smi.protegex.owl.model.patcher with parameters of type OWLModel | |
DefaultOWLModelPatcher(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.model.query |
Fields in edu.stanford.smi.protegex.owl.model.query declared as OWLModel | |
private OWLModel |
SPARQLQueryResults.owlModel
|
Methods in edu.stanford.smi.protegex.owl.model.query with parameters of type OWLModel | |
static SPARQLQueryResults |
SPARQLQueryResults.create(OWLModel owlModel,
String queryString)
Creates QueryResults from a given query string (which should already include prefix declarations). |
static String |
SPARQLQueryResults.createPrefixDeclarations(OWLModel owlModel)
Creates the SPARQL PREFIX and BASE declarations for a given OWLModel. |
Constructors in edu.stanford.smi.protegex.owl.model.query with parameters of type OWLModel | |
SPARQLQueryResults(OWLModel owlModel,
com.hp.hpl.jena.query.Query query,
com.hp.hpl.jena.query.ResultSet results)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.model.triplestore |
Methods in edu.stanford.smi.protegex.owl.model.triplestore with parameters of type OWLModel | |
static void |
TripleStoreUtil.addToTripleStore(OWLModel owlModel,
TripleStore tripleStore,
RDFResource subject,
RDFProperty predicate,
Object object)
|
static RDFResource |
TripleStoreUtil.getFirstOntology(OWLModel owlModel,
TripleStore tripleStore)
|
static void |
TripleStoreUtil.runInTripleStore(OWLModel owlModel,
TripleStore ts,
Runnable runnable)
|
static void |
TripleStoreUtil.sortSubclasses(OWLModel owlModel)
|
static void |
TripleStoreUtil.switchTripleStore(OWLModel owlModel,
TripleStore tripleStore)
|
static void |
TripleWriterUtil.writePrefixes(TripleWriter writer,
OWLModel owlModel)
Writes all prefixes of a given OWLModel into a given TripleWriter. |
Uses of OWLModel in edu.stanford.smi.protegex.owl.model.triplestore.impl |
Fields in edu.stanford.smi.protegex.owl.model.triplestore.impl declared as OWLModel | |
protected OWLModel |
AbstractTripleStore.owlModel
|
private OWLModel |
OWLAnonymousClassPostProcessor.owlModel
|
private OWLModel |
RDFPropertyPostProcessor.owlModel
|
private OWLModel |
RDFSNamedClassPostProcessor.owlModel
|
private OWLModel |
OWLDeprecatedClassPostProcessor.owlModel
|
private OWLModel |
AbstractTripleStoreModel.owlModel
|
Methods in edu.stanford.smi.protegex.owl.model.triplestore.impl with parameters of type OWLModel | |
static void |
TripleChangePostProcessor.postProcess(OWLModel owlModel)
|
private void |
RDFListPostProcessor.process(OWLModel owlModel,
TripleStore tripleStore)
|
Constructors in edu.stanford.smi.protegex.owl.model.triplestore.impl with parameters of type OWLModel | |
AbstractTripleStore(OWLModel owlModel,
TripleStoreModel tripleStoreModel,
edu.stanford.smi.protege.model.framestore.NarrowFrameStore frameStore)
|
|
OWLAnonymousClassPostProcessor(OWLModel owlModel)
|
|
RDFPropertyPostProcessor(OWLModel owlModel)
|
|
RDFSNamedClassPostProcessor(OWLModel owlModel)
|
|
RDFListPostProcessor(OWLModel owlModel)
|
|
OWLDeprecatedClassPostProcessor(OWLModel owlModel)
|
|
AbstractTripleStoreModel(OWLModel owlModel)
|
|
DuplicateSuperclassesPostProcessor(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.model.util |
Fields in edu.stanford.smi.protegex.owl.model.util declared as OWLModel | |
private OWLModel |
DLExpressivityChecker.owlModel
|
private OWLModel |
ModelMetrics.model
|
Methods in edu.stanford.smi.protegex.owl.model.util with parameters of type OWLModel | |
private static RDFSClass |
ClosureAxiomFactory.getFiller(List existentials,
OWLModel owlModel)
|
static Set |
XSDVisibility.getDefaultDatatypes(OWLModel owlModel)
|
static void |
XSDVisibility.updateVisibility(OWLModel owlModel)
|
Constructors in edu.stanford.smi.protegex.owl.model.util with parameters of type OWLModel | |
DLExpressivityChecker(OWLModel owlModel)
|
|
ModelMetrics(OWLModel model)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.model.visitor |
Fields in edu.stanford.smi.protegex.owl.model.visitor declared as OWLModel | |
private OWLModel |
OWLModelVisitorHelper.model
|
Constructors in edu.stanford.smi.protegex.owl.model.visitor with parameters of type OWLModel | |
OWLModelVisitorHelper(OWLModel model,
OWLModelVisitor visitor)
Constructs a visitor helper, whose methods will visit the specified OWLModel with the specified OWLModelVisitor |
Uses of OWLModel in edu.stanford.smi.protegex.owl.repository |
Fields in edu.stanford.smi.protegex.owl.repository declared as OWLModel | |
private OWLModel |
RepositoryManager.model
|
Constructors in edu.stanford.smi.protegex.owl.repository with parameters of type OWLModel | |
RepositoryManager(OWLModel model)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.repository.factory |
Methods in edu.stanford.smi.protegex.owl.repository.factory with parameters of type OWLModel | |
Repository |
RepositoryFactory.createOntRepository(OWLModel model,
String s)
|
boolean |
RepositoryFactoryPlugin.isSuitable(OWLModel model,
String repositoryDescriptor)
Determines if this plugin can create the appropriate repository from the specified String . |
Repository |
RepositoryFactoryPlugin.createRepository(OWLModel model,
String repositoryDescriptor)
Creates a repository from the specified repository descriptor. |
Uses of OWLModel in edu.stanford.smi.protegex.owl.repository.impl |
Methods in edu.stanford.smi.protegex.owl.repository.impl with parameters of type OWLModel | |
boolean |
FTPRepositoryFactoryPlugin.isSuitable(OWLModel model,
String repositoryDescriptor)
|
Repository |
FTPRepositoryFactoryPlugin.createRepository(OWLModel model,
String repositoryDescriptor)
|
boolean |
LocalFolderRepositoryFactoryPlugin.isSuitable(OWLModel model,
String s)
|
Repository |
LocalFolderRepositoryFactoryPlugin.createRepository(OWLModel model,
String s)
|
boolean |
DublinCoreDLVersionRedirectRepositoryFactoryPlugin.isSuitable(OWLModel model,
String repositoryDescriptor)
|
Repository |
DublinCoreDLVersionRedirectRepositoryFactoryPlugin.createRepository(OWLModel model,
String repositoryDescriptor)
|
boolean |
LocalFileRepositoryFactoryPlugin.isSuitable(OWLModel model,
String s)
|
Repository |
LocalFileRepositoryFactoryPlugin.createRepository(OWLModel model,
String s)
|
boolean |
HTTPRepositoryFactoryPlugin.isSuitable(OWLModel model,
String s)
|
Repository |
HTTPRepositoryFactoryPlugin.createRepository(OWLModel model,
String s)
|
boolean |
RelativeFolderRepositoryFactoryPlugin.isSuitable(OWLModel model,
String s)
|
Repository |
RelativeFolderRepositoryFactoryPlugin.createRepository(OWLModel model,
String s)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.repository.util |
Fields in edu.stanford.smi.protegex.owl.repository.util declared as OWLModel | |
private OWLModel |
RepositoryFileManager.model
|
Methods in edu.stanford.smi.protegex.owl.repository.util with parameters of type OWLModel | |
static boolean |
RepositoryUtil.createImportLocalCopy(OWLModel model,
URI ontologyURI,
File localFile)
|
Constructors in edu.stanford.smi.protegex.owl.repository.util with parameters of type OWLModel | |
RepositoryFileManager(OWLModel model)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.storage |
Fields in edu.stanford.smi.protegex.owl.storage declared as OWLModel | |
private OWLModel |
ProtegeSaver.owlModel
|
private OWLModel |
OWL2OWLCopier.source
|
private OWLModel |
OWL2OWLCopier.target
|
Constructors in edu.stanford.smi.protegex.owl.storage with parameters of type OWLModel | |
ProtegeSaver(edu.stanford.smi.protege.model.KnowledgeBase source,
OWLModel target)
|
|
OWL2OWLCopier(OWLModel source,
OWLModel target)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.swrl.model |
Fields in edu.stanford.smi.protegex.owl.swrl.model declared as OWLModel | |
private OWLModel |
SWRLFactory.owlModel
|
Constructors in edu.stanford.smi.protegex.owl.swrl.model with parameters of type OWLModel | |
SWRLFactory(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.swrl.model.factory |
Fields in edu.stanford.smi.protegex.owl.swrl.model.factory declared as OWLModel | |
private OWLModel |
SWRLJavaFactory.owlModel
|
Constructors in edu.stanford.smi.protegex.owl.swrl.model.factory with parameters of type OWLModel | |
SWRLJavaFactory(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.swrl.parser |
Fields in edu.stanford.smi.protegex.owl.swrl.parser declared as OWLModel | |
private OWLModel |
SWRLParser.owlModel
|
Constructors in edu.stanford.smi.protegex.owl.swrl.parser with parameters of type OWLModel | |
SWRLParser(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.swrl.ui |
Methods in edu.stanford.smi.protegex.owl.swrl.ui with parameters of type OWLModel | |
static boolean |
SWRLProjectPlugin.isSWRLImported(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.swrl.ui.code |
Fields in edu.stanford.smi.protegex.owl.swrl.ui.code declared as OWLModel | |
private OWLModel |
SWRLTextAreaPanel.owlModel
|
private OWLModel |
SWRLSyntaxConverter.owlModel
|
Methods in edu.stanford.smi.protegex.owl.swrl.ui.code with parameters of type OWLModel | |
static boolean |
SWRLTextAreaPanel.showEditDialog(Component parent,
OWLModel owlModel,
SWRLImp imp)
|
List |
SWRLResourceNameMatcher.getMatchingResources(String prefix,
String leftString,
OWLModel owlModel)
|
Constructors in edu.stanford.smi.protegex.owl.swrl.ui.code with parameters of type OWLModel | |
SWRLTextField(OWLModel owlModel,
SymbolErrorDisplay errorDisplay)
|
|
SWRLSymbolPanel(OWLModel owlModel,
boolean closeable,
boolean draggable)
|
|
SWRLTextAreaPanel(OWLModel owlModel)
|
|
SWRLTextAreaPanel(OWLModel anOWLModel,
SWRLImp imp)
|
|
SWRLSyntaxConverter(OWLModel owlModel)
|
|
SWRLTextArea(OWLModel owlModel,
SymbolErrorDisplay errorDisplay)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.swrl.ui.tab |
Methods in edu.stanford.smi.protegex.owl.swrl.ui.tab with parameters of type OWLModel | |
static void |
SWRLTab.activateSWRL(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.swrl.ui.table |
Fields in edu.stanford.smi.protegex.owl.swrl.ui.table declared as OWLModel | |
private OWLModel |
SWRLTableModel.owlModel
|
private OWLModel |
CreateRuleAction.owlModel
|
Methods in edu.stanford.smi.protegex.owl.swrl.ui.table with parameters of type OWLModel | |
protected SymbolEditorComponent |
SWRLTable.createSymbolEditorComponent(OWLModel model,
SymbolErrorDisplay errorDisplay)
|
Constructors in edu.stanford.smi.protegex.owl.swrl.ui.table with parameters of type OWLModel | |
CloneRuleAction(SWRLTable table,
OWLModel owlModel)
|
|
SWRLTableModel(OWLModel owlModel)
|
|
SWRLSymbolEditor(OWLModel model,
SymbolErrorDisplay errorDisplay)
|
|
SWRLTablePanel(OWLModel owlModel,
RDFResource RDFResource)
|
|
CreateRuleAction(SWRLTable table,
OWLModel owlModel)
|
|
SWRLTable(SWRLTableModel tableModel,
OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.testing |
Methods in edu.stanford.smi.protegex.owl.testing with parameters of type OWLModel | |
List |
OWLModelTest.test(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.testing.owldl |
Methods in edu.stanford.smi.protegex.owl.testing.owldl with parameters of type OWLModel | |
List |
NoImportOfSystemOntologiesOWLDLTest.test(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.tests |
Fields in edu.stanford.smi.protegex.owl.tests declared as OWLModel | |
protected OWLModel |
AbstractOWLModelTestCase.owlModel
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui |
Methods in edu.stanford.smi.protegex.owl.ui with parameters of type OWLModel | |
static edu.stanford.smi.protege.ui.ProjectView |
ProtegeUI.getProjectView(OWLModel owlModel)
|
static Component |
ProtegeUI.getTopLevelContainer(OWLModel owlModel)
|
static void |
ProtegeUI.reloadUI(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.actions |
Methods in edu.stanford.smi.protegex.owl.ui.actions that return OWLModel | |
OWLModel |
ResourceAction.getOWLModel()
|
Methods in edu.stanford.smi.protegex.owl.ui.actions with parameters of type OWLModel | |
boolean |
AbstractOWLModelAction.isSuitable(OWLModel owlModel)
|
static void |
OWLModelActionManager.addOWLModelActionsToMenubar(OWLModel owlModel,
OWLModelActionManager.Adder adder)
|
static void |
OWLModelActionManager.addOWLModelActionsToToolbar(OWLModel owlModel,
OWLModelActionManager.Adder adder)
|
boolean |
OWLModelAction.isSuitable(OWLModel owlModel)
Determines whether this action shall be used for the given OWLModel. |
void |
OWLModelAction.run(OWLModel owlModel)
Called when the action is executed by the user. |
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.classform.component |
Methods in edu.stanford.smi.protegex.owl.ui.classform.component with parameters of type OWLModel | |
abstract void |
FormComponent.init(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.classform.component.property |
Methods in edu.stanford.smi.protegex.owl.ui.classform.component.property with parameters of type OWLModel | |
protected SymbolEditorComponent |
PropertyFormTable.createSymbolEditorComponent(OWLModel model,
SymbolErrorDisplay errorDisplay)
|
void |
PropertyFormComponent.init(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.classform.form |
Methods in edu.stanford.smi.protegex.owl.ui.classform.form with parameters of type OWLModel | |
boolean |
ClassFormSwitchableType.isSuitable(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.cls |
Fields in edu.stanford.smi.protegex.owl.ui.cls declared as OWLModel | |
private OWLModel |
OWLSubclassPane.owlModel
|
private OWLModel |
AssertedClassesPanel.owlModel
|
Methods in edu.stanford.smi.protegex.owl.ui.cls that return OWLModel | |
OWLModel |
OWLClassesTab.getOWLModel()
|
Methods in edu.stanford.smi.protegex.owl.ui.cls with parameters of type OWLModel | |
boolean |
PropertiesClassDefinitionWidgetType.isSuitable(OWLModel owlModel)
|
boolean |
SwitchableType.isSuitable(OWLModel owlModel)
|
void |
HierarchiesPanel.showInferredHierarchy(OWLModel owlModel)
|
boolean |
LogicClassDefinitionWidgetType.isSuitable(OWLModel owlModel)
|
Constructors in edu.stanford.smi.protegex.owl.ui.cls with parameters of type OWLModel | |
OWLSubclassPane(OWLModel owlModel,
Action doubleClickAction,
edu.stanford.smi.protege.model.Cls root,
Action deleteClsAction)
Deprecated. |
|
OWLSubclassPane(OWLModel owlModel,
Action doubleClickAction,
RDFSNamedClass rootClass)
|
|
ClassTreeComponent(String title,
OWLModel owlModel)
|
|
HierarchyPanel(Hierarchy hierarchy,
HierarchyManager hierarchyManager,
boolean withNavigationHistory,
OWLModel owlModel)
|
|
AssertedClassesPanel(OWLModel owlModel,
HierarchyManager hierarchyManager)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.clsdesc |
Methods in edu.stanford.smi.protegex.owl.ui.clsdesc with parameters of type OWLModel | |
protected SymbolEditorComponent |
ClassDescriptionTable.createSymbolEditorComponent(OWLModel model,
SymbolErrorDisplay errorDisplay)
|
protected void |
PropertiesSuperclassesTableModel.setValueAt(int rowIndex,
OWLModel owlModel,
String parsableText)
|
protected void |
PropertiesDefinitionTableModel.setValueAt(int rowIndex,
OWLModel owlModel,
String parsableText)
|
Constructors in edu.stanford.smi.protegex.owl.ui.clsdesc with parameters of type OWLModel | |
ClassDescriptionTable(OWLModel owlModel,
OWLTableModel tableModel)
|
|
ClassDescriptionTextField(OWLModel kb,
SymbolErrorDisplay errorDisplay)
|
|
ClassDescriptionEditorComponent(OWLModel model,
SymbolErrorDisplay errorDisplay,
boolean multiline)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.clsdesc.manchester |
Fields in edu.stanford.smi.protegex.owl.ui.clsdesc.manchester declared as OWLModel | |
private OWLModel |
AbstractNamedObjectCreationSuggestion.model
|
private OWLModel |
SuggestionPopup.model
|
private OWLModel |
ManchesterOWLTextPane.model
|
Methods in edu.stanford.smi.protegex.owl.ui.clsdesc.manchester that return OWLModel | |
OWLModel |
AbstractNamedObjectCreationSuggestion.getModel()
|
protected OWLModel |
ManchesterOWLTextPane.getmodel()
|
Methods in edu.stanford.smi.protegex.owl.ui.clsdesc.manchester with parameters of type OWLModel | |
static Collection |
SuggestionFactory.getSuggestions(OWLModel model,
OWLClassParseException e)
|
Constructors in edu.stanford.smi.protegex.owl.ui.clsdesc.manchester with parameters of type OWLModel | |
CreateObjectPropertySuggestion(OWLModel model,
String name)
|
|
CreateSubClassSuggestion(OWLModel model,
String name)
|
|
CreateIndividualSuggestion(OWLModel model,
String name)
|
|
CreateClassSuggestion(OWLModel model,
String name)
|
|
CreateDatatypePropertySuggestion(OWLModel model,
String name)
|
|
AbstractNamedObjectCreationSuggestion(OWLModel model,
String name)
|
|
SuggestionPopup(Window owner,
OWLModel model)
|
|
ManchesterOWLTextPane(OWLModel kb,
SymbolErrorDisplay errorDisplay,
ResourceNameMatcher resourceNameMatcher,
SyntaxConverter syntaxConverter)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.clsproperties |
Fields in edu.stanford.smi.protegex.owl.ui.clsproperties declared as OWLModel | |
private OWLModel |
PropertyRestrictionsTree.owlModel
|
Methods in edu.stanford.smi.protegex.owl.ui.clsproperties with parameters of type OWLModel | |
static void |
CreatePropertyAction.addActions(edu.stanford.smi.protege.util.LabeledComponent lc,
OWLModel owlModel,
CreatePropertyAction.CallBack callBack)
|
Constructors in edu.stanford.smi.protegex.owl.ui.clsproperties with parameters of type OWLModel | |
RDFPropertiesComponent(OWLModel owlModel)
|
|
PropertyRestrictionsTree(OWLModel owlModel)
|
|
PropertyRestrictionsTree(OWLModel owlModel,
OWLNamedClass cls)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.code |
Fields in edu.stanford.smi.protegex.owl.ui.code declared as OWLModel | |
private OWLModel |
SymbolPanel.owlModel
|
private OWLModel |
OWLTextAreaPanel.owlModel
|
private OWLModel |
SymbolEditorComponent.model
|
private OWLModel |
OWLSyntaxConverter.owlModel
|
private OWLModel |
SymbolTextArea.owlModel
|
private OWLModel |
SymbolTextField.owlModel
|
Methods in edu.stanford.smi.protegex.owl.ui.code that return OWLModel | |
OWLModel |
SymbolPanel.getOWLModel()
|
OWLModel |
SymbolEditorComponent.getModel()
|
protected OWLModel |
SymbolTextArea.getOWLModel()
|
protected OWLModel |
SymbolTextField.getOWLModel()
|
Methods in edu.stanford.smi.protegex.owl.ui.code with parameters of type OWLModel | |
List |
OWLResourceNameMatcher.getMatchingResources(String prefix,
String leftString,
OWLModel owlModel)
|
static void |
OWLResourceNameMatcher.getMatchingRDFSNamedClasses(String prefix,
List result,
OWLModel owlModel)
|
private static boolean |
OWLResourceNameMatcher.isSlowProject(OWLModel owlModel)
|
static void |
OWLResourceNameMatcher.getMatchingRDFProperties(String prefix,
List result,
OWLModel owlModel)
|
static void |
OWLResourceNameMatcher.getMatchingRDFIndividuals(String prefix,
List result,
OWLModel owlModel)
|
static String |
OWLTextAreaPanel.showEditDialog(Component parent,
OWLModel owlModel,
RDFSClass input)
|
List |
ResourceNameMatcher.getMatchingResources(String prefix,
String leftString,
OWLModel owlModel)
|
static void |
OWLTextFormatter.updateSyntax(JTextComponent textComponent,
OWLModel owlModel)
Replaces all occurences of special symbols with the corresponding unicode symbols. |
static void |
OWLTextFormatter.updateSyntax(JTextComponent textComponent,
OWLModel owlModel,
Map smap)
|
Constructors in edu.stanford.smi.protegex.owl.ui.code with parameters of type OWLModel | |
SymbolPanel(OWLModel owlModel,
boolean closable)
|
|
SymbolPanel(OWLModel owlModel,
boolean closable,
boolean draggable)
|
|
SymbolPanel(OWLModel owlModel,
boolean closable,
boolean draggable,
boolean withMiddleBar)
|
|
OWLTextAreaPanel(OWLModel anOWLModel,
RDFSClass inputClass)
|
|
SymbolEditorComponent(OWLModel model,
SymbolErrorDisplay errorDisplay,
boolean multiline)
|
|
OWLTextArea(OWLModel owlModel,
SymbolErrorDisplay errorDisplay)
|
|
OWLSymbolPanel(OWLModel owlModel,
boolean closable)
|
|
OWLSymbolPanel(OWLModel owlModel,
boolean closable,
boolean draggable)
|
|
OWLTextField(OWLModel owlModel,
SymbolErrorDisplay errorDisplay)
|
|
OWLSyntaxConverter(OWLModel owlModel)
|
|
SymbolTextArea(OWLModel kb,
SymbolErrorDisplay errorDisplay,
ResourceNameMatcher resourceNameMatcher,
SyntaxConverter syntaxConverter)
|
|
SymbolTextField(OWLModel kb,
SymbolErrorDisplay errorDisplay,
ResourceNameMatcher resourceNameMatcher,
SyntaxConverter syntaxConverter)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.components |
Methods in edu.stanford.smi.protegex.owl.ui.components that return OWLModel | |
protected OWLModel |
AbstractPropertyValuesComponent.getOWLModel()
|
Methods in edu.stanford.smi.protegex.owl.ui.components with parameters of type OWLModel | |
static JComboBox |
ComponentUtil.createDatatypeComboBox(OWLModel owlModel)
|
static JComboBox |
ComponentUtil.createLanguageComboBox(OWLModel owlModel)
|
static JComboBox |
ComponentUtil.createLanguageComboBox(OWLModel owlModel,
String initialSelection)
|
static JComboBox |
ComponentUtil.createLangCellEditor(OWLModel owlModel,
JTable table)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.components.annotations |
Fields in edu.stanford.smi.protegex.owl.ui.components.annotations declared as OWLModel | |
private OWLModel |
DefaultAnnotations.owlModel
|
Constructors in edu.stanford.smi.protegex.owl.ui.components.annotations with parameters of type OWLModel | |
DefaultAnnotations(OWLModel owlModel)
|
|
AnnotationsLangEditor(OWLModel model,
JTable table)
|
|
AnnotationsValueEditor(OWLModel owlModel,
JTable t)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.components.literaltable |
Fields in edu.stanford.smi.protegex.owl.ui.components.literaltable declared as OWLModel | |
private OWLModel |
LiteralTableModel.owlModel
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.components.superclasses |
Constructors in edu.stanford.smi.protegex.owl.ui.components.superclasses with parameters of type OWLModel | |
RDFSSubClassOfComponent(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.components.triples |
Fields in edu.stanford.smi.protegex.owl.ui.components.triples declared as OWLModel | |
private OWLModel |
AbstractTriplesComponent.owlModel
|
Methods in edu.stanford.smi.protegex.owl.ui.components.triples that return OWLModel | |
OWLModel |
TriplesTableModel.getOWLModel()
|
Methods in edu.stanford.smi.protegex.owl.ui.components.triples with parameters of type OWLModel | |
protected Collection |
CreateValueAction.getAllowedProperties(OWLModel owlModel)
|
protected Collection |
AddResourceAction.getAllowedProperties(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.conditions |
Fields in edu.stanford.smi.protegex.owl.ui.conditions declared as OWLModel | |
private OWLModel |
ConditionsTableModel.owlModel
|
Methods in edu.stanford.smi.protegex.owl.ui.conditions with parameters of type OWLModel | |
void |
ConditionsTableModel.setValueAt(int rowIndex,
OWLModel owlModel,
String parsableText)
|
static void |
ConditionsWidget.selectProperty(OWLModel owlModel,
Container p,
RDFProperty selectedProperty)
|
protected SymbolTextField |
ConditionsTable.createSymbolTextField(OWLModel owlModel,
SymbolErrorDisplay errorDisplay)
|
protected SymbolEditorComponent |
ConditionsTable.createSymbolEditorComponent(OWLModel model,
SymbolErrorDisplay errorDisplay)
|
Constructors in edu.stanford.smi.protegex.owl.ui.conditions with parameters of type OWLModel | |
ConditionsTableModel(OWLModel owlModel)
Constructs a new ConditionsTableModel with default superslot. |
|
ConditionsTableTransferHandler(OWLModel owlModel)
|
|
ConditionsTable(OWLModel owlModel,
ConditionsTableModel aTableModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.dialogs |
Methods in edu.stanford.smi.protegex.owl.ui.dialogs with parameters of type OWLModel | |
private Component |
DefaultModalDialogFactory.getParentComponent(OWLModel owlModel)
|
int |
DefaultModalDialogFactory.showConfirmCancelDialog(OWLModel owlModel,
String message,
String title)
|
boolean |
DefaultModalDialogFactory.showConfirmDialog(OWLModel owlModel,
String message,
String title)
|
void |
DefaultModalDialogFactory.showErrorMessageDialog(OWLModel owlModel,
String message,
String title)
|
String |
DefaultModalDialogFactory.showInputDialog(OWLModel owlModel,
String message,
String initialValue)
|
void |
DefaultModalDialogFactory.showMessageDialog(OWLModel owlModel,
String message,
String title)
|
private static Collection |
DefaultSelectionDialogFactory.getFirstTwoClasses(OWLModel owlModel,
Collection allowedClasses)
|
private static Collection |
DefaultSelectionDialogFactory.pickClasses(Component component,
OWLModel owlModel,
Collection rootClses,
String label,
boolean multiple)
|
private static edu.stanford.smi.protege.model.Cls |
DefaultSelectionDialogFactory.pickClass(Component component,
OWLModel owlModel,
Collection allowedClasses,
String label)
|
private static RDFSNamedClass |
DefaultSelectionDialogFactory.promptForClass(Component component,
OWLModel owlModel,
Collection clses,
String label)
|
RDFSNamedClass |
DefaultSelectionDialogFactory.selectClass(Component parent,
OWLModel owlModel,
Collection rootClasses,
String title)
|
Set |
DefaultSelectionDialogFactory.selectClasses(Component parent,
OWLModel owlModel,
Collection rootClasses,
String title)
|
RDFProperty |
DefaultSelectionDialogFactory.selectProperty(Component parent,
OWLModel owlModel,
Collection allowedProperties,
String title)
|
RDFResource |
DefaultSelectionDialogFactory.selectResourceFromCollection(Component parent,
OWLModel owlModel,
Collection resources,
String title)
|
RDFResource |
DefaultSelectionDialogFactory.selectResourceByType(Component parent,
OWLModel owlModel,
Collection allowedClasses,
String title)
|
Set |
DefaultSelectionDialogFactory.selectResourcesByType(Component parent,
OWLModel owlModel,
Collection allowedClasses,
String title)
|
Set |
DefaultSelectionDialogFactory.selectResourcesFromCollection(Component parent,
OWLModel owlModel,
Collection resources,
String title)
|
int |
ModalDialogFactory.showConfirmCancelDialog(OWLModel owlModel,
String message,
String title)
|
boolean |
ModalDialogFactory.showConfirmDialog(OWLModel owlModel,
String message,
String title)
|
void |
ModalDialogFactory.showErrorMessageDialog(OWLModel owlModel,
String message)
|
void |
ModalDialogFactory.showErrorMessageDialog(OWLModel owlModel,
String message,
String title)
|
String |
ModalDialogFactory.showInputDialog(OWLModel owlModel,
String message,
String initialValue)
|
void |
ModalDialogFactory.showMessageDialog(OWLModel owlModel,
String message)
|
void |
ModalDialogFactory.showMessageDialog(OWLModel owlModel,
String message,
String title)
|
void |
ModalDialogFactory.showThrowable(OWLModel owlModel,
Throwable t)
|
RDFSNamedClass |
SelectionDialogFactory.selectClass(Component parent,
OWLModel owlModel)
|
RDFSNamedClass |
SelectionDialogFactory.selectClass(Component parent,
OWLModel owlModel,
String title)
|
RDFSNamedClass |
SelectionDialogFactory.selectClass(Component parent,
OWLModel owlModel,
Collection rootClasses)
|
RDFSNamedClass |
SelectionDialogFactory.selectClass(Component parent,
OWLModel owlModel,
Collection rootClasses,
String title)
|
RDFSNamedClass |
SelectionDialogFactory.selectClass(Component parent,
OWLModel owlModel,
RDFSNamedClass rootClass,
String title)
|
Set |
SelectionDialogFactory.selectClasses(Component parent,
OWLModel owlModel,
String title)
|
Set |
SelectionDialogFactory.selectClasses(Component parent,
OWLModel owlModel,
RDFSNamedClass rootClass,
String title)
|
Set |
SelectionDialogFactory.selectClasses(Component parent,
OWLModel owlModel,
Collection rootClasses,
String title)
|
RDFProperty |
SelectionDialogFactory.selectProperty(Component parent,
OWLModel owlModel,
Collection allowedProperties)
|
RDFProperty |
SelectionDialogFactory.selectProperty(Component parent,
OWLModel owlModel,
Collection allowedProperties,
String title)
|
RDFResource |
SelectionDialogFactory.selectResourceByType(Component parent,
OWLModel owlModel,
Collection allowedClasses)
|
RDFResource |
SelectionDialogFactory.selectResourceByType(Component parent,
OWLModel owlModel,
Collection allowedClasses,
String title)
|
RDFResource |
SelectionDialogFactory.selectResourceFromCollection(Component parent,
OWLModel owlModel,
Collection resources,
String title)
|
Set |
SelectionDialogFactory.selectResourcesByType(Component parent,
OWLModel owlModel,
Collection allowedClasses)
|
Set |
SelectionDialogFactory.selectResourcesByType(Component parent,
OWLModel owlModel,
Collection allowedClasses,
String title)
|
Set |
SelectionDialogFactory.selectResourcesFromCollection(Component parent,
OWLModel owlModel,
Collection resources,
String title)
|
void |
AbstractModalDialogFactory.showErrorMessageDialog(OWLModel owlModel,
String message)
|
void |
AbstractModalDialogFactory.showMessageDialog(OWLModel owlModel,
String message)
|
void |
AbstractModalDialogFactory.showThrowable(OWLModel owlModel,
Throwable t)
|
RDFSNamedClass |
AbstractSelectionDialogFactory.selectClass(Component parent,
OWLModel owlModel)
|
Set |
AbstractSelectionDialogFactory.selectClasses(Component parent,
OWLModel owlModel,
RDFSNamedClass rootClass,
String title)
|
RDFSNamedClass |
AbstractSelectionDialogFactory.selectClass(Component parent,
OWLModel owlModel,
RDFSNamedClass rootClass,
String title)
|
RDFSNamedClass |
AbstractSelectionDialogFactory.selectClass(Component parent,
OWLModel owlModel,
Collection rootClasses,
String title)
|
RDFSNamedClass |
AbstractSelectionDialogFactory.selectClass(Component parent,
OWLModel owlModel,
Collection rootClasses)
|
RDFSNamedClass |
AbstractSelectionDialogFactory.selectClass(Component parent,
OWLModel owlModel,
String title)
|
Set |
AbstractSelectionDialogFactory.selectClasses(Component parent,
OWLModel owlModel,
String title)
|
RDFProperty |
AbstractSelectionDialogFactory.selectProperty(Component parent,
OWLModel owlModel,
Collection allowedProperties)
|
RDFResource |
AbstractSelectionDialogFactory.selectResourceByType(Component parent,
OWLModel owlModel,
Collection allowedClasses)
|
Set |
AbstractSelectionDialogFactory.selectResourcesByType(Component parent,
OWLModel owlModel,
Collection allowedClasses)
|
Constructors in edu.stanford.smi.protegex.owl.ui.dialogs with parameters of type OWLModel | |
SelectResourcesPanel(OWLModel owlModel,
Collection classes)
|
|
SelectResourcesPanel(OWLModel owlModel,
Collection classes,
boolean allowsMultipleSelection)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.editors |
Methods in edu.stanford.smi.protegex.owl.ui.editors with parameters of type OWLModel | |
private RDFSLiteral |
TimeValueEditor.createRDFSLiteral(OWLModel owlModel,
String str)
|
private RDFSLiteral |
DateTimeValueEditor.createRDFSLiteral(OWLModel owlModel,
String str)
|
private RDFSLiteral |
DateValueEditor.createRDFSLiteral(OWLModel owlModel,
String str)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.existential |
Fields in edu.stanford.smi.protegex.owl.ui.existential declared as OWLModel | |
private OWLModel |
ExistentialTreePanel.owlModel
|
Methods in edu.stanford.smi.protegex.owl.ui.existential that return OWLModel | |
protected OWLModel |
ExistentialTreePanel.getOWLModel()
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.explorer |
Fields in edu.stanford.smi.protegex.owl.ui.explorer declared as OWLModel | |
private OWLModel |
ExplorerTreePanel.owlModel
|
Methods in edu.stanford.smi.protegex.owl.ui.explorer that return OWLModel | |
protected OWLModel |
ExplorerTreePanel.getOWLModel()
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.explorer.filter |
Methods in edu.stanford.smi.protegex.owl.ui.explorer.filter with parameters of type OWLModel | |
static boolean |
ExplorerFilterPanel.show(OWLModel owlModel,
DefaultExplorerFilter filter)
|
Constructors in edu.stanford.smi.protegex.owl.ui.explorer.filter with parameters of type OWLModel | |
ExplorerFilterPanel(OWLModel owlModel)
|
|
ExplorerFilterPanel(OWLModel owlModel,
DefaultExplorerFilter filter)
|
|
ValidPropertyPanel(OWLModel owlModel,
DefaultExplorerFilter filter)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.forms |
Fields in edu.stanford.smi.protegex.owl.ui.forms declared as OWLModel | |
private OWLModel |
AbsoluteFormsLoader.owlModel
|
private OWLModel |
AbsoluteFormsGenerator.owlModel
|
Methods in edu.stanford.smi.protegex.owl.ui.forms with parameters of type OWLModel | |
static String |
AbsoluteFormsGenerator.getFormsFileURI(TripleStore ts,
OWLModel owlModel)
|
Constructors in edu.stanford.smi.protegex.owl.ui.forms with parameters of type OWLModel | |
AbsoluteFormsLoader(OWLModel owlModel)
|
|
AbsoluteFormsGenerator(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.importstree |
Methods in edu.stanford.smi.protegex.owl.ui.importstree with parameters of type OWLModel | |
static void |
ImportsTreePanel.showDialog(OWLModel owlModel)
|
void |
ImportsTreeAction.run(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.individuals |
Fields in edu.stanford.smi.protegex.owl.ui.individuals declared as OWLModel | |
private OWLModel |
AssertedTypesListPanel.owlModel
|
private OWLModel |
IndividualsTabClassesPanel.owlModel
|
private OWLModel |
AssertedInstancesListPanel.owlModel
|
Constructors in edu.stanford.smi.protegex.owl.ui.individuals with parameters of type OWLModel | |
AssertedTypesListPanel(OWLModel owlModel)
|
|
IndividualsTabClassesPanel(OWLModel owlModel)
|
|
AssertedInstancesListPanel(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.jena |
Methods in edu.stanford.smi.protegex.owl.ui.jena with parameters of type OWLModel | |
void |
JenaSchemagenAction.run(OWLModel owlModel)
|
static Map |
OntPolicyManager.getUsedAltURIs(OWLModel owlModel)
Deprecated. Gets a Map from imports (String) to alt entries (String) for those found in a given OWLModel. |
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.matrix |
Fields in edu.stanford.smi.protegex.owl.ui.matrix declared as OWLModel | |
private OWLModel |
MatrixPanel.owlModel
|
private OWLModel |
MatrixTableModel.owlModel
|
Constructors in edu.stanford.smi.protegex.owl.ui.matrix with parameters of type OWLModel | |
MatrixPanel(OWLModel owlModel,
MatrixFilter filter,
MatrixTableModel tableModel)
|
|
MatrixTableModel(OWLModel owlModel,
MatrixFilter filter)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.matrix.cls |
Fields in edu.stanford.smi.protegex.owl.ui.matrix.cls declared as OWLModel | |
private OWLModel |
ClassMatrixAction.owlModel
|
Constructors in edu.stanford.smi.protegex.owl.ui.matrix.cls with parameters of type OWLModel | |
ClassMatrixTableModel(OWLModel owlModel,
MatrixFilter filter)
|
|
ClassMatrixAction(OWLModel owlModel)
|
|
ClassMatrixPanel(OWLModel owlModel,
MatrixFilter filter)
|
|
ClassMatrixPanel(OWLModel owlModel,
MatrixFilter filter,
MatrixTableModel tableModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.matrix.property |
Fields in edu.stanford.smi.protegex.owl.ui.matrix.property declared as OWLModel | |
private OWLModel |
PropertyMatrixAction.owlModel
|
Constructors in edu.stanford.smi.protegex.owl.ui.matrix.property with parameters of type OWLModel | |
PropertyMatrixAction(OWLModel owlModel)
|
|
PropertyMatrixTableModel(OWLModel owlModel,
MatrixFilter filter)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.menu |
Fields in edu.stanford.smi.protegex.owl.ui.menu declared as OWLModel | |
private OWLModel |
DublinCorePanel.owlModel
|
private OWLModel |
OWLModelActionAction.owlModel
|
Methods in edu.stanford.smi.protegex.owl.ui.menu with parameters of type OWLModel | |
void |
ValidatorAction.run(OWLModel owlModel)
|
private void |
ValidatorAction.performAction(OWLModel owlModel)
|
void |
DublinCoreAction.run(OWLModel owlModel)
|
void |
OWLPluginVersionInfoAction.run(OWLModel owlModel)
|
private void |
OWLMenuProjectPlugin.adjustMenuAndToolBar(OWLModel owlModel,
edu.stanford.smi.protege.ui.ProjectMenuBar menuBar,
edu.stanford.smi.protege.ui.ProjectToolBar toolBar)
|
private void |
OWLMenuProjectPlugin.addOWLModelActionToMenuBar(OWLModelAction action,
OWLModel owlModel,
edu.stanford.smi.protege.ui.ProjectMenuBar menuBar)
|
private void |
OWLMenuProjectPlugin.addOWLModelActionToToolBar(OWLModelAction action,
OWLModel owlModel,
edu.stanford.smi.protege.ui.ProjectToolBar toolBar)
|
private Action |
OWLMenuProjectPlugin.createAction(OWLModelAction owlModelAction,
OWLModel owlModel)
|
private void |
OWLMenuProjectPlugin.fix(OWLModel owlModel)
|
static void |
OWLMenuProjectPlugin.makeHiddenClsesWithSubclassesVisible(OWLModel owlModel)
|
static void |
OWLMenuProjectPlugin.prepareWidgetsForSave(OWLModel owlModel)
Should be called prior to saving a Project in order to remove widgets from the file. |
static void |
OWLMenuProjectPlugin.restoreWidgetsAfterSave(OWLModel owlModel)
|
static void |
OWLBackwardsCompatibilityProjectFixups.fix(OWLModel owlModel)
|
Constructors in edu.stanford.smi.protegex.owl.ui.menu with parameters of type OWLModel | |
DublinCorePanel(OWLModel owlModel)
|
|
OWLModelActionAction(OWLModelAction owlModelAction,
OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.menu.code |
Fields in edu.stanford.smi.protegex.owl.ui.menu.code declared as OWLModel | |
private OWLModel |
SourceCodePanel.owlModel
|
Methods in edu.stanford.smi.protegex.owl.ui.menu.code with parameters of type OWLModel | |
void |
KazukiAction.run(OWLModel owlModel)
|
boolean |
SourceCodeAction.isSuitable(OWLModel owlModel)
|
void |
SourceCodeAction.run(OWLModel owlModel)
|
void |
DIGAction.run(OWLModel owlModel)
|
void |
EMFAction.run(OWLModel owlModel)
|
Constructors in edu.stanford.smi.protegex.owl.ui.menu.code with parameters of type OWLModel | |
SourceCodePanel(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.menu.preferences |
Fields in edu.stanford.smi.protegex.owl.ui.menu.preferences declared as OWLModel | |
private OWLModel |
UISettingsPanel.owlModel
|
private OWLModel |
FormsSettingsPanel.owlModel
|
private OWLModel |
ProtegeSettingsPanel.owlModel
|
private OWLModel |
SearchSettingsPanel.owlModel
|
private OWLModel |
DatatypeSettingsPanel.owlModel
|
Methods in edu.stanford.smi.protegex.owl.ui.menu.preferences with parameters of type OWLModel | |
static boolean |
ProtegeSettingsPanel.isUserDefinedDatatypesSupported(OWLModel owlModel)
|
static void |
ProtegeSettingsPanel.setUserDefinedDatatypesSupported(OWLModel owlModel,
boolean value)
|
void |
PreferencesAction.run(OWLModel owlModel)
|
private void |
PreferencesPanel.addComponents(OWLModel owlModel)
|
private JPanel |
PreferencesPanel.createGeneralTab(OWLModel owlModel)
|
Constructors in edu.stanford.smi.protegex.owl.ui.menu.preferences with parameters of type OWLModel | |
VisibilityPanel(OWLModel owlModel)
|
|
UISettingsPanel(OWLModel aOWLModel)
|
|
FormsSettingsPanel(OWLModel owlModel)
|
|
SearchSettingsPanel(OWLModel owlModel)
|
|
PreferencesPanel(OWLModel owlModel)
|
|
DatatypeSettingsPanel(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.metadatatab |
Fields in edu.stanford.smi.protegex.owl.ui.metadatatab declared as OWLModel | |
private OWLModel |
NamespacesTableModel.owlModel
|
private OWLModel |
NamespacesPanel.owlModel
Deprecated. |
Constructors in edu.stanford.smi.protegex.owl.ui.metadatatab with parameters of type OWLModel | |
NamespacesTableModel(OWLModel owlModel)
|
|
NamespacesPanel(OWLModel owlModel)
Deprecated. |
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.metadatatab.alldifferent |
Fields in edu.stanford.smi.protegex.owl.ui.metadatatab.alldifferent declared as OWLModel | |
private OWLModel |
AllDifferentEditorPanel.owlModel
|
private OWLModel |
AllDifferentSelectionPanel.owlModel
|
Methods in edu.stanford.smi.protegex.owl.ui.metadatatab.alldifferent with parameters of type OWLModel | |
void |
AllDifferentAction.run(OWLModel owlModel)
|
Constructors in edu.stanford.smi.protegex.owl.ui.metadatatab.alldifferent with parameters of type OWLModel | |
AllDifferentPanel(OWLModel owlModel)
|
|
AllDifferentEditorPanel(OWLModel owlModel)
|
|
AllDifferentSelectionPanel(OWLModel owlModel,
AllDifferentEditorPanel editorPanel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.metadatatab.imports |
Fields in edu.stanford.smi.protegex.owl.ui.metadatatab.imports declared as OWLModel | |
private OWLModel |
ImportsPanel.owlModel
|
Methods in edu.stanford.smi.protegex.owl.ui.metadatatab.imports that return OWLModel | |
(package private) OWLModel |
ImportsTableModel.getOWLModel()
|
Methods in edu.stanford.smi.protegex.owl.ui.metadatatab.imports with parameters of type OWLModel | |
static void |
CreateImportedTripleStorePanel.showDialog(OWLModel owlModel)
|
Constructors in edu.stanford.smi.protegex.owl.ui.metadatatab.imports with parameters of type OWLModel | |
CreateImportedTripleStorePanel(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.metadatatab.imports.emptyimport |
Fields in edu.stanford.smi.protegex.owl.ui.metadatatab.imports.emptyimport declared as OWLModel | |
private OWLModel |
LocalFileWizardPage.owlModel
|
private OWLModel |
EmptyOntologyURIPage.owlModel
|
private OWLModel |
EmptyImportExplanationPage.owlModel
|
private OWLModel |
EmptyImportWizard.owlModel
|
Constructors in edu.stanford.smi.protegex.owl.ui.metadatatab.imports.emptyimport with parameters of type OWLModel | |
LocalFileWizardPage(edu.stanford.smi.protege.util.Wizard wizard,
OWLModel owlModel)
|
|
EmptyOntologyURIPage(edu.stanford.smi.protege.util.Wizard wizard,
OWLModel owlModel)
|
|
EmptyImportExplanationPage(edu.stanford.smi.protege.util.Wizard wizard,
OWLModel owlModel)
|
|
EmptyImportWizard(JComponent parent,
OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.metadatatab.imports.wizard |
Fields in edu.stanford.smi.protegex.owl.ui.metadatatab.imports.wizard declared as OWLModel | |
private OWLModel |
ImportWizard.owlModel
|
Methods in edu.stanford.smi.protegex.owl.ui.metadatatab.imports.wizard that return OWLModel | |
OWLModel |
ImportWizard.getOWLModel()
|
Methods in edu.stanford.smi.protegex.owl.ui.metadatatab.imports.wizard with parameters of type OWLModel | |
static void |
AddedPrefixesTable.showDialog(Component parent,
OWLModel owlModel,
Collection addedPrefixes)
|
Constructors in edu.stanford.smi.protegex.owl.ui.metadatatab.imports.wizard with parameters of type OWLModel | |
ImportWizard(JComponent component,
OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.metrics |
Methods in edu.stanford.smi.protegex.owl.ui.metrics with parameters of type OWLModel | |
void |
ShowMetricsAction.run(OWLModel owlModel)
|
Constructors in edu.stanford.smi.protegex.owl.ui.metrics with parameters of type OWLModel | |
MetricsPanel(OWLModel model)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.metrics.lang |
Fields in edu.stanford.smi.protegex.owl.ui.metrics.lang declared as OWLModel | |
private OWLModel |
DLExpressivityPanel.owlModel
|
Constructors in edu.stanford.smi.protegex.owl.ui.metrics.lang with parameters of type OWLModel | |
DLExpressivityPanel(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.navigation |
Fields in edu.stanford.smi.protegex.owl.ui.navigation declared as OWLModel | |
private OWLModel |
NavigationHistoryManager.owlModel
|
Constructors in edu.stanford.smi.protegex.owl.ui.navigation with parameters of type OWLModel | |
NavigationHistoryManager(NavigationHistorySelectable nhc,
OWLModel owlModel)
Constructs a new NavigationHistoryManager. |
|
TabNavigationHistorySelectable(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.owltable |
Fields in edu.stanford.smi.protegex.owl.ui.owltable declared as OWLModel | |
private OWLModel |
SymbolTable.owlModel
|
private OWLModel |
OWLTableTransferHandler.owlModel
|
Methods in edu.stanford.smi.protegex.owl.ui.owltable that return OWLModel | |
OWLModel |
SymbolTable.getOWLModel()
|
Methods in edu.stanford.smi.protegex.owl.ui.owltable with parameters of type OWLModel | |
protected abstract SymbolEditorComponent |
SymbolTable.createSymbolEditorComponent(OWLModel model,
SymbolErrorDisplay errorDisplay)
|
protected abstract void |
AbstractOWLTableModel.setValueAt(int rowIndex,
OWLModel owlModel,
String parsableText)
|
Constructors in edu.stanford.smi.protegex.owl.ui.owltable with parameters of type OWLModel | |
SymbolTable(SymbolTableModel tableModel,
OWLModel owlModel,
boolean withIcon,
SymbolPanel symbolPanel)
|
|
OWLTableTransferHandler(OWLModel owlModel)
|
|
DefaultOWLTableTransferHandler(OWLModel owlModel)
|
|
OWLTable(OWLTableModel tableModel,
OWLModel owlModel,
boolean withIcon)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.profiles |
Fields in edu.stanford.smi.protegex.owl.ui.profiles declared as OWLModel | |
private OWLModel |
EditProfilePanel.owlModel
|
private OWLModel |
ProfileSelectionPanel.owlModel
|
Methods in edu.stanford.smi.protegex.owl.ui.profiles with parameters of type OWLModel | |
static boolean |
EditProfilePanel.showProfilePanelDialog(OWLModel owlModel)
|
static boolean |
EditProfilePanel.showProfilePanelDialog(OWLModel owlModel,
com.hp.hpl.jena.ontology.OntModel ontModel)
|
static boolean |
EditProfilePanel.showProfilePanelDialog(OWLModel owlModel,
com.hp.hpl.jena.ontology.OntModel ontModel,
String fileName)
|
private JComboBox |
ProfileSelectionPanel.createComboBox(OWLModel owlModel)
|
static String |
ProfilesManager.getCustomProfileURI(OWLModel owlModel)
|
static String |
ProfilesManager.getPredefinedProfile(OWLModel owlModel)
|
static String |
ProfilesManager.getProfile(OWLModel owlModel)
|
static com.hp.hpl.jena.ontology.OntModel |
ProfilesManager.getProfileOntModel(OWLModel owlModel)
|
static edu.stanford.smi.protege.model.Cls[] |
ProfilesManager.getSupportedRestrictionMetaClses(OWLModel owlModel)
|
static boolean |
ProfilesManager.isFeatureSupported(OWLModel owlModel,
com.hp.hpl.jena.ontology.OntClass ontClass)
|
static void |
ProfilesManager.setProfile(OWLModel owlModel,
String uri)
|
Constructors in edu.stanford.smi.protegex.owl.ui.profiles with parameters of type OWLModel | |
EditProfilePanel(OWLModel owlModel,
com.hp.hpl.jena.ontology.OntModel ontModel,
String fileName,
Collection selectedClasses)
|
|
ProfileSelectionPanel(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.properties |
Fields in edu.stanford.smi.protegex.owl.ui.properties declared as OWLModel | |
private OWLModel |
OWLSuperpropertiesPanel.owlModel
|
private OWLModel |
OWLSubpropertyPane.owlModel
|
private OWLModel |
OWLPropertySubpropertyRoot.owlModel
|
Methods in edu.stanford.smi.protegex.owl.ui.properties that return OWLModel | |
OWLModel |
OWLSubpropertyPane.getOWLModel()
|
Methods in edu.stanford.smi.protegex.owl.ui.properties with parameters of type OWLModel | |
private edu.stanford.smi.protege.ui.SlotsTreeFinder |
OWLSubpropertyPane.createFinder(OWLModel owlModel)
|
private static Collection |
OWLPropertySubpropertyRoot.getValidSlots(OWLModel owlModel)
|
Constructors in edu.stanford.smi.protegex.owl.ui.properties with parameters of type OWLModel | |
OWLSuperpropertiesPanel(OWLSubpropertyPane subpropertyPane,
OWLModel owlModel)
|
|
OWLSubpropertyPane(OWLModel owlModel)
|
|
OWLPropertySubpropertyRoot(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.properties.actions |
Methods in edu.stanford.smi.protegex.owl.ui.properties.actions with parameters of type OWLModel | |
static void |
CreateSubpropertyAction.performAction(OWLModel owlModel,
RDFProperty superProperty,
OWLSubpropertyPane pane)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.properties.range |
Fields in edu.stanford.smi.protegex.owl.ui.properties.range declared as OWLModel | |
private OWLModel |
UnionRangeClassesComponent.owlModel
|
Methods in edu.stanford.smi.protegex.owl.ui.properties.range with parameters of type OWLModel | |
static void |
OWLRangeWidget.addDatatypes(OWLModel owlModel,
Vector values)
|
protected SymbolEditorComponent |
UnionRangeClassesTable.createSymbolEditorComponent(OWLModel model,
SymbolErrorDisplay errorDisplay)
|
Constructors in edu.stanford.smi.protegex.owl.ui.properties.range with parameters of type OWLModel | |
UnionRangeClassesComponent(OWLModel owlModel,
PropertyWidget propertyWidget)
|
|
UnionRangeClassesTable(UnionRangeClassesTableModel tableModel,
OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.query |
Fields in edu.stanford.smi.protegex.owl.ui.query declared as OWLModel | |
private OWLModel |
SPARQLQueryPanel.owlModel
|
private OWLModel |
SPARQLResultsPanel.owlModel
|
Methods in edu.stanford.smi.protegex.owl.ui.query with parameters of type OWLModel | |
boolean |
SPARQLOWLModelAction.isSuitable(OWLModel owlModel)
|
void |
SPARQLOWLModelAction.run(OWLModel owlModel)
|
static SPARQLResultsPanel |
SPARQLOWLModelAction.show(OWLModel owlModel,
boolean withQueryPanel)
|
protected OWLTestResultsPanel |
FindAssertionsAction.getTestResultsPanel(OWLModel owlModel,
List results)
|
Constructors in edu.stanford.smi.protegex.owl.ui.query with parameters of type OWLModel | |
SPARQLQueryPanel(OWLModel owlModel)
|
|
FindAssertionsAction(OWLModel owlModel)
|
|
SPARQLResultsPanel(OWLModel owlModel,
boolean withQueryArea)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.repository |
Fields in edu.stanford.smi.protegex.owl.ui.repository declared as OWLModel | |
private OWLModel |
AbstractRepositoriesPanel.model
|
private OWLModel |
RepositoryPanel.owlModel
|
private OWLModel |
RepositoryEntryLabel.model
|
private OWLModel |
RepositoryManagerPanel.model
|
Methods in edu.stanford.smi.protegex.owl.ui.repository with parameters of type OWLModel | |
Repository |
UnresolvedImportUIHandler.handleUnresolvableImport(OWLModel model,
TripleStore tripleStore,
URI ontologyName)
|
void |
ShowRepositoryEditorAction.run(OWLModel owlModel)
|
static void |
RepositoryManagerPanel.showDialog(Component parent,
OWLModel owlModel)
|
Constructors in edu.stanford.smi.protegex.owl.ui.repository with parameters of type OWLModel | |
ProjectRepositoriesPanel(OWLModel model,
RepositoryManager man)
|
|
GlobalRepositoriesPanel(OWLModel model,
RepositoryManager man)
|
|
AbstractRepositoriesPanel(OWLModel model,
RepositoryManager man)
|
|
RepositoryPanel(OWLModel model,
RepositoryManager man,
Repository rep,
AbstractRepositoriesPanel manPan)
|
|
RepositoryEntryLabel(OWLModel model,
URI name,
String locationDescription,
boolean imported)
|
|
RepositoryManagerPanel(OWLModel model)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.repository.action |
Methods in edu.stanford.smi.protegex.owl.ui.repository.action with parameters of type OWLModel | |
Collection |
RepositoryActionManager.getActions(Repository repository,
OWLModel owlModel)
|
boolean |
RepositoryAction.isSuitable(Repository repository,
OWLModel owlModel)
|
void |
RepositoryAction.actionPerformed(Repository repository,
AbstractRepositoriesPanel repositoriesPanel,
OWLModel model)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.repository.wizard |
Fields in edu.stanford.smi.protegex.owl.ui.repository.wizard declared as OWLModel | |
private OWLModel |
PluginPanelHolder.owlModel
|
private OWLModel |
SelectRepositoryTypeWizardPage.model
|
Methods in edu.stanford.smi.protegex.owl.ui.repository.wizard with parameters of type OWLModel | |
boolean |
RepositoryCreatorWizardPlugin.isSuitable(OWLModel model)
|
RepositoryCreatorWizardPanel |
RepositoryCreatorWizardPlugin.createRepositoryCreatorWizardPanel(edu.stanford.smi.protege.util.WizardPage wizardPage,
OWLModel owlModel)
|
Constructors in edu.stanford.smi.protegex.owl.ui.repository.wizard with parameters of type OWLModel | |
PluginPanelHolder(edu.stanford.smi.protege.util.Wizard wizard,
OWLModel owlModel)
|
|
SelectRepositoryTypeWizardPage(RepositoryWizard wizard,
OWLModel model)
|
|
RepositoryWizard(JComponent component,
OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.repository.wizard.impl |
Fields in edu.stanford.smi.protegex.owl.ui.repository.wizard.impl declared as OWLModel | |
private OWLModel |
RelativeURLSpecificationWizardPanel.model
|
Methods in edu.stanford.smi.protegex.owl.ui.repository.wizard.impl with parameters of type OWLModel | |
boolean |
LocalFolderRepositoryCreatorWizardPlugin.isSuitable(OWLModel model)
|
RepositoryCreatorWizardPanel |
LocalFolderRepositoryCreatorWizardPlugin.createRepositoryCreatorWizardPanel(edu.stanford.smi.protege.util.WizardPage wizardPage,
OWLModel owlModel)
|
boolean |
HTTPRepositoryCreatorWizardPlugin.isSuitable(OWLModel model)
|
RepositoryCreatorWizardPanel |
HTTPRepositoryCreatorWizardPlugin.createRepositoryCreatorWizardPanel(edu.stanford.smi.protege.util.WizardPage wizardPage,
OWLModel owlModel)
|
boolean |
LocalFileRepositoryCreatorWizardPlugin.isSuitable(OWLModel model)
|
RepositoryCreatorWizardPanel |
LocalFileRepositoryCreatorWizardPlugin.createRepositoryCreatorWizardPanel(edu.stanford.smi.protege.util.WizardPage wizardPage,
OWLModel owlModel)
|
boolean |
RelativeFolderRepositoryCreatorWizardPlugin.isSuitable(OWLModel model)
|
RepositoryCreatorWizardPanel |
RelativeFolderRepositoryCreatorWizardPlugin.createRepositoryCreatorWizardPanel(edu.stanford.smi.protege.util.WizardPage wizardPage,
OWLModel owlModel)
|
Constructors in edu.stanford.smi.protegex.owl.ui.repository.wizard.impl with parameters of type OWLModel | |
RelativeURLSpecificationWizardPanel(edu.stanford.smi.protege.util.WizardPage wizardPage,
OWLModel model)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.resourcedisplay |
Fields in edu.stanford.smi.protegex.owl.ui.resourcedisplay declared as OWLModel | |
private OWLModel |
ResourceDisplay.owlModel
|
Methods in edu.stanford.smi.protegex.owl.ui.resourcedisplay with parameters of type OWLModel | |
ResourcePanel |
ResourcePanelFactory.createResourcePanel(OWLModel owlModel,
int defaultType)
Creates a new ResourcePanel. |
ResourcePanel |
DefaultResourcePanelFactory.createResourcePanel(OWLModel owlModel,
int defaultType)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.restrictions |
Fields in edu.stanford.smi.protegex.owl.ui.restrictions declared as OWLModel | |
private OWLModel |
RestrictionEditorPanel.owlModel
|
Constructors in edu.stanford.smi.protegex.owl.ui.restrictions with parameters of type OWLModel | |
FillerTextArea(OWLModel owlModel,
SymbolErrorDisplay errorDisplay)
|
|
FillerTextField(OWLModel kb,
SymbolErrorDisplay errorDisplay)
|
|
RestrictionEditorPanel(OWLModel owlModel,
edu.stanford.smi.protege.model.Cls metaCls,
RDFProperty property,
String fillerText,
RDFSClass targetClass)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.results |
Fields in edu.stanford.smi.protegex.owl.ui.results declared as OWLModel | |
private OWLModel |
ResultsPanel.owlModel
|
Methods in edu.stanford.smi.protegex.owl.ui.results that return OWLModel | |
OWLModel |
ResultsPanel.getOWLModel()
|
Methods in edu.stanford.smi.protegex.owl.ui.results with parameters of type OWLModel | |
static void |
ResultsPanelManager.addResultsPanel(OWLModel owlModel,
ResultsPanel resultsPanel,
boolean replace)
Adds a ResultsPanel or replaces an existing one. |
private static void |
ResultsPanelManager.addResultsPanelToEnd(OWLModel owlModel,
ResultsPanel resultsPanel)
|
static void |
ResultsPanelManager.closeResultsPanel(OWLModel owlModel,
ResultsPanel resultsPanel)
|
static ResultsPanel |
ResultsPanelManager.getResultsPanelByName(OWLModel owlModel,
String tabName)
|
static JSplitPane |
ResultsPanelManager.getSplitPane(OWLModel owlModel)
|
static JTabbedPane |
ResultsPanelManager.getTabbedPane(OWLModel owlModel)
|
static void |
ResultsPanelManager.setSelectedResultsPanel(OWLModel owlModel,
ResultsPanel resultsPanel)
|
Constructors in edu.stanford.smi.protegex.owl.ui.results with parameters of type OWLModel | |
ResultsPanel(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.search |
Fields in edu.stanford.smi.protegex.owl.ui.search declared as OWLModel | |
private OWLModel |
FindUsagePanel.owlModel
|
private OWLModel |
SearchNamedClassPanel.owlModel
|
private OWLModel |
FindUsageTableModel.owlModel
|
Methods in edu.stanford.smi.protegex.owl.ui.search with parameters of type OWLModel | |
private static Set |
FindUsage.getIgnoreProperties(OWLModel owlModel)
|
Constructors in edu.stanford.smi.protegex.owl.ui.search with parameters of type OWLModel | |
ClassTreeFinder(OWLModel owlModel,
JTree tree)
|
|
ClassTreeFinder(OWLModel owlModel,
JTree tree,
String description)
|
|
PropertiesTreeFinder(OWLModel owlModel,
JTree tree)
|
|
PropertiesTreeFinder(OWLModel owlModel,
JTree tree,
String description)
|
|
FindUsageTableModel(OWLModel owlModel,
Collection items)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.search.finder |
Fields in edu.stanford.smi.protegex.owl.ui.search.finder declared as OWLModel | |
protected OWLModel |
DefaultFind.owlModel
|
Methods in edu.stanford.smi.protegex.owl.ui.search.finder that return OWLModel | |
OWLModel |
Find.getModel()
|
OWLModel |
DefaultFind.getModel()
|
Constructors in edu.stanford.smi.protegex.owl.ui.search.finder with parameters of type OWLModel | |
DefaultIndividualFind(OWLModel owlModel)
|
|
DefaultClassFind(OWLModel owlModel)
|
|
DefaultFind(OWLModel owlModel)
|
|
RetainFindResultsPanel(OWLModel owlModel,
FindResultsPanel panel)
|
|
DefaultPropertyFind(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.subsumption |
Fields in edu.stanford.smi.protegex.owl.ui.subsumption declared as OWLModel | |
private OWLModel |
SubsumptionTreePanel.owlModel
|
private OWLModel |
InferredSubsumptionTreePanel.owlModel
|
private OWLModel |
ChangedClassesTableModel.owlModel
|
Methods in edu.stanford.smi.protegex.owl.ui.subsumption that return OWLModel | |
protected OWLModel |
SubsumptionTreePanel.getOWLModel()
|
Methods in edu.stanford.smi.protegex.owl.ui.subsumption with parameters of type OWLModel | |
static void |
ChangedClassesPanel.dispose(OWLModel owlModel)
Should be called to clean up any dangling (memory-expensive) references to OWLModels when a project is closed. |
static ChangedClassesPanel |
ChangedClassesPanel.get(OWLModel owlModel)
|
Constructors in edu.stanford.smi.protegex.owl.ui.subsumption with parameters of type OWLModel | |
InferredSubsumptionTreePanel(OWLModel owlModel)
|
|
AssertedSubsumptionTreePanel(OWLModel owlModel)
|
|
ChangedClassesTableModel(OWLModel owlModel)
|
|
ChangedClassesPanel(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.testing |
Fields in edu.stanford.smi.protegex.owl.ui.testing declared as OWLModel | |
protected OWLModel |
AbstractOWLTestAction.owlModel
|
private OWLModel |
OWLTestResultsPanel.owlModel
|
private OWLModel |
OWLTestResultsTableModel.owlModel
|
Methods in edu.stanford.smi.protegex.owl.ui.testing with parameters of type OWLModel | |
protected OWLTestResultsPanel |
AbstractOWLTestAction.getTestResultsPanel(OWLModel owlModel,
List results)
|
void |
AbstractOWLTestAction.showResults(List results,
OWLModel owlModel)
|
protected OWLTestResultsPanel |
OWLTestInstanceAction.getTestResultsPanel(OWLModel owlModel,
List results)
|
static void |
OWLTestSettingsPanel.showOWLTestSettingsDialog(OWLModel owlModel)
|
protected OWLTestResultsPanel |
ShowTodoListAction.getTestResultsPanel(OWLModel owlModel,
List results)
|
void |
OWLTestSettingsAction.run(OWLModel owlModel)
|
boolean |
AbstractOWLModelTestAction.isSuitable(OWLModel owlModel)
|
void |
AbstractOWLModelTestAction.run(OWLModel owlModel)
|
Constructors in edu.stanford.smi.protegex.owl.ui.testing with parameters of type OWLModel | |
AbstractOWLTestAction(OWLModel owlModel,
OWLTestManager testManager,
String text,
Icon icon)
|
|
OWLTestInstanceAction(OWLModel owlModel,
OWLTestManager testManager,
edu.stanford.smi.protege.util.Selectable selectable)
|
|
OWLTestResultsPanel(OWLModel owlModel,
Collection items,
edu.stanford.smi.protege.model.Instance testSource,
boolean withButtons)
|
|
OWLTestResultsTableModel(OWLModel owlModel,
Collection items)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.triplestore |
Fields in edu.stanford.smi.protegex.owl.ui.triplestore declared as OWLModel | |
private OWLModel |
AddTripleStorePanel.owlModel
|
private OWLModel |
TripleStoreTableModel.owlModel
|
private OWLModel |
TripleStoreSelectionPanel.owlModel
|
private OWLModel |
TripleStoreSelectionAction.owlModel
|
Methods in edu.stanford.smi.protegex.owl.ui.triplestore that return OWLModel | |
protected OWLModel |
AddTripleStorePanel.getOWLModel()
|
Methods in edu.stanford.smi.protegex.owl.ui.triplestore with parameters of type OWLModel | |
static void |
SplitClassesIntoImportedTripleStorePanel.showDialog(OWLModel owlModel)
|
static void |
TripleStoreSelectionPanel.showDialog(OWLModel owlModel)
|
Constructors in edu.stanford.smi.protegex.owl.ui.triplestore with parameters of type OWLModel | |
AddTripleStorePanel(OWLModel owlModel)
|
|
AddTripleStorePanel(OWLModel owlModel,
String prefixTitle)
|
|
TripleStoreTableModel(OWLModel owlModel)
|
|
SplitClassesIntoImportedTripleStorePanel(OWLModel owlModel)
|
|
CreateTripleStorePanel(OWLModel owlModel)
|
|
TripleStoreSelectionPanel(OWLModel owlModel)
|
|
TripleStoreSelectionAction(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.ui.widget |
Methods in edu.stanford.smi.protegex.owl.ui.widget that return OWLModel | |
private static OWLModel |
OWLUI.getOWLModel(Collection allowedClses)
|
OWLModel |
PropertyWidget.getOWLModel()
|
OWLModel |
AbstractPropertyWidget.getOWLModel()
|
OWLModel |
AbstractTabWidget.getOWLModel()
|
Methods in edu.stanford.smi.protegex.owl.ui.widget with parameters of type OWLModel | |
RDFSLiteral |
HTMLEditorPanel.getRDFSLiteral(OWLModel owlModel)
|
static RDFSLiteral |
HTMLEditorPanel.show(Component parent,
RDFSLiteral literal,
String title,
OWLModel owlModel)
|
static int |
OWLUI.getConfirmationThreshold(OWLModel owlModel)
|
static void |
OWLUI.handleError(OWLModel owlModel,
Throwable t)
|
static boolean |
OWLUI.isConfirmationNeeded(OWLModel owlModel)
|
static boolean |
OWLUI.isConfirmed(OWLModel owlModel,
boolean value)
|
static boolean |
OWLUI.isConstraintChecking(OWLModel owlModel)
|
static boolean |
OWLUI.isDragAndDropSupported(OWLModel owlModel)
|
static boolean |
OWLUI.isExternalResourcesSupported(OWLModel owlModel)
|
static RDFSClass |
OWLUI.pickConcreteClass(OWLModel owlModel,
String label)
Deprecated. use ProtegeUI.getSelectionDialogFactory()... |
static RDFSClass |
OWLUI.pickConcreteClass(OWLModel owlModel,
Collection allowedClasses)
Deprecated. use ProtegeUI.getSelectionDialogFactory()... |
static RDFSClass |
OWLUI.pickConcreteClass(OWLModel owlModel,
Collection allowedClasses,
String label)
Deprecated. use ProtegeUI.getSelectionDialogFactory()... |
static RDFSNamedClass |
OWLUI.pickRDFSNamedClass(OWLModel owlModel,
String label)
Deprecated. use ProtegeUI.getSelectionDialogFactory()... |
static RDFSNamedClass |
OWLUI.pickRDFSNamedClass(OWLModel owlModel,
Collection cs,
String label)
Deprecated. use ProtegeUI.getSelectionDialogFactory()... |
static Collection |
OWLUI.pickRDFSNamedClasses(OWLModel owlModel,
String label)
Deprecated. use ProtegeUI.getSelectionDialogFactory()... |
static OWLNamedClass |
OWLUI.pickOWLNamedClass(OWLModel owlModel,
Collection classes,
String label)
Deprecated. use ProtegeUI.getSelectionDialogFactory()... |
static void |
OWLUI.setConstraintChecking(OWLModel owlModel,
boolean value)
|
static void |
OWLUI.setDragAndDropSupported(OWLModel owlModel,
boolean value)
|
static void |
OWLUI.setExternalResourcesSupported(OWLModel owlModel,
boolean value)
|
static void |
OWLUI.showErrorMessageDialog(OWLModel owlModel,
String message)
Deprecated. use ProtegeUI.getModalDialogFactory()... |
static void |
OWLUI.showMessageDialog(OWLModel owlModel,
String message)
Deprecated. use ProtegeUI.getModalDialogFactory()... |
static void |
OWLUI.showMessageDialog(OWLModel owlModel,
String message,
String title,
int type)
Deprecated. use ProtegeUI.getModalDialogFactory()... |
Constructors in edu.stanford.smi.protegex.owl.ui.widget with parameters of type OWLModel | |
HTMLEditorPanel(OWLModel owlModel,
RDFSLiteral literal)
|
|
HTMLEditorPanel(OWLModel owlModel,
String text,
String language)
|
|
OWLWidgetMapper(OWLModel owlModel)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.writer.rdfxml.rdfwriter |
Fields in edu.stanford.smi.protegex.owl.writer.rdfxml.rdfwriter declared as OWLModel | |
private OWLModel |
OWLModelContentWriter.model
|
private OWLModel |
OWLModelAllTripleStoresWriter.model
|
private OWLModel |
OWLModelOrderedContentWriter.model
|
private OWLModel |
OWLModelWriter.model
|
Methods in edu.stanford.smi.protegex.owl.writer.rdfxml.rdfwriter with parameters of type OWLModel | |
protected RDFXMLContentWriter |
OWLModelOrderedWriter.getContentWriter(OWLModel model,
TripleStore tripleStore)
|
static void |
RDFXMLWriter.writeAxioms(OWLModel model,
Collection resources,
Writer writer)
|
protected RDFXMLContentWriter |
OWLModelWriter.getContentWriter(OWLModel model,
TripleStore tripleStore)
|
Constructors in edu.stanford.smi.protegex.owl.writer.rdfxml.rdfwriter with parameters of type OWLModel | |
OWLModelContentWriter(OWLModel model,
TripleStore tripleStore)
Constructs an OWLModel RDF/XML rdfwriter to render the specified OWLModel . |
|
RDFResourceCollectionWriter(OWLModel model,
TripleStore tripleStore,
Collection resources,
Writer writer,
boolean encloseInRDFElement)
|
|
RDFResourceCollectionWriter(OWLModel model,
TripleStore tripleStore,
Collection resources,
XMLWriter xmlWriter,
boolean encloseInRDFElement)
|
|
OWLModelAllTripleStoresWriter(OWLModel model,
URI mainFileURI,
boolean ordered)
|
|
OWLModelOrderedWriter(OWLModel model,
TripleStore tripleStore,
Writer writer)
|
|
OWLModelOrderedContentWriter(OWLModel model,
TripleStore tripleStore,
Comparator comparator)
Constructs an OWLModel RDF/XML rdfwriter to render the specified OWLModel . |
|
OWLModelWriter(OWLModel model,
TripleStore tripleStore,
Writer writer)
Creates an object that can be used to write an OWLModel
in RDF/XML format to a specified rdfwriter. |
|
OWLModelWriter(OWLModel model,
TripleStore tripleStore,
XMLWriter xmlWriter)
Creates an object that can be used to write an OWLModel
in RDF/XML format to a specified XMLWriter . |
Uses of OWLModel in edu.stanford.smi.protegex.owl.writer.rdfxml.renderer |
Methods in edu.stanford.smi.protegex.owl.writer.rdfxml.renderer with parameters of type OWLModel | |
private void |
RDFResourceRenderer.renderValuesAsRDFList(Collection values,
OWLModel model)
|
Uses of OWLModel in edu.stanford.smi.protegex.owl.writer.rdfxml.util |
Methods in edu.stanford.smi.protegex.owl.writer.rdfxml.util with parameters of type OWLModel | |
static String |
Util.getOntologyName(OWLModel model,
TripleStore tripleStore)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |