org.drools.reteoo
Class InitialFactImpl
java.lang.Object
org.drools.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:
- Serialized Form
InitialFactImpl
public InitialFactImpl()
getInstance
public static InitialFact getInstance()
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object object)
- Overrides:
equals
in class Object
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.