|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.inference.dig.translator |
Methods in edu.stanford.smi.protegex.owl.inference.dig.translator with parameters of type OWLNamedClass | |
boolean |
DefaultDIGRenderer.render(OWLNamedClass cls,
Document doc,
Node parentNode)
|
void |
DefaultDIGRenderer.renderAxioms(OWLNamedClass cls,
Document doc,
Node parentNode)
|
boolean |
DIGRenderer.render(OWLNamedClass cls,
Document doc,
Node parentNode)
|
void |
DIGRenderer.renderAxioms(OWLNamedClass cls,
Document doc,
Node parentNode)
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.inference.util |
Methods in edu.stanford.smi.protegex.owl.inference.util that return OWLNamedClass | |
OWLNamedClass |
ReasonerUtil.getNamedReferent(OWLAnonymousClass cls)
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.jena.creator |
Methods in edu.stanford.smi.protegex.owl.jena.creator with parameters of type OWLNamedClass | |
private void |
JenaCreator.addDisjointClasses(OWLNamedClass namedCls,
com.hp.hpl.jena.ontology.OntClass ontClass)
|
private void |
JenaCreator.addEquivalentClasses(OWLNamedClass namedCls,
com.hp.hpl.jena.ontology.OntClass ontClass)
|
private void |
JenaCreator.createAdditionalAnonymousSuperclassesOfIncludedClass(OWLNamedClass namedCls)
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.jena.importer |
Methods in edu.stanford.smi.protegex.owl.jena.importer with parameters of type OWLNamedClass | |
private void |
OWLImporter.createDirectTemplateSlotOverloads(OWLNamedClass namedCls,
edu.stanford.smi.protege.model.Cls cls,
edu.stanford.smi.protege.model.Slot oldSlot,
edu.stanford.smi.protege.model.Slot newSlot)
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.jena.parser.tests |
Methods in edu.stanford.smi.protegex.owl.jena.parser.tests with parameters of type OWLNamedClass | |
private void |
LoadKoalaTestCase.assertHasDirectDefinitionCls(OWLNamedClass cls,
String expression)
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.model |
Methods in edu.stanford.smi.protegex.owl.model that return OWLNamedClass | |
OWLNamedClass |
OWLModel.createOWLNamedClass(String name)
|
OWLNamedClass |
OWLModel.createOWLNamedClass(String name,
boolean loadDefaults)
|
OWLNamedClass |
OWLModel.createOWLNamedClass(String name,
OWLNamedClass metaclass)
Creates a new named OWL class with a given metaclass, which must be a subclass of owl:Class. |
OWLNamedClass |
OWLModel.createOWLNamedSubclass(String name,
OWLNamedClass superclass)
|
OWLNamedClass |
OWLModel.getOWLDatatypePropertyClass()
Gets the standard metaclass of all datatype slots/properties. |
OWLNamedClass |
OWLModel.getOWLThingClass()
Gets the root class of the OWL class hierarchy (owl:Thing). |
OWLNamedClass |
OWLModel.getOWLNamedClass(String name)
A convenience method which includes the typecast after getCls() .
|
OWLNamedClass |
OWLModel.getOWLNamedClassClass()
Gets the standard metaclass of all named classes. |
OWLNamedClass |
OWLModel.getOWLNothing()
Gets the system class owl:Nothing , which represents the empty set
for reasoners. |
OWLNamedClass |
OWLModel.getOWLObjectPropertyClass()
Gets the standard metaclass of all object slots/properties. |
OWLNamedClass |
OWLModel.getOWLOntologyClass()
|
OWLNamedClass |
OWLAnonymousClass.getOwner()
Gets the named class where this is attached to (directly or indirectly as part of a nested expression). |
Methods in edu.stanford.smi.protegex.owl.model with parameters of type OWLNamedClass | |
OWLDatatypeProperty |
OWLModel.createOWLDatatypeProperty(String name,
OWLNamedClass metaclass)
Creates a new OWLDatatypeProperty with a given rdf:type as metaclass. |
OWLNamedClass |
OWLModel.createOWLNamedClass(String name,
OWLNamedClass metaclass)
Creates a new named OWL class with a given metaclass, which must be a subclass of owl:Class. |
OWLNamedClass |
OWLModel.createOWLNamedSubclass(String name,
OWLNamedClass superclass)
|
OWLObjectProperty |
OWLModel.createOWLObjectProperty(String name,
OWLNamedClass metaclass)
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.model.framestore |
Fields in edu.stanford.smi.protegex.owl.model.framestore declared as OWLNamedClass | |
private OWLNamedClass |
OWLFrameFactoryInvocationHandler.owlNamedClassClass
|
Methods in edu.stanford.smi.protegex.owl.model.framestore with parameters of type OWLNamedClass | |
private void |
OWLFrameStore.addNamedOperandsToDirectSuperclasses(OWLNamedClass cls,
OWLIntersectionClass superCls)
|
private void |
OWLFrameStore.removeNamedOperandsFromDirectSuperclasses(OWLNamedClass cls,
OWLIntersectionClass intersectionCls,
edu.stanford.smi.protege.model.Slot slot)
|
private void |
OWLFrameStore.updateRestrictions(OWLNamedClass cls,
RDFProperty slot,
edu.stanford.smi.protege.model.Facet facet)
|
void |
HasValueRestrictionUpdater.updateRestrictions(OWLNamedClass cls,
RDFProperty property,
edu.stanford.smi.protege.model.Facet facet)
|
void |
AllValuesFromRestrictionUpdater.updateRestrictions(OWLNamedClass cls,
RDFProperty property,
edu.stanford.smi.protege.model.Facet facet)
|
void |
CardinalityRestrictionUpdater.updateRestrictions(OWLNamedClass cls,
RDFProperty property,
edu.stanford.smi.protege.model.Facet facet)
|
void |
RestrictionUpdater.updateRestrictions(OWLNamedClass cls,
RDFProperty property,
edu.stanford.smi.protege.model.Facet facet)
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.model.framestore.tests |
Fields in edu.stanford.smi.protegex.owl.model.framestore.tests declared as OWLNamedClass | |
private OWLNamedClass |
DeleteTestCase.genderCls
|
private OWLNamedClass |
DeleteTestCase.personCls
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.model.impl |
Classes in edu.stanford.smi.protegex.owl.model.impl that implement OWLNamedClass | |
class |
DefaultOWLNamedClass
The default implementation of the OWLNamedClass interface. |
Fields in edu.stanford.smi.protegex.owl.model.impl declared as OWLNamedClass | |
private OWLNamedClass |
AbstractOWLModel.owlThingClass
|
Methods in edu.stanford.smi.protegex.owl.model.impl that return OWLNamedClass | |
OWLNamedClass |
AbstractOWLModel.createOWLNamedClass(String name)
|
OWLNamedClass |
AbstractOWLModel.createOWLNamedClass(String name,
boolean loadDefaults)
|
OWLNamedClass |
AbstractOWLModel.createOWLNamedClass(String name,
OWLNamedClass metaCls)
|
OWLNamedClass |
AbstractOWLModel.createOWLNamedSubclass(String name,
OWLNamedClass superclass)
|
OWLNamedClass |
AbstractOWLModel.getOWLDatatypePropertyClass()
|
OWLNamedClass |
AbstractOWLModel.getOWLNamedClass(String name)
|
OWLNamedClass |
AbstractOWLModel.getOWLNamedClassClass()
|
OWLNamedClass |
AbstractOWLModel.getOWLNothing()
|
OWLNamedClass |
AbstractOWLModel.getOWLObjectPropertyClass()
|
OWLNamedClass |
AbstractOWLModel.getOWLOntologyClass()
|
OWLNamedClass |
AbstractOWLModel.getOWLThingClass()
|
OWLNamedClass |
AbstractOWLAnonymousClass.getOwner()
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.model.impl.tests |
Methods in edu.stanford.smi.protegex.owl.model.impl.tests that return OWLNamedClass | |
private OWLNamedClass |
EqualsStructurallyTestCase.getA()
|
private OWLNamedClass |
EqualsStructurallyTestCase.getB()
|
private OWLNamedClass |
EqualsStructurallyTestCase.getC()
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.model.util |
Methods in edu.stanford.smi.protegex.owl.model.util with parameters of type OWLNamedClass | |
void |
DLExpressivityChecker.visitOWLNamedClass(OWLNamedClass owlNamedClass)
|
private boolean |
DLExpressivityChecker.isAtomic(OWLNamedClass cls)
|
void |
ModelMetrics.visitOWLNamedClass(OWLNamedClass owlNamedClass)
|
static OWLAllValuesFrom |
ClosureAxiomFactory.addClosureAxiom(OWLNamedClass namedClass,
OWLExistentialRestriction restriction)
|
static OWLAllValuesFrom |
ClosureAxiomFactory.getClosureAxiom(OWLNamedClass namedClass,
OWLExistentialRestriction restriction)
Checks whether a closure axiom exists for a given class/property pair. |
private static Iterator |
ClosureAxiomFactory.getClosureAxiomCandidates(OWLNamedClass namedClass,
OWLExistentialRestriction restriction)
|
private static List |
ClosureAxiomFactory.getFillerStrings(OWLNamedClass cls,
RDFProperty property)
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.model.visitor |
Methods in edu.stanford.smi.protegex.owl.model.visitor with parameters of type OWLNamedClass | |
void |
OWLModelVisitor.visitOWLNamedClass(OWLNamedClass owlNamedClass)
|
void |
OWLModelVisitorAdapter.visitOWLNamedClass(OWLNamedClass owlNamedClass)
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.prose |
Methods in edu.stanford.smi.protegex.owl.prose with parameters of type OWLNamedClass | |
private static String |
ProseGen.getProseFromNamedCls(OWLNamedClass inputCls)
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.swrl.model |
Fields in edu.stanford.smi.protegex.owl.swrl.model declared as OWLNamedClass | |
private OWLNamedClass |
SWRLFactory.atomListCls
|
private OWLNamedClass |
SWRLFactory.builtinAtomCls
|
private OWLNamedClass |
SWRLFactory.classAtomCls
|
private OWLNamedClass |
SWRLFactory.dataRangeAtomCls
|
private OWLNamedClass |
SWRLFactory.dataValuedPropertyAtomCls
|
private OWLNamedClass |
SWRLFactory.differentIndividualsAtomCls
|
private OWLNamedClass |
SWRLFactory.impCls
|
private OWLNamedClass |
SWRLFactory.individualPropertyAtom
|
private OWLNamedClass |
SWRLFactory.sameIndividualAtomCls
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.tests |
Fields in edu.stanford.smi.protegex.owl.tests declared as OWLNamedClass | |
protected OWLNamedClass |
AbstractOWLTestCase.owlThing
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.ui |
Methods in edu.stanford.smi.protegex.owl.ui with parameters of type OWLNamedClass | |
private void |
ResourceRenderer.addNamedEquivalentClses(OWLNamedClass cls)
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.ui.actions |
Methods in edu.stanford.smi.protegex.owl.ui.actions that return OWLNamedClass | |
static OWLNamedClass |
ConvertIndividualToClassAction.performAction(RDFIndividual individual)
|
Methods in edu.stanford.smi.protegex.owl.ui.actions with parameters of type OWLNamedClass | |
private static void |
ConvertIndividualToClassAction.createRestrictionsForValues(OWLNamedClass cls,
RDFProperty property,
Collection values)
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.ui.classform.component |
Methods in edu.stanford.smi.protegex.owl.ui.classform.component with parameters of type OWLNamedClass | |
abstract void |
FormComponent.setNamedClass(OWLNamedClass namedClass)
Propagates the currently edited class of the form into this FormComponent. |
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.ui.classform.component.property |
Fields in edu.stanford.smi.protegex.owl.ui.classform.component.property declared as OWLNamedClass | |
private OWLNamedClass |
PropertyFormTableModel.namedClass
The OWLNamedClass hosting the restrictions |
Methods in edu.stanford.smi.protegex.owl.ui.classform.component.property that return OWLNamedClass | |
OWLNamedClass |
PropertyFormTableModel.getNamedClass()
|
Methods in edu.stanford.smi.protegex.owl.ui.classform.component.property with parameters of type OWLNamedClass | |
void |
PropertyFormComponent.setNamedClass(OWLNamedClass cls)
|
Constructors in edu.stanford.smi.protegex.owl.ui.classform.component.property with parameters of type OWLNamedClass | |
PropertyFormTable(PropertyFormTableModel tableModel,
OWLNamedClass namedClass,
RDFProperty property)
|
|
PropertyFormTableModel(OWLNamedClass namedClass,
RDFProperty property)
Constructs a new PropertyFormTableModel with no definition (only necessary conditions). |
|
PropertyFormTableModel(OWLNamedClass namedClass,
RDFProperty property,
RDFSClass definition)
Creates a new PropertyFormTableModel with an (optional) definition. |
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.ui.classform.form |
Fields in edu.stanford.smi.protegex.owl.ui.classform.form declared as OWLNamedClass | |
private OWLNamedClass |
ClassForm.namedClass
|
Methods in edu.stanford.smi.protegex.owl.ui.classform.form that return OWLNamedClass | |
OWLNamedClass |
ClassForm.getNamedClass()
|
Methods in edu.stanford.smi.protegex.owl.ui.classform.form with parameters of type OWLNamedClass | |
private boolean |
ClassFormSwitchableType.isClosureAxiom(OWLNamedClass namedClass,
List classes,
OWLAllValuesFrom allValuesFrom)
Checks if a given OWLAllValuesFrom restriction is a closure axiom for any existential restriction from a given list. |
void |
ClassForm.setNamedClass(OWLNamedClass namedClass)
Sets the class that is currently displayed. |
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.ui.cls |
Fields in edu.stanford.smi.protegex.owl.ui.cls declared as OWLNamedClass | |
private OWLNamedClass |
ClassTypeConverterWidget.cls
|
Methods in edu.stanford.smi.protegex.owl.ui.cls that return OWLNamedClass | |
static OWLNamedClass |
CreateCloneAction.createClone(OWLNamedClass oldCls)
|
Methods in edu.stanford.smi.protegex.owl.ui.cls with parameters of type OWLNamedClass | |
static void |
ConvertToDefinedClassAction.performAction(OWLNamedClass namedClass)
|
void |
ClassTypeConverterWidget.setCls(OWLNamedClass cls)
|
void |
OWLClassesTab.setSelectedCls(OWLNamedClass cls)
Deprecated. please replace with the one with RDFSNamedClass please |
static void |
ConvertToPrimitiveClassAction.performAction(OWLNamedClass cls)
|
static OWLNamedClass |
CreateCloneAction.createClone(OWLNamedClass oldCls)
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.ui.clsdesc |
Fields in edu.stanford.smi.protegex.owl.ui.clsdesc declared as OWLNamedClass | |
private OWLNamedClass |
DisjointClassesTableModel.cls
The currently edited class |
Methods in edu.stanford.smi.protegex.owl.ui.clsdesc that return OWLNamedClass | |
OWLNamedClass |
ClassDescriptionWidget.getEditedCls()
|
OWLNamedClass |
DisjointClassesTableModel.getEditedCls()
|
Methods in edu.stanford.smi.protegex.owl.ui.clsdesc with parameters of type OWLNamedClass | |
private void |
ClassDescriptionTable.toggleEquivalentClassIntoSuperclass(OWLNamedClass cls,
RDFSClass superClass)
|
private void |
ClassDescriptionTable.toggleSuperclassIntoEquivalentClass(OWLNamedClass cls,
RDFSClass superClass)
|
void |
DisjointClassesTableModel.setCls(OWLNamedClass newCls)
|
private Set |
DisjointClassesWidget.getPotentialDisjoints(OWLNamedClass editedCls)
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.ui.clsproperties |
Fields in edu.stanford.smi.protegex.owl.ui.clsproperties declared as OWLNamedClass | |
private OWLNamedClass |
PropertyTreeNode.cls
|
private OWLNamedClass |
PropertyRestrictionsTree.cls
|
Methods in edu.stanford.smi.protegex.owl.ui.clsproperties that return OWLNamedClass | |
OWLNamedClass |
PropertyTreeNode.getRestrictedClass()
|
private OWLNamedClass |
PropertyRestrictionsTree.getHostCls(OWLRestriction restriction)
|
Methods in edu.stanford.smi.protegex.owl.ui.clsproperties with parameters of type OWLNamedClass | |
void |
PropertyRestrictionsTree.setCls(OWLNamedClass cls)
|
Constructors in edu.stanford.smi.protegex.owl.ui.clsproperties with parameters of type OWLNamedClass | |
PropertyTreeNode(PropertyRestrictionsTree tree,
OWLNamedClass cls,
RDFProperty property,
boolean inherited)
|
|
PropertyRestrictionsTree(OWLModel owlModel,
OWLNamedClass cls)
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.ui.conditions |
Fields in edu.stanford.smi.protegex.owl.ui.conditions declared as OWLNamedClass | |
private OWLNamedClass |
ConditionsTableModel.hostClass
The edited class |
private OWLNamedClass |
ConditionsTableTransferHandler.movedNamedCls
|
private OWLNamedClass |
ConditionsTableItem.originCls
|
Methods in edu.stanford.smi.protegex.owl.ui.conditions that return OWLNamedClass | |
protected OWLNamedClass |
AbstractConditionsWidget.getEditedCls()
|
OWLNamedClass |
ConditionsTableModel.getEditedCls()
|
OWLNamedClass |
ConditionsTableModel.getOriginClass(int rowIndex)
Gets the class where the entry from a given row has been inherited from. |
(package private) OWLNamedClass |
ConditionsTableItem.getOriginCls()
|
Methods in edu.stanford.smi.protegex.owl.ui.conditions with parameters of type OWLNamedClass | |
private static List |
AddCoveringAxiomAction.getPureSubclasses(OWLNamedClass namedClass)
|
static void |
AddCoveringAxiomAction.performAction(OWLNamedClass namedClass)
|
private void |
ConditionsTableModel.addItemUnlessOverloaded(RDFSClass aClass,
OWLNamedClass originCls)
Adds a given Item, unless it represents a restriction that has been overloaded in the existing entries. |
private void |
ConditionsTableModel.fillInheritedItems(OWLNamedClass originCls,
Collection coveredClses)
|
private void |
ConditionsTableModel.fillInheritedAnonymousClses(OWLNamedClass originCls,
Collection coveredClses)
|
void |
ConditionsTableModel.setCls(OWLNamedClass cls)
|
void |
PropertySuggestionPopup.showPopup(OWLNamedClass cls)
Shows a popup that appears next to the conditions widget table. |
(package private) static ConditionsTableItem |
ConditionsTableItem.createInherited(RDFSClass aClass,
OWLNamedClass originCls)
|
static boolean |
AddClosureAxiomAction.isSuitable(edu.stanford.smi.protege.model.Frame frame,
OWLNamedClass editedCls)
|
static OWLAllValuesFrom |
AddClosureAxiomAction.performAction(OWLNamedClass namedClass,
OWLSomeValuesFrom someValuesFrom)
Deprecated. please use the more generic version |
static OWLAllValuesFrom |
AddClosureAxiomAction.performAction(OWLNamedClass namedClass,
OWLExistentialRestriction restriction)
|
Constructors in edu.stanford.smi.protegex.owl.ui.conditions with parameters of type OWLNamedClass | |
ConditionsTableModel(OWLNamedClass hostCls,
edu.stanford.smi.protege.model.Slot superclassesSlot)
Constructs a new ConditionsTableModel for a given Cls. |
|
ConditionsTableItem(RDFSClass aClass,
int type,
OWLNamedClass originCls,
OWLIntersectionClass definition,
boolean isNew)
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.ui.conditions.tests |
Fields in edu.stanford.smi.protegex.owl.ui.conditions.tests declared as OWLNamedClass | |
private OWLNamedClass |
ImportTestCase.parentCls
|
private OWLNamedClass |
ImportTestCase.personCls
|
Methods in edu.stanford.smi.protegex.owl.ui.conditions.tests with parameters of type OWLNamedClass | |
protected ConditionsTableModel |
AbstractConditionsTableTestCase.getTableModel(OWLNamedClass hostCls)
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.ui.existential |
Fields in edu.stanford.smi.protegex.owl.ui.existential declared as OWLNamedClass | |
private OWLNamedClass |
ExistentialAction.cls
|
Methods in edu.stanford.smi.protegex.owl.ui.existential that return OWLNamedClass | |
OWLNamedClass |
ExistentialTreeNode.getOWLNamedClass()
|
OWLNamedClass |
ExistentialTreePanel.getSelectedOWLNamedClass()
|
OWLNamedClass |
ExistentialTreePanel.getSelectedParentClass()
|
Methods in edu.stanford.smi.protegex.owl.ui.existential with parameters of type OWLNamedClass | |
static List |
Existential.getExistentialDependents(OWLNamedClass cls,
OWLObjectProperty property)
Computes the collection of all NamedClses which are related to cls through a direct someValuesFrom restriction for a given property. |
static OWLSomeValuesFrom |
Existential.getDirectExistentialRelation(OWLNamedClass parentClass,
OWLObjectProperty property,
OWLNamedClass childClass)
|
static boolean |
Existential.isDirectExistentialDependent(OWLNamedClass parentClass,
OWLObjectProperty property,
OWLNamedClass childClass)
|
static void |
Existential.removeExistentialDependent(OWLNamedClass parentClass,
OWLObjectProperty property,
OWLNamedClass childClass)
|
void |
ExistentialTreePanel.SuperClsesPanel.setCls(OWLNamedClass cls)
|
void |
ExistentialAction.setCls(OWLNamedClass cls)
|
Constructors in edu.stanford.smi.protegex.owl.ui.existential with parameters of type OWLNamedClass | |
ExistentialTreeNode(edu.stanford.smi.protege.util.LazyTreeNode parentNode,
OWLNamedClass parentCls,
edu.stanford.smi.protege.model.Slot superclassesSlot,
OWLObjectProperty existentialProperty)
|
|
ExistentialAction(Component component,
HierarchyManager hierarchyManager,
OWLNamedClass cls)
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.ui.explorer |
Methods in edu.stanford.smi.protegex.owl.ui.explorer that return OWLNamedClass | |
OWLNamedClass |
ExplorerTreePanel.getSelectedParentClass()
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.ui.matrix.cls |
Methods in edu.stanford.smi.protegex.owl.ui.matrix.cls with parameters of type OWLNamedClass | |
private Collection |
ExistentialMatrixColumn.getMatchingRestrictions(OWLNamedClass cls)
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.ui.owltable |
Fields in edu.stanford.smi.protegex.owl.ui.owltable declared as OWLNamedClass | |
private OWLNamedClass |
AbstractOWLTableModel.cls
The currently edited class |
Methods in edu.stanford.smi.protegex.owl.ui.owltable that return OWLNamedClass | |
protected OWLNamedClass |
OWLTableTransferHandler.getRootCls()
|
OWLNamedClass |
OWLTable.getEditedCls()
|
OWLNamedClass |
AbstractOWLTableModel.getEditedCls()
|
OWLNamedClass |
OWLTableModel.getEditedCls()
|
Methods in edu.stanford.smi.protegex.owl.ui.owltable with parameters of type OWLNamedClass | |
void |
OWLTable.setCls(OWLNamedClass cls)
|
void |
AbstractOWLTableModel.setCls(OWLNamedClass newCls)
|
void |
OWLTableModel.setCls(OWLNamedClass cls)
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.ui.properties.range |
Methods in edu.stanford.smi.protegex.owl.ui.properties.range that return OWLNamedClass | |
OWLNamedClass |
UnionRangeClassesTableModel.getEditedCls()
|
Methods in edu.stanford.smi.protegex.owl.ui.properties.range with parameters of type OWLNamedClass | |
void |
UnionRangeClassesTableModel.setCls(OWLNamedClass cls)
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.ui.subsumption |
Fields in edu.stanford.smi.protegex.owl.ui.subsumption declared as OWLNamedClass | |
private OWLNamedClass |
ChangedClassItem.cls
|
Methods in edu.stanford.smi.protegex.owl.ui.subsumption that return OWLNamedClass | |
(package private) OWLNamedClass |
SubsumptionTreePanel.getSelectedCls()
|
(package private) OWLNamedClass |
ChangedClassItem.getCls()
|
Methods in edu.stanford.smi.protegex.owl.ui.subsumption with parameters of type OWLNamedClass | |
List |
SubsumptionTreePanel.getPathToRoot(OWLNamedClass cls)
|
private List |
SubsumptionTreePanel.getPathToRoot(OWLNamedClass cls,
LinkedList list)
|
Collection |
SubsumptionTreePanel.getPathsToRoot(OWLNamedClass cls)
|
private void |
SubsumptionTreePanel.getPathsToRoot(OWLNamedClass cls,
List list,
Collection lists)
|
void |
SubsumptionTreePanel.SuperClsesPanel.setCls(OWLNamedClass cls)
|
(package private) void |
ChangedClassesTableModel.assertChange(OWLNamedClass cls)
|
private ChangedClassItem |
ChangedClassesTableModel.getOrCreateItem(OWLNamedClass cls)
|
Constructors in edu.stanford.smi.protegex.owl.ui.subsumption with parameters of type OWLNamedClass | |
ChangedClassItem(OWLNamedClass cls)
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.ui.widget |
Methods in edu.stanford.smi.protegex.owl.ui.widget that return OWLNamedClass | |
static OWLNamedClass |
OWLUI.pickOWLNamedClass(OWLModel owlModel,
Collection classes,
String label)
Deprecated. use ProtegeUI.getSelectionDialogFactory()... |
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.writer.rdfxml.rdfwriter.tests |
Fields in edu.stanford.smi.protegex.owl.writer.rdfxml.rdfwriter.tests declared as OWLNamedClass | |
private OWLNamedClass |
RDFXMLWriterTestCase.clsA
|
private OWLNamedClass |
RDFXMLWriterTestCase.clsB
|
private OWLNamedClass |
RDFXMLWriterTestCase.clsC
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.writer.rdfxml.renderer |
Methods in edu.stanford.smi.protegex.owl.writer.rdfxml.renderer with parameters of type OWLNamedClass | |
void |
RDFAxiomRenderer.visitOWLNamedClass(OWLNamedClass owlNamedClass)
|
void |
RDFAxiomRenderer.RenderableAxiomsChecker.visitOWLNamedClass(OWLNamedClass owlNamedClass)
|
void |
RDFResourceRenderer.visitOWLNamedClass(OWLNamedClass owlNamedClass)
|
Uses of OWLNamedClass in edu.stanford.smi.protegex.owl.writer.rdfxml.util |
Methods in edu.stanford.smi.protegex.owl.writer.rdfxml.util with parameters of type OWLNamedClass | |
void |
InlineResourceChecker.visitOWLNamedClass(OWLNamedClass owlNamedClass)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |