public abstract class AllenAlgebraMapper extends AMapper implements IAllenAlgebraMapper
IMapper.Language| Constructor and Description |
|---|
AllenAlgebraMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected static Set<String> |
difference(Set<String> set1,
Set<String> set2)
Performs difference between two sets of uris.
|
ArrayList<Integer> |
getRequiredAtomicRelations()
Returns the set of atomic relations.
|
protected static Set<String> |
intersection(Set<String> set1,
Set<String> set2)
Performs intersection between two sets of uris.
|
protected static Set<String> |
union(Set<String> set1,
Set<String> set2)
Performs union between two sets of uris.
|
getUriToUriMapping, getUriToUriMapping, getValueToUriMap, setNoclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMappinggetMapping, getMappingSizeApproximation, getName, getRuntimeApproximation, setNoprotected static Set<String> union(Set<String> set1, Set<String> set2)
set1, - first set of urisset2, - second set of urisprotected static Set<String> intersection(Set<String> set1, Set<String> set2)
set1, - first set of urisset2, - second set of urisprotected static Set<String> difference(Set<String> set1, Set<String> set2)
set1, - first set of urisset2, - second set of urisCopyright © 2020. All rights reserved.