|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--interagents.wrapItem
Field Summary | |
boolean |
isnew
True if object is newly constructed |
interagents.wrapItemBlock |
wib
|
Constructor Summary | |
wrapItem()
|
Method Summary | |
void |
checkMatch(interagents.wrapItem other)
Throws various exceptions if the passed wrapItem is not the same as the present one |
void |
flagNew()
|
void |
flagOld()
|
java.lang.String |
getLabel()
|
boolean |
hasLabel()
Return true if the wrapItem is of textual type. |
boolean |
isFull()
|
boolean |
isNew()
|
char |
lowerTypeName()
|
int |
number()
Returns the number |
void |
setNumber(int n)
|
char |
superTypeName()
|
java.lang.String |
toString()
Documents the contents of the wrapItem in the format exemplified by H3, A6!. |
int |
typeIndex()
Returns the number of the type of the item as follows: RADIUS=0, POINT=1, LINE=2, CIRCLE=3, LITERAL = 4, or -1 if there is a problem. |
char |
typeName()
|
void |
update(librarian.ppProcessor ppp)
update using director! |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public interagents.wrapItemBlock wib
public boolean isnew
Constructor Detail |
public wrapItem()
Method Detail |
public void checkMatch(interagents.wrapItem other) throws DesignException
other
- the wrapItem to be compared to the present one
DesignException
public boolean isNew()
public void flagNew()
public void flagOld()
public char typeName()
public char lowerTypeName()
public char superTypeName()
public boolean isFull()
public void setNumber(int n)
public int typeIndex()
public int number()
public void update(librarian.ppProcessor ppp) throws DesignException, InternalException
DesignException
InternalException
public boolean hasLabel()
public java.lang.String getLabel()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |