org.drools.runtime.rule.impl
Class RowAdapter
java.lang.Object
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
RowAdapter
public RowAdapter(Rule rule,
LeftTuple leftTuple)
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-2013 JBoss Inc.. All Rights Reserved.