interagents
Class directWrapItem

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

public class directWrapItem
extends wrapItem


Field Summary
 
Fields inherited from class interagents.wrapItem
isnew, wib
 
Constructor Summary
directWrapItem(int number, boolean isnew, char type)
           
directWrapItem(java.lang.String work)
          Constructor will check syntax and extract type, number and flag information
directWrapItem(interagents.wrapItemBlock wib, boolean isnew)
           
 
Methods inherited from class interagents.wrapItem
checkMatch, flagNew, flagOld, getLabel, hasLabel, isFull, isNew, lowerTypeName, number, setNumber, superTypeName, toString, typeIndex, typeName, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

directWrapItem

public directWrapItem(java.lang.String work)
               throws DesignException,
                      InternalException
Constructor will check syntax and extract type, number and flag information


directWrapItem

public directWrapItem(int number,
                      boolean isnew,
                      char type)
               throws DesignException

directWrapItem

public directWrapItem(interagents.wrapItemBlock wib,
                      boolean isnew)