Package org.drools.ancompiler
Class HashedAlphasDeclaration
- java.lang.Object
-
- org.drools.ancompiler.HashedAlphasDeclaration
-
public class HashedAlphasDeclaration extends Object
This class is used to hold information for Hashedorg.kie.reteoo.AlphaNodes for generated subclasses ofCompiledNetwork.- See Also:
org.kie.reteoo.compiled.DeclarationsHandler
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Object>getHashedValues()StringgetNodeId(Object hashedValue)org.drools.core.base.ValueTypegetValueType()StringgetVariableName()
-
-
-
Method Detail
-
getValueType
public org.drools.core.base.ValueType getValueType()
-
getVariableName
public String getVariableName()
-
getHashedValues
public Collection<Object> getHashedValues()
-
-