Package org.cip4.jdflib.node
Class VJDFNode
java.lang.Object
org.cip4.jdflib.node.VJDFNode
Deprecated.
use Vector instead
Description: This class represents a vector of JDFNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddElement(JDFNode node) Deprecated.add a JDFNodeelementAt(int index) Deprecated.Method elementAt: get JDFNode atindexintsize()Deprecated.Method size.
-
Constructor Details
-
VJDFNode
public VJDFNode()Deprecated.constructor -
VJDFNode
Deprecated.constructor- Parameters:
v-
-
-
Method Details
-
size
public int size()Deprecated.Method size.- Returns:
- int
-
elementAt
Deprecated.Method elementAt: get JDFNode atindex- Parameters:
index- the index- Returns:
- JDFNode: the JDFNode
-
addElement
Deprecated.add a JDFNode- Parameters:
node- the node to add
-