Class EndEnd
- java.lang.Object
-
- org.aksw.limes.core.measures.mapper.temporal.allenAlgebra.atomic.AAtomicAllenAlgebraMapper
-
- org.aksw.limes.core.measures.mapper.temporal.allenAlgebra.atomic.EndEnd
-
public class EndEnd extends AAtomicAllenAlgebraMapper
Atomic class for Allen's temporal relations. It orders both source and target events by their end property.- Version:
- 1.0
- Author:
- Kleanthi Georgala (georgala@informatik.uni-leipzig.de)
-
-
Field Summary
-
Fields inherited from class org.aksw.limes.core.measures.mapper.temporal.allenAlgebra.atomic.AAtomicAllenAlgebraMapper
logger
-
-
Constructor Summary
Constructors Constructor Description EndEnd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TreeMap<String,Set<String>>getConcurrentEvents(ACache source, ACache target, String expression)Returns the set of concurrent target events for each source instance.StringgetName()Returns the name of the atomic Allen's temporal mapper.TreeMap<String,Set<String>>getPredecessorEvents(ACache source, ACache target, String expression)Returns the set of predecessor target events for each source instance.-
Methods inherited from class org.aksw.limes.core.measures.mapper.temporal.allenAlgebra.atomic.AAtomicAllenAlgebraMapper
getBeginProperty, getEndProperty, getEpoch, mapConcurrent, mapPredecessor, orderByBeginDate, orderByEndDate
-
-
-
-
Method Detail
-
getName
public String getName()
Returns the name of the atomic Allen's temporal mapper.- Specified by:
getNamein classAAtomicAllenAlgebraMapper- Returns:
- Mapper name as a string
-
getConcurrentEvents
public TreeMap<String,Set<String>> getConcurrentEvents(ACache source, ACache target, String expression)
Returns the set of concurrent target events for each source instance.- Specified by:
getConcurrentEventsin classAAtomicAllenAlgebraMapper- Parameters:
source- , The source cachetarget- , The target cacheexpression- , The metric expression- Returns:
- concurrentEvents, set of concurrent target events for each source instance.
-
getPredecessorEvents
public TreeMap<String,Set<String>> getPredecessorEvents(ACache source, ACache target, String expression)
Returns the set of predecessor target events for each source instance.- Specified by:
getPredecessorEventsin classAAtomicAllenAlgebraMapper- Parameters:
source- , The source cachetarget- , The target cacheexpression- , The metric expression- Returns:
- predecessorEvents, set of predecessor target events for each source instance.
-
-