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(Instance instance,
int index)
getIndexForEntry
int getIndexForEntry(Instance entry)
getIndexForValue
int getIndexForValue(Object value)
getName
String getName()
getSize
int getSize()
getSlot
Slot getSlot()
getValueForEntry
Object getValueForEntry(Instance entry)
getValueForIndex
Object getValueForIndex(int index)
setName
void setName(String name)
setSlot
void setSlot(Slot slot)
Submit a bug report or feature request