Module ical4j.core

Class AbstractValidationRuleSet<T>

java.lang.Object
net.fortuna.ical4j.validate.AbstractValidationRuleSet<T>
Type Parameters:
T - target type for rule application
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ComponentContainerRuleSet, PropertyContainerRuleSet, PropertyRuleSet

public abstract class AbstractValidationRuleSet<T> extends Object implements Serializable
Encapsulates a set of validation rules and context for the application of these rules.
See Also: