|
Protege 4.1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.semanticweb.owlapi.util.OWLAxiomVisitorAdapter
org.protege.editor.owl.ui.frame.AbstractOWLFrameSection<org.semanticweb.owlapi.model.OWLObjectProperty,org.semanticweb.owlapi.model.OWLObjectPropertyRangeAxiom,org.semanticweb.owlapi.model.OWLClassExpression>
org.protege.editor.owl.ui.frame.objectproperty.OWLObjectPropertyRangeFrameSection
public class OWLObjectPropertyRangeFrameSection
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 29-Jan-2007
| Field Summary | |
|---|---|
static String |
LABEL
|
| Fields inherited from class org.protege.editor.owl.ui.frame.AbstractOWLFrameSection |
|---|
LOGGER |
| Constructor Summary | |
|---|---|
OWLObjectPropertyRangeFrameSection(OWLEditorKit owlEditorKit,
OWLFrame<? extends org.semanticweb.owlapi.model.OWLObjectProperty> frame)
|
|
| Method Summary | |
|---|---|
boolean |
canAcceptDrop(List<org.semanticweb.owlapi.model.OWLObject> objects)
|
protected void |
clear()
|
protected org.semanticweb.owlapi.model.OWLObjectPropertyRangeAxiom |
createAxiom(org.semanticweb.owlapi.model.OWLClassExpression object)
|
boolean |
dropObjects(List<org.semanticweb.owlapi.model.OWLObject> objects)
|
OWLObjectEditor<org.semanticweb.owlapi.model.OWLClassExpression> |
getObjectEditor()
|
Comparator<OWLFrameSectionRow<org.semanticweb.owlapi.model.OWLObjectProperty,org.semanticweb.owlapi.model.OWLObjectPropertyRangeAxiom,org.semanticweb.owlapi.model.OWLClassExpression>> |
getRowComparator()
Obtains a comparator which can be used to sort the rows in this section. |
protected void |
refill(org.semanticweb.owlapi.model.OWLOntology ontology)
Refills the section with rows. |
protected void |
refillInferred()
|
void |
visit(org.semanticweb.owlapi.model.OWLObjectPropertyRangeAxiom axiom)
|
| Methods inherited from class org.protege.editor.owl.ui.frame.AbstractOWLFrameSection |
|---|
addRow, canAdd, checkEditorResults, dispose, disposeOfSection, getAdditionalButtons, getAxioms, getCurrentReasoner, getEditor, getFrame, getLabel, getName, getOntologies, getOWLDataFactory, getOWLEditorKit, getOWLModelManager, getOWLOntologyManager, getReasoner, getRendering, getRootObject, getRowIndex, getRowLabel, getRows, handleChanges, handleEditingFinished, reset, setCacheEditor, setLabel, setRootObject, toString |
| Methods inherited from class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapter |
|---|
visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String LABEL
| Constructor Detail |
|---|
public OWLObjectPropertyRangeFrameSection(OWLEditorKit owlEditorKit,
OWLFrame<? extends org.semanticweb.owlapi.model.OWLObjectProperty> frame)
| Method Detail |
|---|
protected void clear()
clear in class AbstractOWLFrameSection<org.semanticweb.owlapi.model.OWLObjectProperty,org.semanticweb.owlapi.model.OWLObjectPropertyRangeAxiom,org.semanticweb.owlapi.model.OWLClassExpression>protected void refill(org.semanticweb.owlapi.model.OWLOntology ontology)
refill in class AbstractOWLFrameSection<org.semanticweb.owlapi.model.OWLObjectProperty,org.semanticweb.owlapi.model.OWLObjectPropertyRangeAxiom,org.semanticweb.owlapi.model.OWLClassExpression>protected void refillInferred()
refillInferred in class AbstractOWLFrameSection<org.semanticweb.owlapi.model.OWLObjectProperty,org.semanticweb.owlapi.model.OWLObjectPropertyRangeAxiom,org.semanticweb.owlapi.model.OWLClassExpression>protected org.semanticweb.owlapi.model.OWLObjectPropertyRangeAxiom createAxiom(org.semanticweb.owlapi.model.OWLClassExpression object)
createAxiom in class AbstractOWLFrameSection<org.semanticweb.owlapi.model.OWLObjectProperty,org.semanticweb.owlapi.model.OWLObjectPropertyRangeAxiom,org.semanticweb.owlapi.model.OWLClassExpression>public OWLObjectEditor<org.semanticweb.owlapi.model.OWLClassExpression> getObjectEditor()
getObjectEditor in class AbstractOWLFrameSection<org.semanticweb.owlapi.model.OWLObjectProperty,org.semanticweb.owlapi.model.OWLObjectPropertyRangeAxiom,org.semanticweb.owlapi.model.OWLClassExpression>public void visit(org.semanticweb.owlapi.model.OWLObjectPropertyRangeAxiom axiom)
visit in interface org.semanticweb.owlapi.model.OWLAxiomVisitorvisit in class org.semanticweb.owlapi.util.OWLAxiomVisitorAdapterpublic boolean canAcceptDrop(List<org.semanticweb.owlapi.model.OWLObject> objects)
canAcceptDrop in interface OWLFrameObject<org.semanticweb.owlapi.model.OWLObjectProperty,org.semanticweb.owlapi.model.OWLObjectPropertyRangeAxiom,org.semanticweb.owlapi.model.OWLClassExpression>canAcceptDrop in class AbstractOWLFrameSection<org.semanticweb.owlapi.model.OWLObjectProperty,org.semanticweb.owlapi.model.OWLObjectPropertyRangeAxiom,org.semanticweb.owlapi.model.OWLClassExpression>public boolean dropObjects(List<org.semanticweb.owlapi.model.OWLObject> objects)
dropObjects in interface OWLFrameObject<org.semanticweb.owlapi.model.OWLObjectProperty,org.semanticweb.owlapi.model.OWLObjectPropertyRangeAxiom,org.semanticweb.owlapi.model.OWLClassExpression>dropObjects in class AbstractOWLFrameSection<org.semanticweb.owlapi.model.OWLObjectProperty,org.semanticweb.owlapi.model.OWLObjectPropertyRangeAxiom,org.semanticweb.owlapi.model.OWLClassExpression>public Comparator<OWLFrameSectionRow<org.semanticweb.owlapi.model.OWLObjectProperty,org.semanticweb.owlapi.model.OWLObjectPropertyRangeAxiom,org.semanticweb.owlapi.model.OWLClassExpression>> getRowComparator()
null if the rows shouldn't be sorted.
|
Protege 4.1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||