|
Protégé-OWL 3.3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TripleSelectable
A common interface for user interface components that can select triples from an ontology.
Method Summary | |
---|---|
List |
getPrototypeTriples()
Gets triples with an empty object or subject, indicating the typical values of this. |
List |
getSelectedTriples()
Gets the selected triples in an order that is meaningful to the component. |
void |
setSelectedTriples(Collection triples)
Attempts to select given Triples in this. |
Methods inherited from interface edu.stanford.smi.protege.util.Selectable |
---|
addSelectionListener, clearSelection, getSelection, notifySelectionListeners, removeSelectionListener |
Method Detail |
---|
List getPrototypeTriples()
List getSelectedTriples()
void setSelectedTriples(Collection triples)
triples
- the Triples to show
|
Protégé-OWL 3.3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |