|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ASetUpdater
ASetUpdaters contain functionality to transfer individual data from one AssertionSet into another, implementing different algorithms from simple "overwrite everything" to advanced belief revision (not included in base OWLCodec)
| Method Summary | |
|---|---|
boolean |
copyEveryIndividual(AssertionSet from,
AssertionSet to)
a shortcut to copyIndividuals with all individuals from "from" selected as "individualsToCopy" |
boolean |
copyIndividuals(java.util.Set<Uri.Individual> individualsToCopy,
AssertionSet from,
AssertionSet to)
|
| Method Detail |
|---|
boolean copyIndividuals(java.util.Set<Uri.Individual> individualsToCopy,
AssertionSet from,
AssertionSet to)
individualsToCopy - from - AssertionSet to copy data fromto - AssertionSet to copy into, must not remove existing GenericIndividuals
boolean copyEveryIndividual(AssertionSet from,
AssertionSet to)
from - AssertionSet to copy data fromto - AssertionSet to copy into, must not remove existing GenericIndividuals
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2007 Moritz Goeb, Bernhard Schiemann, Ulf Schreiber of Chair of Artificial Intelligence, University of Erlangen-Nuremberg