OntoSim 2.2

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

Nested Class Summary
static class Matching.Entry<T>
           
 
Method Summary
 boolean add(O s, O t)
           
 void clear()
           
 boolean contains(O s, O t)
           
 int size()
           
 Matching<O> transposeView()
           
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

add

boolean add(O s,
            O t)

clear

void clear()

size

int size()

contains

boolean contains(O s,
                 O t)

transposeView

Matching<O> transposeView()

OntoSim 2.2

(C) INRIA, UPMF & friends, 2008-2011