Protege 2.1.2

edu.stanford.smi.protegex.widget.scatterbox
Interface Order

All Known Implementing Classes:
BasicOrder

public interface Order

Description of the Interface

Author:
William Grosso

Method Summary
 void fillObjectWithIndexedValue(Instance instance, int index)
           
 int getIndexForEntry(Instance entry)
           
 int getIndexForValue(Object value)
           
 String getName()
           
 int getSize()
           
 Slot getSlot()
           
 Object getValueForEntry(Instance entry)
           
 Object getValueForIndex(int index)
           
 void setName(String name)
           
 void setSlot(Slot slot)
           
 

Method Detail

fillObjectWithIndexedValue

public void fillObjectWithIndexedValue(Instance instance,
                                       int index)

getIndexForEntry

public int getIndexForEntry(Instance entry)

getIndexForValue

public int getIndexForValue(Object value)

getName

public String getName()

getSize

public int getSize()

getSlot

public Slot getSlot()

getValueForEntry

public Object getValueForEntry(Instance entry)

getValueForIndex

public Object getValueForIndex(int index)

setName

public void setName(String name)

setSlot

public void setSlot(Slot slot)

Protege 2.1.2

Submit a bug report or feature request