org.drools.marshalling.impl
Class ProtobufInputMarshaller.ActivationKey

java.lang.Object
  extended by org.drools.marshalling.impl.ProtobufInputMarshaller.ActivationKey
Enclosing class:
ProtobufInputMarshaller

public static class ProtobufInputMarshaller.ActivationKey
extends Object


Constructor Summary
ProtobufInputMarshaller.ActivationKey(String pkgName, String ruleName, int[] tuple)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtobufInputMarshaller.ActivationKey

public ProtobufInputMarshaller.ActivationKey(String pkgName,
                                             String ruleName,
                                             int[] tuple)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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