edu.stanford.smi.protegex.owl.model.triplestore.impl
Interface ProtegeTripleAdder

All Known Implementing Classes:
AbstractTripleStore

public interface ProtegeTripleAdder

Author:
Holger Knublauch

Method Summary
 boolean addValue(edu.stanford.smi.protege.model.Instance subject, edu.stanford.smi.protege.model.Slot slot, Object object)
           
 void addValueFast(edu.stanford.smi.protege.model.Instance subject, edu.stanford.smi.protege.model.Slot slot, Object object)
           
 Collection getSlotValues(edu.stanford.smi.protege.model.Instance instance, edu.stanford.smi.protege.model.Slot slot)
           
 

Method Detail

addValue

public boolean addValue(edu.stanford.smi.protege.model.Instance subject,
                        edu.stanford.smi.protege.model.Slot slot,
                        Object object)

addValueFast

public void addValueFast(edu.stanford.smi.protege.model.Instance subject,
                         edu.stanford.smi.protege.model.Slot slot,
                         Object object)

getSlotValues

public Collection getSlotValues(edu.stanford.smi.protege.model.Instance instance,
                                edu.stanford.smi.protege.model.Slot slot)