E
- the type of Semantic.SemanticAxioms
to synchronise.
It has to describe Semantic.Axioms
of type Y.
It should be the same parameter (or an extension) used for
a specific Semantic.SemanticAxioms
implementation.Y
- the type of element described in an Semantic.Axioms
set
contained in E.public static class Semantic.SemanticAxioms.SynchronisationMultiIntent<E extends Semantic.SemanticAxiom<?,Y>,Y> extends Semantic.Axioms.SynchronisationIntent<E>
Semantic.SemanticAxiom
reading or writing.
It describes the changes that should be performed in a Semantic.SemanticAxiom
set or in an OWL ontology during: Semantic.Descriptor.readSemantic()
or
Semantic.Descriptor.writeSemantic()
.
This implementation considers sets of Semantic.Axioms
as
{@link HashSet}<E>
This class is not directly instantiable but it can be assessed through:
Semantic.SemanticAxioms.synchroniseFrom(Axioms)
or Semantic.SemanticAxioms.synchroniseTo(Axioms)
.
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy, equals, getToAdd, getToRemove, getUnchanged, hashCode, toString