Drools :: Core 6.2.0.Final

org.drools.core.rule.constraint
Class MvelConstraint.EvaluationContext

java.lang.Object
  extended by org.drools.core.rule.constraint.MvelConstraint.EvaluationContext
All Implemented Interfaces:
Externalizable, Serializable
Enclosing class:
MvelConstraint

public static class MvelConstraint.EvaluationContext
extends Object
implements Externalizable

See Also:
Serialized Form

Constructor Summary
MvelConstraint.EvaluationContext()
           
 
Method Summary
 void addContext(BuildContext buildContext)
           
 void readExternal(ObjectInput in)
           
 String toString()
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MvelConstraint.EvaluationContext

public MvelConstraint.EvaluationContext()
Method Detail

addContext

public void addContext(BuildContext buildContext)

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

toString

public String toString()
Overrides:
toString in class Object

Drools :: Core 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.