Class TypeFilterConstraint

All Implemented Interfaces:
ITypeConstraint, ITypeInfoProviderConstraint, PConstraint, PTraceable

public class TypeFilterConstraint extends VariableDeferredPConstraint implements ITypeConstraint
Represents a non-enumerable type constraint that asserts that values substituted for the given tuple of variables form a tuple that belongs to a (typically non-enumerable) extensional relation identified by an IInputKey.

The InputKey is typically not enumerable. If it is enumerable, use TypeConstraint instead, so that the PConstraint carries over the property of enumerability.