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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as SequenceModel
protected  SequenceModel Segment.sequenceModel
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return SequenceModel
 SequenceModel ObjectFactory.createSequenceModel()
          Create an instance of SequenceModel
 SequenceModel Segment.getSequenceModel()
          Gets the value of the sequenceModel property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type SequenceModel
 void Segment.setSequenceModel(SequenceModel value)
          Sets the value of the sequenceModel property.
 



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