public class OPPLConstraintListItem extends Object implements org.protege.editor.core.ui.list.MListItem
| Modifier | Constructor and Description |
|---|---|
protected |
OPPLConstraintListItem(org.protege.editor.owl.OWLEditorKit owlEditorKit,
AbstractConstraint constraint,
ConstraintSystem constraintSystem) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AbstractConstraint |
getConstraint() |
protected ConstraintSystem |
getConstraintSystem() |
protected org.protege.editor.owl.OWLEditorKit |
getOwlEditorKit() |
String |
getTooltip() |
boolean |
handleDelete() |
void |
handleEdit() |
int |
hashCode() |
boolean |
isDeleteable() |
boolean |
isEditable() |
String |
toString() |
protected OPPLConstraintListItem(org.protege.editor.owl.OWLEditorKit owlEditorKit,
AbstractConstraint constraint,
ConstraintSystem constraintSystem)
owlEditorKit - owlEditorKitconstraint - constraintconstraintSystem - constraintSystempublic String getTooltip()
getTooltip in interface org.protege.editor.core.ui.list.MListItempublic boolean handleDelete()
handleDelete in interface org.protege.editor.core.ui.list.MListItempublic void handleEdit()
handleEdit in interface org.protege.editor.core.ui.list.MListItempublic boolean isDeleteable()
isDeleteable in interface org.protege.editor.core.ui.list.MListItempublic boolean isEditable()
isEditable in interface org.protege.editor.core.ui.list.MListItempublic AbstractConstraint getConstraint()
protected org.protege.editor.owl.OWLEditorKit getOwlEditorKit()
protected ConstraintSystem getConstraintSystem()
Copyright © 2014 The University of Manchester. All Rights Reserved.