Class InitialFactImpl

java.lang.Object
org.drools.base.reteoo.InitialFactImpl
All Implemented Interfaces:
Externalizable, Serializable, InitialFact

public final class InitialFactImpl extends Object implements InitialFact, Externalizable
We dont want users to be able to instantiate InitialFact so we expose it as an interface and make the class and its constructor package protected
See Also: