Package org.dmg.pmml
Class Annotation
- java.lang.Object
-
- org.dmg.pmml.PMMLObject
-
- org.dmg.pmml.Annotation
-
- All Implemented Interfaces:
java.io.Serializable,HasLocator,HasMixedContent<Annotation>,Visitable
public class Annotation extends PMMLObject implements HasMixedContent<Annotation>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Annotation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VisitorActionaccept(Visitor visitor)AnnotationaddContent(java.lang.Object... content)java.util.List<java.lang.Object>getContent()booleanhasContent()-
Methods inherited from class org.dmg.pmml.PMMLObject
getLocator, getSchemaVersion, getSchemaVersion, hasLocator, setLocator
-
-
-
-
Method Detail
-
hasContent
public boolean hasContent()
- Specified by:
hasContentin interfaceHasMixedContent<Annotation>
-
getContent
public java.util.List<java.lang.Object> getContent()
- Specified by:
getContentin interfaceHasMixedContent<Annotation>
-
addContent
public Annotation addContent(java.lang.Object... content)
- Specified by:
addContentin interfaceHasMixedContent<Annotation>
-
accept
public VisitorAction accept(Visitor visitor)
-
-