|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteece496.util.parentListElement
Element for Parent List in Symbol Table.
$Source: K:/cvsrepo/ee496/codes/jbuilder/src/TestCaseGenerator/src/eece496/util/parentListElement.java,v $
Last updated by $Author: cyiu $
$Date: 2003/08/07 19:36:26 $
$Revision: 1.4 $
$State: Exp $
Field Summary | |
boolean |
isShown
|
Constructor Summary | |
parentListElement()
Constructor. |
|
parentListElement(java.util.Vector parentNames,
java.util.Vector roids)
initialize the parent list element with the list of roids and list of parent names. |
Method Summary | |
boolean |
addROID(java.lang.Double roid)
Append a single new roid to the parent ROIDs. |
boolean |
addROIDs(java.util.Vector roids)
Append new roids to the parent ROIDs. |
java.util.Vector |
getNames()
Get the parent names |
java.util.Vector |
getROIDs()
Get the parent ROIDs. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public boolean isShown
Constructor Detail |
public parentListElement()
public parentListElement(java.util.Vector parentNames, java.util.Vector roids)
roids
- roids used to initialize the element.Method Detail |
public boolean addROIDs(java.util.Vector roids)
roids
- vector of ROIDs to be added to the list.
public boolean addROID(java.lang.Double roid)
roid
- a ROID to be added to the list
public java.util.Vector getROIDs()
public java.util.Vector getNames()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |