Uses of Interface
edu.stanford.smi.protegex.owl.model.RDFSNamedClass

Packages that use RDFSNamedClass
edu.stanford.smi.protegex.owl.emf   
edu.stanford.smi.protegex.owl.javacode   
edu.stanford.smi.protegex.owl.jena.creator   
edu.stanford.smi.protegex.owl.jena.parser.tests   
edu.stanford.smi.protegex.owl.model   
edu.stanford.smi.protegex.owl.model.framestore   
edu.stanford.smi.protegex.owl.model.impl   
edu.stanford.smi.protegex.owl.model.patcher   
edu.stanford.smi.protegex.owl.model.triplestore.impl   
edu.stanford.smi.protegex.owl.model.visitor   
edu.stanford.smi.protegex.owl.swrl.model   
edu.stanford.smi.protegex.owl.ui.classform.form   
edu.stanford.smi.protegex.owl.ui.cls   
edu.stanford.smi.protegex.owl.ui.clsproperties   
edu.stanford.smi.protegex.owl.ui.components.rdflist   
edu.stanford.smi.protegex.owl.ui.components.triples   
edu.stanford.smi.protegex.owl.ui.conditions   
edu.stanford.smi.protegex.owl.ui.dialogs   
edu.stanford.smi.protegex.owl.ui.existential   
edu.stanford.smi.protegex.owl.ui.explorer   
edu.stanford.smi.protegex.owl.ui.forms   
edu.stanford.smi.protegex.owl.ui.individuals   
edu.stanford.smi.protegex.owl.ui.matrix.cls   
edu.stanford.smi.protegex.owl.ui.metadata   
edu.stanford.smi.protegex.owl.ui.properties.types   
edu.stanford.smi.protegex.owl.ui.search   
edu.stanford.smi.protegex.owl.ui.widget   
edu.stanford.smi.protegex.owl.ui.widget.tests   
edu.stanford.smi.protegex.owl.writer.rdfxml.renderer   
edu.stanford.smi.protegex.owl.writer.rdfxml.util   
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.emf
 

Methods in edu.stanford.smi.protegex.owl.emf with parameters of type RDFSNamedClass
 void EMFGenerator.createInterface(RDFSNamedClass aClass)
           
 void EMFGenerator.createInterfaceCode(PrintWriter printWriter, RDFSNamedClass aClass)
           
private  String EMFGenerator.getExtendsCode(RDFSNamedClass aClass)
           
 void EMFGenerator.createSlotCode(PrintWriter printWriter, RDFSNamedClass aClass, RDFProperty property)
           
 Collection EMFGenerator.getBaseInterfaces(RDFSNamedClass aClass)
           
 File EMFGenerator.getInterfaceFile(RDFSNamedClass aClass)
           
 String EMFGenerator.getInterfaceName(RDFSNamedClass aClass)
           
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.javacode
 

Fields in edu.stanford.smi.protegex.owl.javacode declared as RDFSNamedClass
private  RDFSNamedClass RDFPropertyAtClassCode.cls
           
private  RDFSNamedClass RDFSClassCode.cls
           
 

Methods in edu.stanford.smi.protegex.owl.javacode with parameters of type RDFSNamedClass
 void JavaCodeGenerator.createImplementation(RDFSNamedClass cls)
           
 void JavaCodeGenerator.createUserImplementation(RDFSNamedClass cls)
           
 void JavaCodeGenerator.printImplementationCode(PrintWriter printWriter, RDFSNamedClass aClass)
           
 void JavaCodeGenerator.printUserImplementationCode(PrintWriter printWriter, RDFSNamedClass cls)
           
private  String JavaCodeGenerator.getImplementationExtendsCode(RDFSNamedClass aClass)
           
 void JavaCodeGenerator.createInterface(RDFSNamedClass aClass)
           
private  void JavaCodeGenerator.createUserInterface(RDFSNamedClass aClass)
           
 void JavaCodeGenerator.printInterfaceCode(PrintWriter printWriter, RDFSNamedClass aClass)
           
 void JavaCodeGenerator.printUserInterfaceCode(PrintWriter printWriter, RDFSNamedClass cls)
           
