Uses of Class
org.aksw.commons.algebra.allen.AllenRelation
-
Uses of AllenRelation in org.aksw.commons.algebra.allen
Fields in org.aksw.commons.algebra.allen declared as AllenRelationModifier and TypeFieldDescriptionstatic final AllenRelationAllenRelation.AFTERstatic final AllenRelationAllenRelation.BEFOREstatic final AllenRelationAllenRelation.CONTAINSstatic final AllenRelationAllenRelation.DURINGstatic final AllenRelationAllenRelation.EMPTYDummy relation with a 0 bit pattern.static final AllenRelationAllenRelation.EQUALSstatic final AllenRelationAllenRelation.FINISHEDBYstatic final AllenRelationAllenRelation.FINISHESstatic final AllenRelationAllenRelation.MEETSstatic final AllenRelationAllenRelation.METBYstatic final AllenRelationAllenRelation.OVERLAPPEDBYstatic final AllenRelationAllenRelation.OVERLAPSstatic final AllenRelationAllenRelation.STARTEDBYstatic final AllenRelationAllenRelation.STARTSMethods in org.aksw.commons.algebra.allen that return AllenRelationModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
AllenRelationAllenRelations.compute(com.google.common.collect.Range<T> x, com.google.common.collect.Range<T> y) AllenRelation.invert()Create a new relation with the inversestatic AllenRelationAllenRelation.of(short pattern) static AllenRelationAllenRelation.of(short pattern, short... additionalPatterns) Combine all given patterns with bitwise ORAllenRelation.union(AllenRelation other) static AllenRelationAllenRelation.union(AllenRelation... others) Methods in org.aksw.commons.algebra.allen with parameters of type AllenRelationModifier and TypeMethodDescriptionAllenRelation.union(AllenRelation other) static AllenRelationAllenRelation.union(AllenRelation... others)