Uses of Package
de.aristaflow.adept2.model.processmodel.systemdata
-
Packages that use de.aristaflow.adept2.model.processmodel.systemdata Package Description de.aristaflow.adept2.core.changeoperations de.aristaflow.adept2.model.processmodel.systemdata -
Classes in de.aristaflow.adept2.model.processmodel.systemdata used by de.aristaflow.adept2.core.changeoperations Class Description Dependency ADependency
object represents a concrete dependency of aSystemDataConsumer
to aSystemDataProducer
(a method of the process model providing system data) or aDependency.SystemDataProvider
(a normal data source providing system data).DependencyProvider ADependencyProvider
establishes the context forSystemDataConsumer
s and provides dependency-related information about them.SystemDataProducer This enumeration represents all process model methods that can produce system data, that is data which can be used normally in the data flow of a process. -
Classes in de.aristaflow.adept2.model.processmodel.systemdata used by de.aristaflow.adept2.model.processmodel.systemdata Class Description Dependency ADependency
object represents a concrete dependency of aSystemDataConsumer
to aSystemDataProducer
(a method of the process model providing system data) or aDependency.SystemDataProvider
(a normal data source providing system data).Dependency.SystemDataProvider This enumeration provides system data provider that "extend"SystemDataProducer
, that is, both provide system data (for instance process relevant timestamps, agent IDs,...) but while system data producer represent methods from the process model, system data provider represent other data sources, for instance arbitrary data elements.SystemDataProducer This enumeration represents all process model methods that can produce system data, that is data which can be used normally in the data flow of a process.