Uses of Interface
de.aristaflow.adept2.model.common.AbstractActivity
-
Packages that use AbstractActivity Package Description de.aristaflow.adept2.model.activitymodel TODO This is completely outdated.de.aristaflow.adept2.model.common de.aristaflow.adept2.model.execution de.aristaflow.adept2.model.processmodel -
-
Uses of AbstractActivity in de.aristaflow.adept2.model.activitymodel
Subinterfaces of AbstractActivity 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 AbstractActivity in de.aristaflow.adept2.model.common
Subinterfaces of AbstractActivity in de.aristaflow.adept2.model.common Modifier and Type Interface Description interface
BuildtimeActivity
ABuildtimeActivity
unifies the similarities of the objects representing activities at buildtime. -
Uses of AbstractActivity in de.aristaflow.adept2.model.execution
Subinterfaces of AbstractActivity in de.aristaflow.adept2.model.execution Modifier and Type Interface Description interface
ActivityInstance
TheActivityInstance
is an instance of
and also resembles the interface.Activity
interface
DecisionActivityInstance
Represents an activity instance which is used for decisions in the process model. -
Uses of AbstractActivity in de.aristaflow.adept2.model.processmodel
Subinterfaces of AbstractActivity 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.
-