eece496.util
Class parentList
java.lang.Object
eece496.util.parentList
- public class parentList
- extends java.lang.Object
Symbol table using hashtable implementation.
$Source: K:/cvsrepo/ee496/codes/jbuilder/src/TestCaseGenerator/src/eece496/util/parentList.java,v $
Last updated by $Author: cyiu $
$Date: 2003/08/07 19:36:26 $
$Revision: 1.3 $
$State: Exp $
- Author:
- Charles Chung Man Yiu
Field Summary |
protected java.util.LinkedList |
content
|
Method Summary |
boolean |
addParent(parentListElement plElement)
Add a parent element to the list, with the parentlistElement as a paramenter |
boolean |
addParent(java.util.Vector parentNames,
java.util.Vector roids)
Add a parent element to the list, with the parent names and roids spec. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
content
protected java.util.LinkedList content
parentList
public parentList()
- Constructor.
addParent
public boolean addParent(java.util.Vector parentNames,
java.util.Vector roids)
- Add a parent element to the list, with the parent names and roids spec.
- Parameters:
roids
- Vector of parent ROIDs.
addParent
public boolean addParent(parentListElement plElement)
- Add a parent element to the list, with the parentlistElement as a paramenter
- Parameters:
plElement
- parentElement to be added to the parentList