Protege-2000 1.7

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(edu.stanford.smi.protege.model.Instance instance, int index)
           
 int getIndexForEntry(edu.stanford.smi.protege.model.Instance entry)
           
 int getIndexForValue(Object value)
           
 String getName()
           
 int getSize()
           
 edu.stanford.smi.protege.model.Slot getSlot()
           
 Object getValueForEntry(edu.stanford.smi.protege.model.Instance entry)
           
 Object getValueForIndex(int index)
           
 void setName(String name)
           
 void setSlot(edu.stanford.smi.protege.model.Slot slot)
           
 

Method Detail

fillObjectWithIndexedValue

public void fillObjectWithIndexedValue(edu.stanford.smi.protege.model.Instance instance,
                                       int index)

getIndexForEntry

public int getIndexForEntry(edu.stanford.smi.protege.model.Instance entry)

getIndexForValue

public int getIndexForValue(Object value)

getName

public String getName()

getSize

public int getSize()

getSlot

public edu.stanford.smi.protege.model.Slot getSlot()

getValueForEntry

public Object getValueForEntry(edu.stanford.smi.protege.model.Instance entry)

getValueForIndex

public Object getValueForIndex(int index)

setName

public void setName(String name)

setSlot

public void setSlot(edu.stanford.smi.protege.model.Slot slot)

Protege-2000 1.7

Submit a bug report or feature request
Protege-2000 is a trademark of Stanford University.
Copyright (c) 1998-2002 Stanford University.