Uses of Package
de.aristaflow.adept2.model.processmodel.systemdata
Packages that use de.aristaflow.adept2.model.processmodel.systemdata
Package
Description
-
Classes in de.aristaflow.adept2.model.processmodel.systemdata used by de.aristaflow.adept2.core.changeoperationsClassDescriptionA
Dependencyobject represents a concrete dependency of aSystemDataConsumerto aSystemDataProducer(a method of the process model providing system data) or aDependency.SystemDataProvider(a normal data source providing system data).ADependencyProviderestablishes the context forSystemDataConsumers and provides dependency-related information about them.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.systemdataClassDescriptionA
Dependencyobject represents a concrete dependency of aSystemDataConsumerto aSystemDataProducer(a method of the process model providing system data) or aDependency.SystemDataProvider(a normal data source providing system data).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.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.