public interface ClassifierAssignment extends Persistent
emptyKeys
Modifier and Type | Method and Description |
---|---|
Class<? extends Classifier> |
getClassifierClass()
Returns the
Class of the Classifier to be used by this classifier assignment. |
Set<ClassifierOption> |
getClassifierOptionObjects()
Returns the set of the
ClassifierOption s defined for this classifier assignment. |
List<Field> |
getInputFields()
Returns the list of the
Field s used as input field for this classifier assignment |
Date |
getLastBuild()
Returns the date when this assignment was build at last.
|
Optional<EvaluationResult> |
getLatestEvaluationResult()
Returns the latest
EvaluationResult (if available) of this classifier assignment. |
String |
getName()
Returns the name of this classifier assignment.
|
Field |
getOutputField()
Returns the
Field specified as output field of this classifier assignment |
String |
getPMMLString()
Returns the PMML string of this classifier assignment
|
ProcessDefinition |
getProcessDefinition()
Returns the
ProcessDefinition this classifier assignment is assigned to. |
List<Task> |
getTasks()
Returns the list of the
Task s this classifier assignment is assigned to. |
boolean |
isActive()
Returns true if this classifier assignment is active, false otherwise.
|
afterDelete, afterInsert, afterRead, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, dbFields, getKey, getKeys, getLocalClassName, getLocalObjectName, getOid, getStore, getTableName, getValue, isFilled, isValid, setFilled, setOid, setOid, setStore, toListString
Optional<EvaluationResult> getLatestEvaluationResult()
EvaluationResult
(if available) of this classifier assignment.List<Task> getTasks()
Task
s this classifier assignment is assigned to.List<Field> getInputFields()
Field
s used as input field for this classifier assignmentField getOutputField()
Field
specified as output field of this classifier assignmentSet<ClassifierOption> getClassifierOptionObjects()
ClassifierOption
s defined for this classifier assignment.Class<? extends Classifier> getClassifierClass()
Class
of the Classifier
to be used by this classifier assignment.ProcessDefinition getProcessDefinition()
ProcessDefinition
this classifier assignment is assigned to.String getName()
ProcessDefinition
.boolean isActive()
Date getLastBuild()
String getPMMLString()
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.