Package org.dmg.pmml
Class Cell
- java.lang.Object
-
- org.dmg.pmml.PMMLObject
-
- org.dmg.pmml.Cell
-
- All Implemented Interfaces:
java.io.Serializable,HasLocator,Visitable
- Direct Known Subclasses:
InputCell,OutputCell
public abstract class Cell extends PMMLObject
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description VisitorActionaccept(Visitor visitor)abstract javax.xml.namespace.QNamegetName()java.lang.ObjectgetValue()CellsetValue(java.lang.Object value)-
Methods inherited from class org.dmg.pmml.PMMLObject
getLocator, getSchemaVersion, getSchemaVersion, hasLocator, setLocator
-
-
-
-
Method Detail
-
getName
public abstract javax.xml.namespace.QName getName()
-
getValue
public java.lang.Object getValue()
-
setValue
public Cell setValue(java.lang.Object value)
-
accept
public VisitorAction accept(Visitor visitor)
-
-