Uses of Class
science.aist.xes.model.ClassifierType
-
Packages that use ClassifierType Package Description science.aist.xes.model -
-
Uses of ClassifierType in science.aist.xes.model
Fields in science.aist.xes.model with type parameters of type ClassifierType Modifier and Type Field Description protected List<ClassifierType>
LogType. classifier
Methods in science.aist.xes.model that return ClassifierType Modifier and Type Method Description ClassifierType
ObjectFactory. createClassifierType()
Create an instance ofClassifierType
Methods in science.aist.xes.model that return types with arguments of type ClassifierType Modifier and Type Method Description List<ClassifierType>
LogType. getClassifier()
Gets the value of the classifier property.
-