Previous Table of Contents Next


10.3.1 ClassifierFeatureMap


   This represents a mapping of Classifiers to Features.

   Superclasses

   ModelElement

   Attributes

   function

Any code or script for the FeatureMap.

type:

multiplicity:

ProcedureExpression
exactly one

   functionDescription

A short description for any code or script performed by the FeatureMap.

type:

multiplicity:

String
exactly one

   classifierToFeature

Identifies if the mapping is from Classifiers (source) to Features (target). The default is true.

type:

multiplicity:

Boolean
exactly one

   References

   classifierMap

Identifies the ClassifierMap owning the ClassifierFeatureMap.

class:

defined by:

multiplicity:

inverse:

ClassifierMap
ClassifierMapToCFMap::classifierMap
zero or one
ClassifierMap::cfMap

   classifier

Identifies the source/target Classifier of the ClassifierFeatureMap.

class:

defined by:

multiplicity:

Classifier
CFMapClassifier::classifier
one or more

   feature

Identifies the source/target Features of the ClassifierFeatureMap.

class:

defined by:

multiplicity:

Feature
CFMapFeature::feature
one or more