69 resultados para Compressed Objects

em BORIS: Bern Open Repository and Information System - Berna - Suiça


Relevância:

20.00% 20.00%

Publicador:

Resumo:

The aims of this study were to determine the effects of pH and acid concentration on the dissolution of enamel, dentine, and compressed hydroxyapatite (HA) in citric acid solutions (15.6 and 52.1 mmol l(-1) ; pH 2.45, 3.2, and 3.9), using a pH-stat system. After an initial adjustment period, the dissolution rates of enamel and HA were constant, while that of dentine decreased with time. The dissolution rate increased as the pH decreased, and this was most marked for enamel. To compare substrates, the rate of mineral dissolution was normalized to the area occupied by mineral at the specimen surface. For a given acid concentration, the normalized dissolution rate of HA was always less than that for either dentine or enamel. The dissolution rate for dentine mineral was similar to that for enamel at pH 2.45 and greater at pH 3.2 and pH 3.9. The concentration of acid significantly affected the enamel dissolution rate at pH 2.45 and pH 3.2, but not at pH 3.9, and did not significantly affect the dissolution rates of dentine or HA at any pH. The variation in response of the dissolution rate to acid concentration/buffer capacity with respect to pH and tissue type might complicate attempts to predict erosive potential from solution composition.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

To study the effect of a nonlinear noise filter on the detection of simulated endoleaks in a phantom with 80- and 100-kVp multidetector computed tomographic (CT) angiography.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Software must be constantly adapted due to evolving domain knowledge and unanticipated requirements changes. To adapt a system at run-time we need to reflect on its structure and its behavior. Object-oriented languages introduced reflection to deal with this issue, however, no reflective approach up to now has tried to provide a unified solution to both structural and behavioral reflection. This paper describes Albedo, a unified approach to structural and behavioral reflection. Albedo is a model of fined-grained unanticipated dynamic structural and behavioral adaptation. Instead of providing reflective capabilities as an external mechanism we integrate them deeply in the environment. We show how explicit meta-objects allow us to provide a range of reflective features and thereby evolve both application models and environments at run-time.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Java Enterprise Applications (JEAs) are complex software systems written using multiple technologies. Moreover they are usually distributed systems and use a database to deal with persistence. A particular problem that appears in the design of these systems is the lack of a rich business model. In this paper we propose a technique to support the recovery of such rich business objects starting from anemic Data Transfer Objects (DTOs). Exposing the code duplications in the application's elements using the DTOs we suggest which business logic can be moved into the DTOs from the other classes.