Class MCRAbstractFact<T>

java.lang.Object
org.mycore.access.facts.fact.MCRAbstractFact<T>
Type Parameters:
T - the type of the fact
All Implemented Interfaces:
MCRFact<T>
Direct Known Subclasses:
MCRCategoryIDFact, MCRIpAddressFact, MCRObjectIDFact, MCRStringFact

public abstract class MCRAbstractFact<T> extends Object implements MCRFact<T>
This is the base implementation for a fact. A fact consists of a name and a value. Additionally the query term used to retrieve the fact is stored. Two facts are equal if their names and terms are equal.
Author:
Robert Stephan
See Also: