Uses of Class
org.dmg.pmml.pmml_4_1.descr.Node

Packages that use Node
org.dmg.pmml.pmml_4_1.descr   
 

Uses of Node in org.dmg.pmml.pmml_4_1.descr
 

Fields in org.dmg.pmml.pmml_4_1.descr declared as Node
protected  Node DecisionTree.node
           
 

Fields in org.dmg.pmml.pmml_4_1.descr with type parameters of type Node
protected  List<Node> Node.nodes
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return Node
 Node ObjectFactory.createNode()
          Create an instance of Node
 Node DecisionTree.getNode()
          Gets the value of the node property.
 

Methods in org.dmg.pmml.pmml_4_1.descr that return types with arguments of type Node
 List<Node> Node.getNodes()
          Gets the value of the nodes property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type Node
 void DecisionTree.setNode(Node value)
          Sets the value of the node property.
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.