interagents
Class literalWrapItem

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

public class literalWrapItem
extends wrapItem


Field Summary
 
Fields inherited from class interagents.wrapItem
isnew, wib
 
Constructor Summary
literalWrapItem(java.lang.String work)
           
 
Method Summary
 java.lang.String getLabel()
           
 boolean hasLabel()
          Return true if the wrapItem is of textual type.
 java.lang.String toString()
          Documents the contents of the wrapItem in the format exemplified by H3, A6!.
 char typeName()
           
 
Methods inherited from class interagents.wrapItem
checkMatch, flagNew, flagOld, isFull, isNew, lowerTypeName, number, setNumber, superTypeName, typeIndex, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

literalWrapItem

public literalWrapItem(java.lang.String work)
                throws DesignException,
                       InternalException
Method Detail

typeName

public char typeName()
Overrides:
typeName in class wrapItem

hasLabel

public boolean hasLabel()
Description copied from class: wrapItem
Return true if the wrapItem is of textual type. This instance returns false, but is overriden in textWrapItem

Overrides:
hasLabel in class wrapItem
Returns:
false

getLabel

public java.lang.String getLabel()
Overrides:
getLabel in class wrapItem

toString

public java.lang.String toString()
Description copied from class: wrapItem
Documents the contents of the wrapItem in the format exemplified by H3, A6!. The exclamamation point is used with and only with the NEW flag

Overrides:
toString in class wrapItem