fr.inrialpes.exmo.ontosim.extractor.matching
Interface Matching<O>
- Type Parameters:
O
-
- All Superinterfaces:
- Iterable<Matching.Entry<O>>
- All Known Implementing Classes:
- BasicMatching, DummyExtractor.DummyMatching
public interface Matching<O>
- extends Iterable<Matching.Entry<O>>
represents a matching between two sets
could extends Collection ?
- Author:
- jerome David
add
boolean add(O s,
O t)
clear
void clear()
size
int size()
contains
boolean contains(O s,
O t)
transposeView
Matching<O> transposeView()
(C) INRIA & friends, 2008-2009