org.drools.impl.adapters
Class RowAdapter
java.lang.Object
org.drools.impl.adapters.RowAdapter
- All Implemented Interfaces:
- Row
public class RowAdapter
- extends Object
- implements Row
|
Constructor Summary |
RowAdapter(org.kie.api.runtime.rule.Row delegate)
|
RowAdapter
public RowAdapter(org.kie.api.runtime.rule.Row delegate)
get
public Object get(String identifier)
- Description copied from interface:
Row
- Get the object that is bound to the given identifier
- Specified by:
get in interface Row
- Parameters:
identifier - The identifier of the bound object
- Returns:
getFactHandle
public FactHandle getFactHandle(String identifier)
- Description copied from interface:
Row
- Return the FactHandle associated with the given identifier
- Specified by:
getFactHandle in interface Row
- Returns:
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.