org.drools.runtime.rule.impl
Class RowAdapter

java.lang.Object
  extended by org.drools.runtime.rule.impl.RowAdapter
All Implemented Interfaces:
org.drools.runtime.rule.Row

public class RowAdapter
extends Object
implements org.drools.runtime.rule.Row


Constructor Summary
RowAdapter(Rule rule, LeftTuple leftTuple)
           
 
Method Summary
 boolean equals(Object obj)
           
 Object get(String identifier)
           
 org.drools.runtime.rule.FactHandle getFactHandle(int i)
           
 org.drools.runtime.rule.FactHandle getFactHandle(String identifier)
           
 int hashCode()
           
 int size()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RowAdapter

public RowAdapter(Rule rule,
                  LeftTuple leftTuple)
Method Detail

get

public Object get(String identifier)
Specified by:
get in interface org.drools.runtime.rule.Row

getFactHandle

public org.drools.runtime.rule.FactHandle getFactHandle(String identifier)
Specified by:
getFactHandle in interface org.drools.runtime.rule.Row

getFactHandle

public org.drools.runtime.rule.FactHandle getFactHandle(int i)

size

public int size()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


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