private  String JavaCodeGenerator.getInterfaceExtendsCode(RDFSNamedClass aClass)
           
 String JavaCodeGenerator.getBaseImplementation(RDFSNamedClass aClass)
           
 String JavaCodeGenerator.getBaseInterface(RDFSNamedClass cls)
           
 File JavaCodeGenerator.getImplementationFile(RDFSNamedClass aClass)
           
 String JavaCodeGenerator.getImplementationName(RDFSNamedClass aClass)
           
 String JavaCodeGenerator.getImplementationNamePossiblyAbstract(RDFSNamedClass aClass)
           
 File JavaCodeGenerator.getInterfaceFile(RDFSNamedClass aClass)
           
 String JavaCodeGenerator.getInterfaceNamePossiblyAbstract(RDFSNamedClass aClass)
           
 String JavaCodeGenerator.getInterfaceName(RDFSNamedClass aClass)
           
 

Constructors in edu.stanford.smi.protegex.owl.javacode with parameters of type RDFSNamedClass
RDFPropertyAtClassCode(RDFSNamedClass cls, RDFProperty property)
           
RDFSClassCode(RDFSNamedClass cls)
           
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.jena.creator
 

Methods in edu.stanford.smi.protegex.owl.jena.creator with parameters of type RDFSNamedClass
private  void JenaCreator.addSuperclasses(RDFSNamedClass rdfsClass, com.hp.hpl.jena.ontology.OntClass ontClass)
           
private  com.hp.hpl.jena.ontology.OntClass JenaCreator.createNamedClass(RDFSNamedClass rdfsClass)
           
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.jena.parser.tests
 

Methods in edu.stanford.smi.protegex.owl.jena.parser.tests with parameters of type RDFSNamedClass
private  void LoadKoalaTestCase.assertHasDirectSuperclass(RDFSNamedClass aClass, String expression)
           
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.model
 

Subinterfaces of RDFSNamedClass in edu.stanford.smi.protegex.owl.model
 interface OWLNamedClass
          A named OWL class.
 

Methods in edu.stanford.smi.protegex.owl.model that return RDFSNamedClass
 RDFSNamedClass OWLModel.createRDFSNamedSubclass(String name, RDFSNamedClass superclass)
          Creates a new named OWL class which has exactly a given superclass.
 RDFSNamedClass OWLModel.createSubclass(String name, RDFSNamedClass superclass)
          Creates a subclass of a superclass.
 RDFSNamedClass OWLModel.createSubclass(String name, Collection superclasses)
          Creates a subclass of a number of superclasses.
 RDFSNamedClass OWLModel.createRDFSNamedClass(String name)
           
 RDFSNamedClass OWLModel.createRDFSNamedClass(String name, boolean loadDefaults)
           
 RDFSNamedClass OWLModel.createRDFSNamedClass(String name, Collection parents, RDFSClass rdfType)
          Creates an RDFSNamedClass (or perhaps an OWLNamedClass) with given name, superclasses and rdf:type.
 RDFSNamedClass OWLModel.getCommonSuperclass(Collection classes)
          Gets the most specific common superclass of a given collection of named classes.
 RDFSNamedClass OWLModel.getOWLAllDifferentClass()
           
 RDFSNamedClass OWLModel.getOWLAnnotationPropertyClass()
           
 RDFSNamedClass OWLModel.getOWLDeprecatedClassClass()
           
 RDFSNamedClass OWLModel.getOWLFunctionalPropertyClass()
           
 RDFSNamedClass OWLModel.getOWLInverseFunctionalPropertyClass()
           
 RDFSNamedClass OWLModel.getRDFListClass()
          Gets the rdf:List class.
 RDFSNamedClass OWLModel.getRDFUntypedResourcesClass()
          Gets the internal type of all untyped resources.
 RDFSNamedClass OWLModel.getOWLDataRangeClass()
          Gets the class owl:DataRange, which is used to represent enumerations of datatype values.
 RDFSNamedClass OWLModel.getRDFPropertyClass()
          Gets the rdf:Property metaclass.
 RDFSNamedClass OWLModel.getRDFSNamedClassClass()
          Gets the rdfs:Class metaclass
 RDFSNamedClass OWLModel.getRDFSNamedClass(String name)
           
 RDFSNamedClass[] OWLModel.getOWLRestrictionMetaclasses()
          Gets the metaclasses of the available OWLRestriction kinds.
 

Methods in edu.stanford.smi.protegex.owl.model with parameters of type RDFSNamedClass
 RDFSNamedClass OWLModel.createRDFSNamedSubclass(String name, RDFSNamedClass superclass)
          Creates a new named OWL class which has exactly a given superclass.
 RDFSNamedClass OWLModel.createSubclass(String name, RDFSNamedClass superclass)
          Creates a subclass of a superclass.
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.model.framestore
 

Methods in edu.stanford.smi.protegex.owl.model.framestore with parameters of type RDFSNamedClass
private  void OWLFrameStore.copyFacetValuesIntoOWLNamedClass(RDFSNamedClass cls, OWLRestriction restriction)
           
private  void OWLFrameStore.deleteNamedClass(RDFSNamedClass cls)
           
private  void OWLFrameStore.deleteNamedClassFromUnionDomainsAndRanges(RDFSNamedClass cls)
           
private  void OWLFrameStore.updateRDFSSubClassOf(RDFSNamedClass cls)
          Updates the values of rdfs:subClassOf (and owl:equivalentClass) in response to changes in the :SLOT-DIRECT-SUPERCLASSES.
 void HasValueRestrictionUpdater.copyFacetValuesIntoNamedClass(RDFSNamedClass cls, OWLRestriction restriction)
           
(package private)  void HasValueRestrictionUpdater.updateValuesFacet(RDFSNamedClass cls, edu.stanford.smi.protege.model.Slot slot)
           
 void AllValuesFromRestrictionUpdater.copyFacetValuesIntoNamedClass(RDFSNamedClass cls, OWLRestriction restriction)
           
private  void AllValuesFromRestrictionUpdater.removeValueTypeOverride(RDFSNamedClass cls, edu.stanford.smi.protege.model.Slot slot)
           
private  void AllValuesFromRestrictionUpdater.setAllowedClses(RDFSNamedClass cls, edu.stanford.smi.protege.model.Slot slot, Collection newAllowedClses)
           
private  void AllValuesFromRestrictionUpdater.setAllowedValues(RDFSNamedClass cls, edu.stanford.smi.protege.model.Slot slot, Collection newAllowedValues)
           
(package private)  void AllValuesFromRestrictionUpdater.updateValueTypeFacet(RDFSNamedClass cls, edu.stanford.smi.protege.model.Slot slot)
          Called when the superclasses have changed for a given Cls.
private  void AllValuesFromRestrictionUpdater.updateValueTypeFacet(RDFSNamedClass cls, edu.stanford.smi.protege.model.Slot slot, OWLQuantifierRestriction restriction)
           
private  void CardinalityRestrictionUpdater.updateBothCardinalityFacets(RDFSNamedClass cls, edu.stanford.smi.protege.model.Slot slot)
           
protected  void CardinalityRestrictionUpdater.updateMaximumCardinalityFacet(RDFSNamedClass cls, edu.stanford.smi.protege.model.Slot slot)
           
protected  void CardinalityRestrictionUpdater.updateMinimumCardinalityFacet(RDFSNamedClass cls, edu.stanford.smi.protege.model.Slot slot)
           
 void CardinalityRestrictionUpdater.copyFacetValuesIntoNamedClass(RDFSNamedClass cls, OWLRestriction restriction)
           
 void RestrictionUpdater.copyFacetValuesIntoNamedClass(RDFSNamedClass cls, OWLRestriction restriction)
           
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.model.impl
 

Classes in edu.stanford.smi.protegex.owl.model.impl that implement RDFSNamedClass
 class DefaultOWLNamedClass
          The default implementation of the OWLNamedClass interface.
 class DefaultRDFSNamedClass
           
 

