Package org.drools.core.rule
Class QueryArgument.Declr
- java.lang.Object
-
- org.drools.core.rule.QueryArgument.Declr
-
- All Implemented Interfaces:
Externalizable,Serializable,QueryArgument
- Enclosing interface:
- QueryArgument
public static class QueryArgument.Declr extends Object implements QueryArgument
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.core.rule.QueryArgument
QueryArgument.Declr, QueryArgument.Literal, QueryArgument.Null, QueryArgument.Var
-
-
Field Summary
-
Fields inherited from interface org.drools.core.rule.QueryArgument
NULL, VAR
-
-
Constructor Summary
Constructors Constructor Description Declr()Declr(Declaration declaration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>getArgumentClass()DeclarationgetDeclaration()ObjectgetValue(ReteEvaluator reteEvaluator, LeftTuple leftTuple)QueryArgumentnormalize(ClassLoader classLoader)voidreadExternal(ObjectInput in)voidwriteExternal(ObjectOutput out)
-
-
-
Constructor Detail
-
Declr
public Declr()
-
Declr
public Declr(Declaration declaration)
-
-
Method Detail
-
getValue
public Object getValue(ReteEvaluator reteEvaluator, LeftTuple leftTuple)
- Specified by:
getValuein interfaceQueryArgument
-
normalize
public QueryArgument normalize(ClassLoader classLoader)
- Specified by:
normalizein interfaceQueryArgument
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
getDeclaration
public Declaration getDeclaration()
-
getArgumentClass
public Class<?> getArgumentClass()
-
-