|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cip4.jdflib.node.VJDFNode
@Deprecated public class VJDFNode
Description: This class represents a vector of JDFNode
| Constructor Summary | |
|---|---|
VJDFNode()
Deprecated. constructor |
|
VJDFNode(Vector v)
Deprecated. constructor |
|
| Method Summary | |
|---|---|
void |
addElement(JDFNode node)
Deprecated. add a JDFNode |
JDFNode |
elementAt(int index)
Deprecated. Method elementAt: get JDFNode at index |
int |
size()
Deprecated. Method size. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VJDFNode()
public VJDFNode(Vector v)
v - | Method Detail |
|---|
public int size()
public JDFNode elementAt(int index)
index
index - the index
public void addElement(JDFNode node)
node - the node to add
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||