Methods in edu.stanford.smi.protegex.owl.model.impl that return RDFSNamedClass
 RDFSNamedClass AbstractOWLModel.createRDFSNamedClass(String name)
           
 RDFSNamedClass AbstractOWLModel.createRDFSNamedClass(String name, boolean loadDefaults)
           
 RDFSNamedClass AbstractOWLModel.createRDFSNamedClass(String name, Collection parents, RDFSClass rdfType)
           
 RDFSNamedClass AbstractOWLModel.createRDFSNamedSubclass(String name, RDFSNamedClass superclass)
           
 RDFSNamedClass AbstractOWLModel.createSubclass(String name, RDFSNamedClass superclass)
           
 RDFSNamedClass AbstractOWLModel.createSubclass(String name, Collection superclasses)
           
 RDFSNamedClass AbstractOWLModel.getOWLAllDifferentClass()
           
 RDFSNamedClass AbstractOWLModel.getCommonSuperclass(Collection classes)
           
 RDFSNamedClass AbstractOWLModel.getOWLDeprecatedClassClass()
           
 RDFSNamedClass AbstractOWLModel.getOWLAnnotationPropertyClass()
           
 RDFSNamedClass AbstractOWLModel.getRDFListClass()
           
 RDFSNamedClass AbstractOWLModel.getRDFUntypedResourcesClass()
           
 RDFSNamedClass AbstractOWLModel.getOWLDataRangeClass()
           
 RDFSNamedClass AbstractOWLModel.getOWLFunctionalPropertyClass()
           
 RDFSNamedClass AbstractOWLModel.getOWLInverseFunctionalPropertyClass()
           
 RDFSNamedClass AbstractOWLModel.getRDFSNamedClassClass()
           
 RDFSNamedClass AbstractOWLModel.getRDFSNamedClass(String name)
           
 RDFSNamedClass AbstractOWLModel.getRDFPropertyClass()
           
 RDFSNamedClass[] AbstractOWLModel.getOWLRestrictionMetaclasses()
           
 RDFSNamedClass AbstractOWLModel.getRDFSDatatypeClass()
           
 

Methods in edu.stanford.smi.protegex.owl.model.impl with parameters of type RDFSNamedClass
 void DefaultRDFProperty.setRDFTypeOfSubproperties(RDFSNamedClass type)
           
 RDFSNamedClass AbstractOWLModel.createRDFSNamedSubclass(String name, RDFSNamedClass superclass)
           
 RDFSNamedClass AbstractOWLModel.createSubclass(String name, RDFSNamedClass superclass)
           
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.model.patcher
 

Methods in edu.stanford.smi.protegex.owl.model.patcher that return RDFSNamedClass
private  RDFSNamedClass DefaultOWLModelPatcher.getRDFType(RDFResource resource)
           
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.model.triplestore.impl
 

Fields in edu.stanford.smi.protegex.owl.model.triplestore.impl declared as RDFSNamedClass
private  RDFSNamedClass RDFPropertyPostProcessor.symmetricPropertyClass
           
private  RDFSNamedClass RDFPropertyPostProcessor.transitivePropertyClass
           
 

Methods in edu.stanford.smi.protegex.owl.model.triplestore.impl with parameters of type RDFSNamedClass
private  void RDFSNamedClassPostProcessor.removeDuplicateSuperclasses(RDFSNamedClass cls)
           
private  void DuplicateSuperclassesPostProcessor.removeDuplicateSuperclasses(RDFSNamedClass cls)
           
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.model.visitor
 

Methods in edu.stanford.smi.protegex.owl.model.visitor with parameters of type RDFSNamedClass
 void OWLModelVisitor.visitRDFSNamedClass(RDFSNamedClass rdfsNamedClass)
           
 void OWLModelVisitorAdapter.visitRDFSNamedClass(RDFSNamedClass rdfsNamedClass)
           
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.swrl.model
 

Methods in edu.stanford.smi.protegex.owl.swrl.model with parameters of type RDFSNamedClass
 SWRLClassAtom SWRLFactory.createClassAtom(RDFSNamedClass aClass, RDFResource iObject)
           
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.ui.classform.form
 

