edu.stanford.smi.protegex.owl.model.triplestore.impl
Interface ProtegeTripleAdder
- All Known Implementing Classes:
- AbstractTripleStore, DatabaseTripleStore, JenaTripleStore
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)
|
addValue
boolean addValue(edu.stanford.smi.protege.model.Instance subject,
edu.stanford.smi.protege.model.Slot slot,
Object object)
addValueFast
void addValueFast(edu.stanford.smi.protege.model.Instance subject,
edu.stanford.smi.protege.model.Slot slot,
Object object)
getSlotValues
Collection getSlotValues(edu.stanford.smi.protege.model.Instance instance,
edu.stanford.smi.protege.model.Slot slot)
Submit a bug report or feature request
Copyright (c) 1998-2007 Stanford University.