interagents
Class pidginWrapItem

java.lang.Object
  |
  +--interagents.wrapItem
        |
        +--interagents.pidginWrapItem

public class pidginWrapItem
extends wrapItem


Field Summary
 
Fields inherited from class interagents.wrapItem
isnew, wib
 
Constructor Summary
pidginWrapItem(java.lang.String work)
          Constructor will check pidgin syntax and extract type and flag information which are then passed to underlying wrapItem.
 
Method Summary
 void update(librarian.ppProcessor ppp)
          update using director!
 
Methods inherited from class interagents.wrapItem
checkMatch, flagNew, flagOld, getLabel, hasLabel, isFull, isNew, lowerTypeName, number, setNumber, superTypeName, toString, typeIndex, typeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

pidginWrapItem

public pidginWrapItem(java.lang.String work)
               throws DesignException,
                      InternalException
Constructor will check pidgin syntax and extract type and flag information which are then passed to underlying wrapItem. History count is stored for later use.

Method Detail

update

public void update(librarian.ppProcessor ppp)
            throws DesignException,
                   InternalException
Description copied from class: wrapItem
update using director!

Overrides:
update in class wrapItem
DesignException
InternalException