Methods in edu.stanford.smi.protegex.owl.ui.classform.form with parameters of type RDFSNamedClass
private  List ClassFormSwitchableType.getParentClasses(RDFSNamedClass namedClass)
          Gets the list of all classes that need to checked for the sufficiently expressive test.
 boolean ClassFormSwitchableType.isSufficientlyExpressive(RDFSNamedClass namedClass)
           
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.ui.cls
 

Methods in edu.stanford.smi.protegex.owl.ui.cls that return RDFSNamedClass
 RDFSNamedClass OWLClassesTab.getSelectedClass()
           
static RDFSNamedClass ChangeMetaclassAction.getRootMetaCls(edu.stanford.smi.protege.model.Frame frame)
           
 

Methods in edu.stanford.smi.protegex.owl.ui.cls with parameters of type RDFSNamedClass
static void DeleteClassAction.performAction(RDFSNamedClass cls, ClassTreePanel classTreePanel)
           
 boolean PropertiesClassDefinitionWidgetType.isSufficientlyExpressive(RDFSNamedClass namedClass)
           
 boolean SwitchableType.isSufficientlyExpressive(RDFSNamedClass namedClass)
          Checks if this type would be able to display a given class.
 void OWLClassesTab.ensureClassSelected(RDFSNamedClass cls, int oldConditionsRow)
           
 void OWLClassesTab.setSelectedCls(RDFSNamedClass aClass)
           
 void OWLClassesTab.showClass(RDFSNamedClass cls)
           
static void CreateSiblingClassAction.performAction(RDFSNamedClass sibling, ClassTreePanel classTreePanel)
           
static void ExtractTaxonomyAction.performAction(RDFSNamedClass rootClass, PrintWriter pw)
           
private  void HierarchiesPanel.synchronizePanels(RDFSNamedClass aClass)
           
 boolean LogicClassDefinitionWidgetType.isSufficientlyExpressive(RDFSNamedClass namedClass)
          Indicates that this type can display all classes.
protected  OWLSubclassPane AssertedClassesPanel.createSubclassPane(Action viewAction, RDFSNamedClass rootClass, Action createClsAction, Action deleteClsAction)
          Deprecated.  
protected  OWLSubclassPane AssertedClassesPanel.createSubclassPane(Action viewAction, RDFSNamedClass rootClass, Action deleteClsAction)
           
 void AssertedClassesPanel.setExpandedClass(RDFSNamedClass cls, boolean expanded)
           
 

Constructors in edu.stanford.smi.protegex.owl.ui.cls with parameters of type RDFSNamedClass
OWLSubclassPane(OWLModel owlModel, Action doubleClickAction, RDFSNamedClass rootClass)
           
ClassTreeComponent(String title, RDFSNamedClass rootClass, Action doubleClickAction)
           
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.ui.clsproperties
 

Fields in edu.stanford.smi.protegex.owl.ui.clsproperties declared as RDFSNamedClass
private  RDFSNamedClass RDFPropertiesComponent.cls
           
private  RDFSNamedClass RDFPropertiesTable.cls
           
private  RDFSNamedClass RDFPropertiesTableModel.cls
          The currently edited class
private  RDFSNamedClass CreatePropertyAction.type
           
 

Methods in edu.stanford.smi.protegex.owl.ui.clsproperties that return RDFSNamedClass
protected  RDFSNamedClass AddPropertyAction.getBasePropertyMetaclass()
           
 

Methods in edu.stanford.smi.protegex.owl.ui.clsproperties with parameters of type RDFSNamedClass
 void RDFPropertiesComponent.setClass(RDFSNamedClass cls)
           
 void RDFPropertiesTable.setClass(RDFSNamedClass cls)
           
private  void PropertyRestrictionsTreeWidget.createProperty(RDFSNamedClass propertyMetaclass)
           
private  RDFProperty PropertyRestrictionsTreeWidget.createProperty(RDFSNamedClass propertyMetaclass, RDFSClass cls)
           
 void RDFPropertiesTableModel.setClass(RDFSNamedClass cls)
           
private  void PropertyRestrictionsTree.addNodesForDirectUnionDomainProperty(RDFSNamedClass c, Collection allowedProperties, Set doneProperties, boolean inherited)
           
private  List PropertyRestrictionsTree.getNextSuperclasses(RDFSNamedClass c, Set reachedClses)
           
 

Constructors in edu.stanford.smi.protegex.owl.ui.clsproperties with parameters of type RDFSNamedClass
CreatePropertyAction(RDFSNamedClass type, String baseName, String baseIconName, CreatePropertyAction.CallBack callBack)
           
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.ui.components.rdflist
 

Methods in edu.stanford.smi.protegex.owl.ui.components.rdflist that return RDFSNamedClass
protected  RDFSNamedClass RDFListComponent.getListClass()
           
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.ui.components.triples
 

Methods in edu.stanford.smi.protegex.owl.ui.components.triples with parameters of type RDFSNamedClass
private  boolean TriplesComponent.isDatatypeProperty(RDFProperty property, RDFSNamedClass type)
           
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.ui.conditions
 

Methods in edu.stanford.smi.protegex.owl.ui.conditions with parameters of type RDFSNamedClass
private  void AbstractConditionsWidget.navigateToCls(RDFSNamedClass rdfsClass)
           
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.ui.dialogs
 

Methods in edu.stanford.smi.protegex.owl.ui.dialogs that return RDFSNamedClass
private static RDFSNamedClass DefaultSelectionDialogFactory.promptForClass(Component component, OWLModel owlModel, Collection clses, String label)
           
 RDFSNamedClass DefaultSelectionDialogFactory.selectClass(Component parent, OWLModel owlModel, Collection rootClasses, String title)
           
 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)
           
 RDFSNamedClass AbstractSelectionDialogFactory.selectClass(Component parent, OWLModel owlModel)
           
 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)
           
 

Methods in edu.stanford.smi.protegex.owl.ui.dialogs with parameters of type RDFSNamedClass
 RDFSNamedClass SelectionDialogFactory.selectClass(Component parent, OWLModel owlModel, RDFSNamedClass rootClass, String title)
           
 Set SelectionDialogFactory.selectClasses(Component parent, OWLModel owlModel, RDFSNamedClass rootClass, String title)
           
 Set AbstractSelectionDialogFactory.selectClasses(Component parent, OWLModel owlModel, RDFSNamedClass rootClass, String title)
           
 RDFSNamedClass AbstractSelectionDialogFactory.selectClass(Component parent, OWLModel owlModel, RDFSNamedClass rootClass, String title)
           
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.ui.existential
 

Constructors in edu.stanford.smi.protegex.owl.ui.existential with parameters of type RDFSNamedClass
EditableExistentialTreePanel(RDFSNamedClass root, edu.stanford.smi.protege.model.Slot superclassesSlot, OWLObjectProperty transitiveSlot)
           
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.ui.explorer
 

Constructors in edu.stanford.smi.protegex.owl.ui.explorer with parameters of type RDFSNamedClass
RDFSNamedClassTreeNode(edu.stanford.smi.protege.util.LazyTreeNode parent, RDFSNamedClass namedClass, ExplorerFilter filter)
           
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.ui.forms
 

Methods in edu.stanford.smi.protegex.owl.ui.forms with parameters of type RDFSNamedClass
private  void AbsoluteFormsGenerator.createFormWidget(com.hp.hpl.jena.rdf.model.Model model, RDFSNamedClass cls, boolean all)
           
private  void AbsoluteFormsGenerator.createFormWidget(com.hp.hpl.jena.rdf.model.Model model, RDFSNamedClass cls, edu.stanford.smi.protege.widget.ClsWidget clsWidget)
           
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.ui.individuals
 

Methods in edu.stanford.smi.protegex.owl.ui.individuals with parameters of type RDFSNamedClass
 void OWLIndividualsTab.setSelectedClass(RDFSNamedClass cls)
           
 void IndividualsTabClassesPanel.setSelectedClass(RDFSNamedClass cls)
           
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.ui.matrix.cls
 

Fields in edu.stanford.smi.protegex.owl.ui.matrix.cls declared as RDFSNamedClass
private  RDFSNamedClass SubclassesMatrixFilter.parentClass
           
 

Methods in edu.stanford.smi.protegex.owl.ui.matrix.cls that return RDFSNamedClass
 RDFSNamedClass ClassMatrixTableModel.getCls(int row)
           
 

Methods in edu.stanford.smi.protegex.owl.ui.matrix.cls with parameters of type RDFSNamedClass
private  Collection ExistentialMatrixAction.selectProperties(RDFSNamedClass parentClass)
           
(package private) static Collection ClassMatrixPanel.getPotentialProperties(RDFSNamedClass aClass)
           
 

Constructors in edu.stanford.smi.protegex.owl.ui.matrix.cls with parameters of type RDFSNamedClass
SubclassesMatrixFilter(RDFSNamedClass parentClass)
           
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.ui.metadata
 

Methods in edu.stanford.smi.protegex.owl.ui.metadata with parameters of type RDFSNamedClass
 int AnnotationsWidgetMetadata.getSuitability(RDFSNamedClass cls, RDFProperty property)
           
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.ui.properties.types
 

Fields in edu.stanford.smi.protegex.owl.ui.properties.types declared as RDFSNamedClass
private  RDFSNamedClass AbstractPropertyTypesWidget.TypeCheckBox.type
           
 

Methods in edu.stanford.smi.protegex.owl.ui.properties.types with parameters of type RDFSNamedClass
protected  void OWLObjectPropertyTypesWidget.postProcessChange(RDFSNamedClass type)
           
private  RDFProperty AbstractPropertyTypesWidget.getSuperpropertyWithType(RDFSNamedClass type)
           
private  String AbstractPropertyTypesWidget.getTypeLabel(RDFSNamedClass type)
           
protected  void AbstractPropertyTypesWidget.initialize(RDFSNamedClass[] types)
           
protected  boolean AbstractPropertyTypesWidget.isValidChange(RDFSNamedClass type, boolean value)
           
protected  void AbstractPropertyTypesWidget.postProcessChange(RDFSNamedClass type)
          Can be overloaded to perform operations after the type has changed.
 

Constructors in edu.stanford.smi.protegex.owl.ui.properties.types with parameters of type RDFSNamedClass
AbstractPropertyTypesWidget.TypeCheckBox(RDFSNamedClass type)
           
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.ui.search
 

Fields in edu.stanford.smi.protegex.owl.ui.search declared as RDFSNamedClass
private  RDFSNamedClass SearchNamedClassPanel.rootClass
           
 

Methods in edu.stanford.smi.protegex.owl.ui.search with parameters of type RDFSNamedClass
static List SearchNamedClassPanel.showDialog(Component parent, RDFSNamedClass rootClass)
           
 

Constructors in edu.stanford.smi.protegex.owl.ui.search with parameters of type RDFSNamedClass
SearchNamedClassPanel(RDFSNamedClass rootClass)
           
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.ui.widget
 

Methods in edu.stanford.smi.protegex.owl.ui.widget that return RDFSNamedClass
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()...
 

Methods in edu.stanford.smi.protegex.owl.ui.widget with parameters of type RDFSNamedClass
 int OWLDateWidgetMetadata.getSuitability(RDFSNamedClass cls, RDFProperty property)
           
 boolean OWLDateWidgetMetadata.isPreferredWidget(RDFSNamedClass cls, RDFProperty property)
           
 boolean OWLDateWidgetMetadata.isSuitableWidget(RDFSNamedClass cls, RDFProperty property)
           
 int SingleLiteralWidgetMetadata.getSuitability(RDFSNamedClass cls, RDFProperty property)
           
 boolean SingleLiteralWidgetMetadata.isPreferredWidget(RDFSNamedClass cls, RDFProperty property)
           
 boolean SingleLiteralWidgetMetadata.isSuitableWidget(RDFSNamedClass cls, RDFProperty property)
           
 int SingleLiteralAreaWidgetMetadata.getSuitability(RDFSNamedClass cls, RDFProperty property)
           
 int OWLWidgetMetadata.getSuitability(RDFSNamedClass cls, RDFProperty property)
          Gets the suitability index of a widget for a given class/property pair.
 int MultiResourceWidgetMetadata.getSuitability(RDFSNamedClass cls, RDFProperty property)
           
 int RDFListWidgetMetadata.getSuitability(RDFSNamedClass cls, RDFProperty property)
           
 boolean RDFListWidgetMetadata.isSuitableWidget(RDFSNamedClass cls, RDFProperty property)
           
