|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.reteoo.CompositeObjectSinkAdapter.FieldIndex
public static class CompositeObjectSinkAdapter.FieldIndex
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 |
---|
public CompositeObjectSinkAdapter.FieldIndex(int index, FieldExtractor fieldExtractor)
Method Detail |
---|
public FieldExtractor getFieldExtractor()
public int getIndex()
public int getCount()
public FieldExtractor getFieldExtactor()
public boolean isHashed()
public void setHashed(boolean hashed)
public void increaseCounter()
public void decreaseCounter()
public LinkedListNode getNext()
LinkedListNode
getNext
in interface LinkedListNode
public LinkedListNode getPrevious()
LinkedListNode
getPrevious
in interface LinkedListNode
public void setNext(LinkedListNode next)
LinkedListNode
setNext
in interface LinkedListNode
next
- The next LinkedListNodepublic void setPrevious(LinkedListNode previous)
LinkedListNode
setPrevious
in interface LinkedListNode
previous
- The previous LinkedListNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |