Package edu.columbia.cs.ref.model.constraint.relationship.impl

Class Summary
AndRelationshipConstraint The Class AndRelationshipConstraint is an implementation of RelationshipConstraint that is used to compose several other constraints.
DistanceBetweenEntitiesConstraint The Class DistanceBetweenEntitiesConstraint is an implementation of RelationshipConstraint that checks if the number of characters between entities is less than a given value passed to the constructor.
DummyRelationshipConstraint The Class DummyRelationshipConstraint is an implementation of the RelationshipConstraint that is actually a dummy check.
EntitiesOrderNotRelevantConstraint The Class WordDistanceBetweenEntities is an implementation of RelationshipConstraint that indicates that the order of the entities is not relevant since the relationship is symmetric.
OrRelationshipConstraint The Class OrRelationshipConstraint is an implementation of RelationshipConstraint that is used to compose several other constraints.
WordDistanceBetweenEntities The Class WordDistanceBetweenEntities is an implementation of RelationshipConstraint that checks if the number of words between entities is less than a given value passed to the constructor.