Class Modifier
java.lang.Object
de.fraunhofer.iese.mydata.common.MyDataEntity
de.fraunhofer.iese.mydata.policy.decision.Modifier
A modifier describes a method that can be performed on events. Despite a key and value, it also
contains an engine.
- Author:
- Fraunhofer IESE
-
Constructor Summary
-
Method Summary
Methods inherited from class de.fraunhofer.iese.mydata.common.MyDataEntity
fromJson, getGson, getGson, toJson, toString, validate, validateAndNullCheck
-
Constructor Details
-
Modifier
Instantiates a new modifier.- Parameters:
name
- the name
-
Modifier
Instantiates a new modifier.- Parameters:
name
- the name of the parameterengine
- the engine to be used
-
-
Method Details
-
addEngine
Adds the engine.- Parameters:
engine
- the engine to set
-