Interface IAllenAlgebraMapper
-
- All Superinterfaces:
IMapper
- All Known Implementing Classes:
AfterMapper,AllenAlgebraMapper,BeforeMapper,DuringMapper,DuringReverseMapper,EqualsMapper,FinishesMapper,IsFinishedByMapper,IsMetByMapper,IsOverlappedByMapper,IsStartedByMapper,MeetsMapper,OverlapsMapper,StartsMapper
public interface IAllenAlgebraMapper extends IMapper
Implements the Allen's temporal relation mapper interface.- Version:
- 1.0
- Author:
- Kleanthi Georgala (georgala@informatik.uni-leipzig.de)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.aksw.limes.core.measures.mapper.IMapper
IMapper.Language
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AMappinggetMapping(ArrayList<TreeMap<String,Set<String>>> maps)Returns a mapping given a set of atomic relation mappings.-
Methods inherited from interface org.aksw.limes.core.measures.mapper.IMapper
getMapping, getMappingSizeApproximation, getName, getRuntimeApproximation, setNo
-
-