9 results on '"Posenato, Roberto"'
Search Results
2. Managing time-awareness in modularized processes
- Author
-
Posenato, Roberto, Lanz, Andreas, Combi, Carlo, and Reichert, Manfred
- Published
- 2019
- Full Text
- View/download PDF
3. Controlling Time-Awareness in Modularized Processes
- Author
-
Lanz, Andreas, Posenato, Roberto, Combi, Carlo, Reichert, Manfred, van der Aalst, Wil, Series editor, Mylopoulos, John, Series editor, Rosemann, Michael, Series editor, Shaw, Michael J., Series editor, Szyperski, Clemens, Series editor, Schmidt, Rainer, editor, Guédria, Wided, editor, Bider, Ilia, editor, and Guerreiro, Sérgio, editor
- Published
- 2016
- Full Text
- View/download PDF
4. Controllability of Time-Aware Processes at Run Time
- Author
-
Lanz, Andreas, Posenato, Roberto, Combi, Carlo, Reichert, Manfred, Hutchison, David, editor, Kanade, Takeo, editor, Kittler, Josef, editor, Kleinberg, Jon M., editor, Mattern, Friedemann, editor, Mitchell, John C., editor, Naor, Moni, editor, Nierstrasz, Oscar, editor, Pandu Rangan, C., editor, Steffen, Bernhard, editor, Sudan, Madhu, editor, Terzopoulos, Demetri, editor, Tygar, Doug, editor, Vardi, Moshe Y., editor, Weikum, Gerhard, editor, Meersman, Robert, editor, Panetto, Hervé, editor, Dillon, Tharam, editor, Eder, Johann, editor, Bellahsene, Zohra, editor, Ritter, Norbert, editor, De Leenheer, Pieter, editor, and Dou, Deijing, editor
- Published
- 2013
- Full Text
- View/download PDF
5. Reducing epsilon-DC Checking for Conditional Simple Temporal Networks to DC Checking
- Author
-
Hunsberger, Luke and Posenato, Roberto
- Subjects
Conditional Simple Temporal Networks ,000 Computer science, knowledge, general works ,010201 computation theory & mathematics ,Dynamic Consistency ,Computer Science ,0102 computer and information sciences ,Conditional Simple Temporal Networks, Dynamic Consistency, Temporal Constraints ,01 natural sciences ,Temporal Constraints - Abstract
Recent work on Conditional Simple Temporal Networks (CSTNs) has introduced the problem of checking the dynamic consistency (DC) property for the case where the reaction time of an execution strategy to observations is bounded below by some fixed epsilon > 0, the so-called epsilon-DC-checking problem. This paper proves that the epsilon-DC-checking problem for CSTNs can be reduced to the standard DC-checking problem for CSTNs - without incurring any computational cost. Given any CSTN S with k observation time-points, the paper defines a new CSTN S_0 that is the same as S, except that for each observation time-point P? in S: (i) P? is demoted to a non-observation time-point in S_0; and (ii) a new observation time-point P_0?, constrained to occur exactly epsilon units after P?, is inserted into S_0. The paper proves that S is epsilon-DC if and only if S_0 is (standard) DC, and that the application of the epsilon-DC-checking constraint-propagation rules to S is equivalent to the application of the corresponding (standard) DC-checking constraint-propagation rules to S_0. Two versions of these results are presented that differ only in whether a dynamic strategy for S_0 can react instantaneously to observations, or only after some arbitrarily small, positive delay. Finally, the paper demonstrates empirically that building S_0 and DC-checking it incurs no computational cost as the sizes of the instances increase.
- Published
- 2018
6. Extending Conditional Simple Temporal Networks with Partially Shrinkable Uncertainty
- Author
-
Combi, Carlo and Posenato, Roberto
- Subjects
Conditional Simple Temporal Networks with Uncertainty, Partial Shrink- able Temporal Constraint, Dynamic Controllability, Temporal Constraints ,000 Computer science, knowledge, general works ,Conditional Simple Temporal Networks with Uncertainty ,Dynamic Controllability ,Computer Science ,Partial Shrink- able Temporal Constraint ,Temporal Constraints - Abstract
The proper handling of temporal constraints is crucial in many domains. As a particular challenge, temporal constraints must be also handled when different specific situations happen (conditional constraints) and when some event occurrences can be only observed at run time (contingent constraints). In this paper we introduce Conditional Simple Temporal Networks with Partially Shrinkable Uncertainty (CSTNPSUs), in which contingent constraints are made more flexible (guarded constraints) and they are also specified as conditional constraints. It turns out that guarded constraints require the ability to reason on both kinds of constraints in a seamless way. In particular, we discuss CSTNPSU features through a motivating example and, then, we introduce the concept of controllability for such networks and the related sound checking algorithm.
- Published
- 2018
7. Controlling time-awareness in modularized processes (extended version)
- Author
-
Lanz, Andreas, Posenato, Roberto, Combi, Carlo, and Reichert, Manfred
- Subjects
Controllability ,Theory of constraints (Management) ,Zeitabhängige Methode ,Subprocess ,Modular programming ,Temporal constraints ,Modulares Softwaresystem ,Theorie der Sachzwänge ,Process-aware information system ,Process modularity ,Constraint-Programmierung ,DDC 004 / Data processing & computer science ,ddc:004 ,Steuerbarkeit - Abstract
The proper handling of temporal process constraints is crucial in many application domains. A sophisticated support of time-aware processes, however, is still missing in contemporary information systems. As a particular challenge, temporal constraints must be also handled for modularized processes (i.e., processes comprising subprocesses), enabling the reuse of process knowledge as well as the modular design of complex processes. This paper focuses on the representation and support of such time-aware modularized processes. In particular, we present a sound and complete method to derive the duration restrictions of a time-aware (sub-)process in such a way that its temporal properties are completely specified. We then show how this can be utilized when re-using the process within a modularized one. Altogether, the presented approach will foster the efficient and modular design of complex time-aware processes.
- Published
- 2017
8. A Streamlined Model of Conditional Simple Temporal Networks - Semantics and Equivalence Results
- Author
-
Cairo, Massimo, Hunsberger, Luke, Posenato, Roberto, and Rizzi, Romeo
- Subjects
Conditional Simple Temporal Networks ,000 Computer science, knowledge, general works ,010201 computation theory & mathematics ,Dynamic Consistency ,Computer Science ,0202 electrical engineering, electronic engineering, information engineering ,020201 artificial intelligence & image processing ,0102 computer and information sciences ,02 engineering and technology ,Conditional Simple Temporal Networks, Dynamic Consistency, Temporal Constraints ,01 natural sciences ,Temporal Constraints - Abstract
A Conditional Simple Temporal Network (CSTN) augments a Simple Temporal Network to include a new kind of time-points, called observation time-points. The execution of an observation time-point generates information in real time, specifically, the truth value of a propositional letter. In addition, time-points and temporal constraints may be labeled by conjunctions of (positive or negative) propositional letters. A CSTN is called dynamically consistent (DC) if there exists a dynamic strategy for executing its time-points such that no matter how the observations turn out during execution, the time-points whose labels are consistent with those observations have all been executed, and the constraints whose labels are consistent with those observations have all been satisfied. The strategy is dynamic in that its execution decisions may react to observations. The original formulation of CSTNs included propositional labels only on time-points, but the DC-checking algorithm was impractical because it was based on a conversion of the semantic constraints into an exponentially-sized Disjunctive Temporal Network. Later work added propositional labels to temporal constraints, and yielded a sound-and-complete propagation-based DC-checking algorithm, empirically demonstrated to be practical across a variety of CSTNs. This paper introduces a streamlined version of a CSTN in which propositional labels may appear on constraints, but not on time-points. This change simplifies the definition of the DC property, as well as the propagation rules for the DC-checking algorithm. It also simplifies the proofs of the soundness and completeness of those rules. This paper provides two translations from traditional CSTNs to streamlined CSTNs. Each translation preserves the DC property and, for any DC network, ensures that any dynamic execution strategy for that network can be extended to a strategy for its streamlined counterpart. Finally, this paper presents an empirical comparison of two versions of the DC-checking algorithm: the original version and a simplified version for streamlined CSTNs. The comparison is based on CSTN benchmarks from earlier work. For small-sized CSTNs, the original version shows the best performance, but the performance difference between the two versions decreases as the number of time-points in the CSTN increases. We conclude that the simplified algorithm is a practical alternative for checking the dynamic consistency of CSTNs.
- Published
- 2017
9. Simple Temporal Networks with Partially Shrinkable Uncertainty (extended version)
- Author
-
Lanz, Andreas, Posenato, Roberto, Combi, Carlo, and Reichert, Manfred
- Subjects
Controllability ,Zwangsbedingung ,Temporal constraints ,Theory of constraints (Management) ,Guarded constraints ,STNU ,ddc:004 ,DDC 004 / Data processing & computer science ,Steuerbarkeit ,Simple Temporal Constraint Network with Uncertainty ,Temporal perspective - Abstract
The Simple Temporal Network with Uncertainty (STNU) model focuses on the representation and evaluation of temporal constraints on time-point variables (timepoints), of which some (i.e. contingent timepoints) cannot be assigned (i.e. executed by the system), but only be observed. Moreover, a temporal constraint is expressed as an admissible range of delays between two timepoints. Regarding the STNU model, it is interesting to determine whether it is possible to execute all the timepoints under the control of the system, while still satisfying all given constraints, no matter when the contingent timepoints happen within the given time ranges (controllability check). Existing approaches assume that the original contingent time range cannot be modified during execution. In real world, however, the allowed time range may change within certain boundaries, but cannot be completely shrunk. To represent such possibility more properly, we propose Simple Temporal Network with Partially Shrinkable Uncertainty (STNPSU) as an extension of STNU. In particular, STNPSUs allow representing a contingent range in a way that can be shrunk during run time as long as shrinking does not go beyond a given threshold. We further show that STNPSUs allow representing STNUs as a special case, while maintaining the same efficiency for both controllability checks and execution.
- Published
- 2015
- Full Text
- View/download PDF
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.