Package org.cip4.jdflib.node
Class VJDFNode
- java.lang.Object
-
- org.cip4.jdflib.node.VJDFNode
-
@Deprecated public class VJDFNode extends java.lang.ObjectDeprecated.use Vector insteadDescription: This class represents a vector of JDFNode
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddElement(JDFNode node)Deprecated.add a JDFNodeJDFNodeelementAt(int index)Deprecated.Method elementAt: get JDFNode atindexintsize()Deprecated.Method size.
-
-
-
Method Detail
-
size
public int size()
Deprecated.Method size.- Returns:
- int
-
elementAt
public JDFNode elementAt(int index)
Deprecated.Method elementAt: get JDFNode atindex- Parameters:
index- the index- Returns:
- JDFNode: the JDFNode
-
addElement
public void addElement(JDFNode node)
Deprecated.add a JDFNode- Parameters:
node- the node to add
-
-