edu.stanford.smi.protegex.widget.scatterbox
Interface Order
- All Known Implementing Classes:
- BasicOrder, Cls_Filling, Instance_Filling, Integer_Filling, Symbol_Filling
public interface Order
Description of the Interface
- Author:
- William Grosso
fillObjectWithIndexedValue
void fillObjectWithIndexedValue(edu.stanford.smi.protege.model.Instance instance,
int index)
getIndexForEntry
int getIndexForEntry(edu.stanford.smi.protege.model.Instance entry)
getIndexForValue
int getIndexForValue(Object value)
getName
String getName()
getSize
int getSize()
getSlot
edu.stanford.smi.protege.model.Slot getSlot()
getValueForEntry
Object getValueForEntry(edu.stanford.smi.protege.model.Instance entry)
getValueForIndex
Object getValueForIndex(int index)
setName
void setName(String name)
setSlot
void setSlot(edu.stanford.smi.protege.model.Slot slot)
Submit a bug report or feature request