Uses of Class
org.dmg.pmml.Annotation
-
Packages that use Annotation Package Description org.dmg.pmml org.jpmml.model.visitors -
-
Uses of Annotation in org.dmg.pmml
Methods in org.dmg.pmml that return Annotation Modifier and Type Method Description AnnotationAnnotation. addContent(java.lang.Object... content)AnnotationObjectFactory. createAnnotation()Create an instance ofAnnotationMethods in org.dmg.pmml that return types with arguments of type Annotation Modifier and Type Method Description java.util.List<Annotation>Header. getAnnotations()Methods in org.dmg.pmml with parameters of type Annotation Modifier and Type Method Description HeaderHeader. addAnnotations(Annotation... annotations)VisitorActionVisitor. visit(Annotation annotation) -
Uses of Annotation in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Annotation Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Annotation annotation)
-