org.cip4.jdflib.node
Class VJDFNode

java.lang.Object
  extended by org.cip4.jdflib.node.VJDFNode

Deprecated. use Vector instead

@Deprecated
public class VJDFNode
extends Object

Description: This class represents a vector of JDFNode

Version:
1.0 2002-01-24
Author:
Torsten Kaehlert

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

VJDFNode

public VJDFNode()
Deprecated. 
constructor


VJDFNode

public VJDFNode(Vector v)
Deprecated. 
constructor

Parameters:
v -
Method Detail

size

public int size()
Deprecated. 
Method size.

Returns:
int

elementAt

public JDFNode elementAt(int index)
Deprecated. 
Method elementAt: get JDFNode at index

Parameters:
index - the index
Returns:
JDFNode: the JDFNode

addElement

public void addElement(JDFNode node)
Deprecated. 
add a JDFNode

Parameters:
node - the node to add


Copyright © 2013. All Rights Reserved.