Uses of Interface
de.aristaflow.adept2.model.common.BuildtimeActivity
-
Packages that use BuildtimeActivity Package Description de.aristaflow.adept2.model.activitymodel TODO This is completely outdated.de.aristaflow.adept2.model.processmodel -
-
Uses of BuildtimeActivity in de.aristaflow.adept2.model.activitymodel
Subinterfaces of BuildtimeActivity in de.aristaflow.adept2.model.activitymodel Modifier and Type Interface Description interface
ActivityTemplate
AnActivityTemplate
represents the object that is finally assigned (dragged) to a process node; it is a self-contained artificial vessel to transport all relevant information to the process model. -
Uses of BuildtimeActivity in de.aristaflow.adept2.model.processmodel
Subinterfaces of BuildtimeActivity in de.aristaflow.adept2.model.processmodel Modifier and Type Interface Description interface
Activity
The activity is a pluggable component associated to a node.interface
DecisionActivity
Represents an activity which is used for decisions in the process model.
-