static boolean OWLWidgetUtil.isDatatypeProperty(RDFSNamedClass cls, RDFProperty property)
           
static boolean OWLWidgetUtil.isDatatypeProperty(RDFSDatatype datatype, RDFSNamedClass cls, RDFProperty property)
           
static boolean OWLWidgetUtil.isFunctionalProperty(RDFSNamedClass cls, RDFProperty property)
           
static boolean OWLWidgetUtil.isRangelessDatatypeProperty(RDFSNamedClass cls, RDFProperty property)
           
static boolean OWLWidgetUtil.isRangelessObjectProperty(RDFSNamedClass cls, RDFProperty property)
           
static boolean OWLWidgetUtil.isRestrictedProperty(RDFSNamedClass namedClass, RDFProperty property)
           
static boolean OWLWidgetUtil.isSingleDatatypeProperty(RDFSDatatype datatype, RDFSNamedClass cls, RDFProperty property)
           
 int SingleResourceWidgetMetadata.getSuitability(RDFSNamedClass cls, RDFProperty property)
           
 int OWLTimeWidgetMetadata.getSuitability(RDFSNamedClass cls, RDFProperty property)
           
 boolean OWLTimeWidgetMetadata.isPreferredWidget(RDFSNamedClass cls, RDFProperty property)
           
 boolean OWLTimeWidgetMetadata.isSuitableWidget(RDFSNamedClass cls, RDFProperty property)
           
 int OWLDateTimeWidgetMetadata.getSuitability(RDFSNamedClass cls, RDFProperty property)
           
 boolean OWLDateTimeWidgetMetadata.isPreferredWidget(RDFSNamedClass cls, RDFProperty property)
           
 boolean OWLDateTimeWidgetMetadata.isSuitableWidget(RDFSNamedClass cls, RDFProperty property)
           
 int DataRangeFieldWidgetMetadata.getSuitability(RDFSNamedClass type, RDFProperty predicate)
           
 int HeaderWidgetMetadata.getSuitability(RDFSNamedClass cls, RDFProperty property)
           
 int RDFSSubClassOfWidgetMetadata.getSuitability(RDFSNamedClass cls, RDFProperty property)
           
 int MultiLiteralWidgetMetadata.getSuitability(RDFSNamedClass cls, RDFProperty property)
           
 boolean MultiLiteralWidgetMetadata.isPreferredWidget(RDFSNamedClass cls, RDFProperty property)
           
 boolean MultiLiteralWidgetMetadata.isSuitableWidget(RDFSNamedClass cls, RDFProperty property)
           
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.ui.widget.tests
 

Methods in edu.stanford.smi.protegex.owl.ui.widget.tests with parameters of type RDFSNamedClass
private  String OWLWidgetMapperTestCase.getDefaultWidgetClassName(RDFSNamedClass c, RDFProperty property)
           
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.writer.rdfxml.renderer
 

Methods in edu.stanford.smi.protegex.owl.writer.rdfxml.renderer with parameters of type RDFSNamedClass
 void RDFAxiomRenderer.visitRDFSNamedClass(RDFSNamedClass rdfsNamedClass)
           
 void RDFAxiomRenderer.RenderableAxiomsChecker.visitRDFSNamedClass(RDFSNamedClass rdfsNamedClass)
           
 void RDFResourceRenderer.visitRDFSNamedClass(RDFSNamedClass rdfsNamedClass)
           
 

Uses of RDFSNamedClass in edu.stanford.smi.protegex.owl.writer.rdfxml.util
 

Methods in edu.stanford.smi.protegex.owl.writer.rdfxml.util with parameters of type RDFSNamedClass
 void InlineResourceChecker.visitRDFSNamedClass(RDFSNamedClass rdfsNamedClass)