Package de.aristaflow.ilm.model.common
Class ActivityConfExtension
java.lang.Object
de.aristaflow.ilm.model.common.ActivityConfExtension
- All Implemented Interfaces:
Serializable
This class just provides the differences between
ActivityConfiguration and
Configuration. It allows to easily extend an
AfConfiguration to provide an
ActivityConfiguration. There are places where the Java model does this by overriding
the get-method which cannot be done in the ILM since fields cannot be overridden by subclasses.-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fromInputParameter
-
fromProcessConfiguration
-
-
Constructor Details
-
ActivityConfExtension
public ActivityConfExtension()
-