Class HashedAlphasDeclaration


  • public class HashedAlphasDeclaration
    extends java.lang.Object
    This class is used to hold information for Hashed org.kie.reteoo.AlphaNodes for generated subclasses of CompiledNetwork.
    See Also:
    org.kie.reteoo.compiled.DeclarationsHandler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<java.lang.Object> getHashedValues()  
      java.lang.String getNodeId​(java.lang.Object hashedValue)  
      org.drools.base.base.ValueType getValueType()  
      java.lang.String getVariableName()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getValueType

        public org.drools.base.base.ValueType getValueType()
      • getVariableName

        public java.lang.String getVariableName()
      • getHashedValues

        public java.util.Collection<java.lang.Object> getHashedValues()
      • getNodeId

        public java.lang.String getNodeId​(java.lang.Object hashedValue)