Drools :: Core 6.0.0.Beta5

org.drools.core.reteoo.compiled
Class HashedAlphasDeclaration

java.lang.Object
  extended by org.drools.core.reteoo.compiled.HashedAlphasDeclaration

public class HashedAlphasDeclaration
extends 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
 Collection<Object> getHashedValues()
           
 String getNodeId(Object hashedValue)
           
 ValueType getValueType()
           
 String getVariableName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValueType

public ValueType getValueType()

getVariableName

public String getVariableName()

getHashedValues

public Collection<Object> getHashedValues()

getNodeId

public String getNodeId(Object hashedValue)

Drools :: Core 6.0.0.Beta5

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