站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

CompositeObjectSinkAdapter.FieldIndex (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.reteoo
Class CompositeObjectSinkAdapter.FieldIndex

java.lang.Object
  extended by org.drools.reteoo.CompositeObjectSinkAdapter.FieldIndex
All Implemented Interfaces:
Serializable, LinkedListNode
Enclosing class:
CompositeObjectSinkAdapter

public static class CompositeObjectSinkAdapter.FieldIndex
extends Object
implements LinkedListNode

See Also:
Serialized Form

Constructor Summary
CompositeObjectSinkAdapter.FieldIndex(int index, FieldExtractor fieldExtractor)
           
 
Method Summary
 void decreaseCounter()
           
 int getCount()
           
 FieldExtractor getFieldExtactor()
           
 FieldExtractor getFieldExtractor()
           
 int getIndex()
           
 LinkedListNode getNext()
          Returns the next node
 LinkedListNode getPrevious()
          Returns the previous node
 void increaseCounter()
           
 boolean isHashed()
           
 void setHashed(boolean hashed)
           
 void setNext(LinkedListNode next)
          Sets the next node
 void setPrevious(LinkedListNode previous)
          Sets the previous node
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeObjectSinkAdapter.FieldIndex

public CompositeObjectSinkAdapter.FieldIndex(int index,
                                             FieldExtractor fieldExtractor)
Method Detail

getFieldExtractor

public FieldExtractor getFieldExtractor()

getIndex

public int getIndex()

getCount

public int getCount()

getFieldExtactor

public FieldExtractor getFieldExtactor()

isHashed

public boolean isHashed()

setHashed

public void setHashed(boolean hashed)

increaseCounter

public void increaseCounter()

decreaseCounter

public void decreaseCounter()

getNext

public LinkedListNode getNext()
Description copied from interface: LinkedListNode
Returns the next node

Specified by:
getNext in interface LinkedListNode
Returns:
The next LinkedListNode

getPrevious

public LinkedListNode getPrevious()
Description copied from interface: LinkedListNode
Returns the previous node

Specified by:
getPrevious in interface LinkedListNode
Returns:
The previous LinkedListNode

setNext

public void setNext(LinkedListNode next)
Description copied from interface: LinkedListNode
Sets the next node

Specified by:
setNext in interface LinkedListNode
Parameters:
next - The next LinkedListNode

setPrevious

public void setPrevious(LinkedListNode previous)
Description copied from interface: LinkedListNode
Sets the previous node

Specified by:
setPrevious in interface LinkedListNode
Parameters:
previous - The previous LinkedListNode


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.