949 resultados para Posse da terra - Aspectos religiosos
Resumo:
Ubiquitous computing systems operate in environments where the available resources significantly change during the system operation, thus requiring adaptive and context aware mechanisms to sense changes in the environment and adapt to new execution contexts. Motivated by this requirement, a framework for developing and executing adaptive context aware applications is proposed. The PACCA framework employs aspect-oriented techniques to modularize the adaptive behavior and to keep apart the application logic from this behavior. PACCA uses abstract aspect concept to provide flexibility by addition of new adaptive concerns that extend the abstract aspect. Furthermore, PACCA has a default aspect model that considers habitual adaptive concerns in ubiquitous applications. It exploits the synergy between aspect-orientation and dynamic composition to achieve context-aware adaptation, guided by predefined policies and aim to allow software modules on demand load making possible better use of mobile devices and yours limited resources. A Development Process for the ubiquitous applications conception is also proposed and presents a set of activities that guide adaptive context-aware developer. Finally, a quantitative study evaluates the approach based on aspects and dynamic composition for the construction of ubiquitous applications based in metrics
Resumo:
Middleware platforms have been widely used as an underlying infrastructure to the development of distributed applications. They provide distribution and heterogeneity transparency and a set of services that ease the construction of distributed applications. Nowadays, the middlewares accommodate an increasing variety of requirements to satisfy distinct application domains. This broad range of application requirements increases the complexity of the middleware, due to the introduction of many cross-cutting concerns in the architecture, which are not properly modularized by traditional programming techniques, resulting in a tangling and spread of theses concerns in the middleware code. The presence of these cross-cutting concerns limits the middleware scalability and aspect-oriented paradigm has been used successfully to improve the modularity, extensibility and customization capabilities of middleware. This work presents AO-OiL, an aspect-oriented (AO) middleware architecture, based on the AO middleware reference architecture. This middleware follows the philosophy that the middleware functionalities must be driven by the application requirements. AO-OiL consists in an AO refactoring of the OiL (Orb in Lua) middleware in order to separate basic and crosscutting concerns. The proposed architecture was implemented in Lua and RE-AspectLua. To evaluate the refactoring impact in the middleware architecture, this paper presents a comparative analysis of performance between AO-OiL and OiL
Resumo:
This paper proposes a systematic approach to management of variability modelsdriven and aspects using the mechanisms of approaches Aspect-Oriented Software Development (AOSD) and Model-Driven Development (MDD). The main goal of the approach, named CrossMDA-SPL, is to improve the management(gerência), modularization and isolation ou separation of the variability of the LPSs of architecture in a high level of abstraction (model) at the design and implementing phases of development Software Product Lines (SPLs), exploiting the synergy between AOSD and MDD. The CrossMDA-SPL approach defines some artifacts basis for advance the separation clear in between the mandatory (bounden) and optional features in the architecture of SPL. The artifacts are represented by two models named: (i) core model (base domain) - responsible for specify the common features the all members of the SPL, and (ii) variability model - responsible for represent the variables features of SPL. In addition, the CrossMDA-SPL approach is composed of: (i) guidelines for modeling and representation of variability, (ii) CrossMDA-SPL services and process, and (iii) models of the architecture of SPL or product instance of SPL. The guidelines use the advantages of AOSD and MDD to promote a better modularization of the variable features of the architecture of SPL during the creation of core and variability models of the approach. The services and sub-processes are responsible for combination automatically, through of process of transformation between the core and variability models, and the generation of new models that represent the implementation of the architecture of SPL or a instance model of SPL. Mechanisms for effective modularization of variability for architectures of SPL at model level. The concepts are described and measured with the execution of a case study of an SPL for management systems of transport electronic tickets
Resumo:
Currently there are several aspect-oriented approaches that are related to different stages of software development process. These approaches often lack integration with each other and their models and artifacts are not aligned in a coherent process. The integration of Aspect-Oriented Software development (AOSD) and Model-Driven Development (MDD) enables automatic propagation of models from one phase to another, avoiding loss of important information and decisions established in each. This paper presents a model driven approach, called Marisa-AOCode, which supports the processing of detailed design artifacts to code in different Aspect-Oriented Programming languages. The approach proposed by Maris- AOCode defines transformation rules between aSideML, a modeling language for aspectoriented detailed design, and Metaspin, a generic metamodel for aspect-oriented programming languages. The instantiation of the generic metamodel (Metaspin) provided by the approach of Maris-AOCode is illustrated by the transformation of Metaspin for two languages: AspectLua and CaesarJ. We illustrate the approach with a case study based on the Health Watcher System
Resumo:
This work proposes a model based approach for pointcut management in the presence of evolution in aspect oriented systems. The proposed approach, called conceptual visions based pointcuts, is motivated by the observation of the shortcomings in traditional approaches pointcuts definition, which generally refer directly to software structure and/or behavior, thereby creating a strong coupling between pointcut definition and the base code. This coupling causes the problem known as pointcut fragility problem and hinders the evolution of aspect-oriented systems. This problem occurs when all the pointcuts of each aspect should be reviewed due to any software changes/evolution, to ensure that they remain valid even after the changes made in the software. Our approach is focused on the pointcuts definition based on a conceptual model, which has definitions of the system's structure in a more abstract level. The conceptual model consists of classifications (called conceptual views) on entities of the business model elements based on common characteristics, and relationships between these views. Thus the pointcuts definitions are created based on the conceptual model rather than directly referencing the base model. Moreover, the conceptual model contains a set of relationships that allows it to be automatically verified if the classifications in the conceptual model remain valid even after a software change. To this end, all the development using the conceptual views based pointcuts approach is supported by a conceptual framework called CrossMDA2 and a development process based on MDA, both also proposed in this work. As proof of concept, we present two versions of a case study, setting up a scenario of evolution that shows how the use of conceptual visions based pointcuts helps detecting and minimizing the pointcuts fragility. For the proposal evaluation the Goal/Question/Metric (GQM) technique is used together with metrics for efficiency analysis in the pointcuts definition
Resumo:
New programming language paradigms have commonly been tested and eventually incorporated into hardware description languages. Recently, aspect-oriented programming (AOP) has shown successful in improving the modularity of object-oriented and structured languages such Java, C++ and C. Thus, one can expect that, using AOP, one can improve the understanding of the hardware systems under design, as well as make its components more reusable and easier to maintain. We apply AOP in applications developed using the SystemC library. Several examples will be presented illustrating how to combine AOP and SystemC. During the presentation of these examples, the benefits of this new approach will also be discussed
Resumo:
Nowadays, there are many aspect-oriented middleware implementations that take advantage of the modularity provided by the aspect oriented paradigm. Although the works always present an assessment of the middleware according to some quality attribute, there is not a specific set of metrics to assess them in a comprehensive way, following various quality attributes. This work aims to propose a suite of metrics for the assessment of aspect-oriented middleware systems at different development stages: design, refactoring, implementation and runtime. The work presents the metrics and how they are applied at each development stage. The suite is composed of metrics associated to static properties (modularity, maintainability, reusability, exibility, complexity, stability, and size) and dynamic properties (performance and memory consumption). Such metrics are based on existing assessment approaches of object-oriented and aspect-oriented systems. The proposed metrics are used in the context of OiL (Orb in Lua), a middleware based on CORBA and implemented in Lua, and AO-OiL, the refactoring of OIL that follows a reference architecture for aspect-oriented middleware systems. The case study performed in OiL and AO-OiL is a system for monitoring of oil wells. This work also presents the CoMeTA-Lua tool to automate the collection of coupling and size metrics in Lua source code
Resumo:
This dissertation presents the results of research developed in the Nísia Floresta-Papeba-Guaraíras Lagoon Complex, located on the south coast of the Rio Grande do Norte State. The main objectives of this dissertation were the stratrigraphic characterization, in detail scale, of the and the coastal dynamics study of the lagoonal deposits sedimentation, as well as the morpho-dynamic analysis of the area. Therefore, an interdisciplinary methodology was adopted, in which all sedimentological, morpho-tectonic and geomorphological data were integrated. Vibracore up to 4m in length were carried out in the lagoons. The referred lagoon complex made of a system of three lagoons that interact through two artificial channels, named Boqueirão and Surubajá. The Guaraíras lagoon, the largest one in the system, corresponds to the estuary zone of the Trairi and Jacu rivers. The sedimentary load brought by these rivers is strongly reworked by tide currents, forming an important net-work of channels and sandy bars inside this lagoon and close to its channel connection with the sea. The stratigraphic units of the area are Cenozoic in age, and are represented by sedimentary rocks of the Barreiras Formation (sandstones, mudstones and conglomerates) and by rocks beach, as well as by siliciclastics sediments related with the fluvial dynamics of tide plain (clay and sandy bars), and coast (sand dunes and beaches). Among the recognized geomorphologic aspects, there are the elements associated with continental enviroments (drainage basins of the Trairi, Baldum and Jacu rivers, coastal tableland supported by the Barreiras Formation), and transitional environments (lagoon complex, dune fields, cliffs, tidal channels and beach rocks lines). The morphotectonic analysis indicates that fauts affect Barreiras Formation sedimentary rocks, with two sets of main lineaments: SW-NE and SE-NW. The anomalies in the drainage net are directly associated with these fault/fracture system, which control and subdivede the low courses of the Trairi and Jacu rivers, at least a tail of their flowing principal courses. The Nísia Floresta, Papeba and Guaraíras lagoons present strong morphological control according to the lineament directions. Taking into account the lagoonal deposits, the sedimentological analyses reflect a sediment distribution related to the interaction of the fluvial and sea processes that act in the study area. The correlated deposits show textural mainly microclastic characteristics of shallow waters, and of currents of low to moderate energy.In general, the Nísia Floresta-Papeba-Guaraíras lagoon Complex, constitutes a very intrinsec group, that undewent important changes in historical times that are reflected in the currents clays. Inaddition to the natural processes that act in this system, we should take into account the antrohopic intervention, which have increased in the past years
Resumo:
A morpho-structural analysis was performed in the uplifted siliciclastic deposits of the Serra do Martins Formation along the Portalegre, Martins and Santana plateaux, in the southeastern and central regions of Rio Grande do Norte State. Due to the lack of biostratigraphic records, this formation has a disputable age.The adopted approach was based on the analysis of the drainage patterns and in the recognition of topographic surfaces and regional structures, subjected to neotectonic deformation and rejuvenation the present stress field. These events are recorded in the lineament arrays and as anomalous features of the landscape, such as the uplifted plateaux.The morpho-sculptural evolution of the studied blocks is expressed as erosive and accumulative processes. The former ones include erosional scarpments, cuestas and amphitheaters as the most characteristic features, while debris slopes represent acumulative examples. Such elements attest to the recent disequilibrium of the plateaux, and the absence of well developed alluvium terraces suggest an accelerated uplift process. The directions of the linear features observed in remote sensing products evidence the control of the basement structural trends, inherited from the pre-Cenozoic evolution. The NNE-SSW direction controls the main erosional features of the plateaux, while the N-S direction is a major drainage control, being also recognized in the Potiguar Basin. An E-W trend occurs as a less developed direction, reflecting either a system of mesozoic basic dykes or precambrian brittle structures. As regards to the drainage arrays, an arborescent, varying to a roughly N-S rectangular pattern, was identified in the Portalegre-Martins block. The Santana plateau displays rectilinear (northern border) and dendritic arborescent (southern border) patterns. In the sedimentary cover, the drainage pattern varies from rectangular to angular, reflecting inheritance from the crystaline basement. The most significative directions, N, NE and NW, mark the erosional fronts of the plateaux. Drainage anomalies, characterized by elbows or paralell confluencies, reinforce the arguments mentioned above. The data sets evidence the relationships between endogenous (lithology, structures) and exogenous features as the main controls of terrain dissecation, associated to vertical (epirogenesis) movements and horizontal tectonics. A final discussion addresses the relationships of the Serra do Martins Formation with the sedimentary record of Potiguar Basin, trying to establish chronostratigraphic links with the main evolutionary steps of this part of the Borborema Province, and possible mechanisms involved in the uplift of the plateaux and other stratigraphic units in the region
Resumo:
This is study about the Project Vazantes, as a case of stay policy on access to land upstream of the weir humid New World, in Caicó-RN. It includes social and economic aspects of vazanteiros, that in their experiences with the land, recreate structures, forms and functions. Theoretically, the work is based on the ideas miltonianas (1986, 1988, 1996, 1997) on the production and reproduction of space, as seen this system of actions that is articulated to the public policies and the achievements solidarity, to the extent that production, in vazantes there is virtually no technology investment, technical assistance and rural credit. Regarding the search procedures, we conducted interviews and questionnaires with vazanteiros applied but did photographic records and research into documentary sources Agricultural Research Company's Rio Grande do Norte S / A (EMPARN), the Union of Rural Workers of Caicó (STRC ), In newspapers and magazines, as well as other sources of information related to the object of study.Such procedures, coupled with theoretical and methodological benchmarks, helped in the understanding of the relationship that takes place in the New World Farm, in order that space produced by actors (EMPARN and vazanteiros) comprises a structure of power that involves multiple interests in extent that land and labor are appropriate mechanisms as dialetizantes
Resumo:
O presente trabalho teve como finalidade obter dados morfológicos de frutos de tomateiro, Lycopersicon esculentum Mill. `Ângela Gigante', submetidos à ação de reguladores vegetais, em dois ensaios que ocorreram em épocas distintas, em casa de vegetação. As mudas foram selecionadas e transplantadas para vasos com capacidade de 12 L de terra, contendo uma mistura de solo argiloso, areia, matéria orgânica e uma adubação mineral complementar de N, P, K. No segundo ensaio, após o transplante das mudas, além da adubação mineral complementar de N, P, K, efetuaram-se adubações adicionais (fertirrigação). em ambos os ensaios, quando as plantas atingiram quatro folhas definitivas, realizaram-se as pulverizações com giberelina, GA3 50 mg/L; ácido naftalenacético, NAA 100 mg/L; cloreto (2-cloroetil) trimetilamônio, CCC 1.500 mg/L e ácido succínico -2,2 dimetil-hidrazida, SADH 3.000 mg/L. em relação aos estudos anatômicos, observou-se que os tratamentos com retardadores vegetais (CCC e SADH) produziram frutos firmes, com formato tipo barril e ombros salientes; entretanto, em seção transversal, notou-se perda de viscosidade e atrofia de sementes, principalmente nos frutos de plantas tratadas com SADH. Os tratamentos com NAA e GA3 causaram eventual formação de frutos geminados. O tratamento com GA3 apresentou o parênquima do pericarpo com grãos de amido em processo de fragmentação, provavelmente em virtude de o GA3 acelerar a atividade da amilase, afetando o processo de maturação dos frutos e transformando o amido em açúcares. Notaram-se no mesocarpo células com grande quantidade de cristais de oxalato de cálcio sob a forma de areia cristalina. do tratamento com CCC resultaram frutos suculentos com células da placenta degeneradas, deixando livre grande quantidade de mucilagem. O pericarpo apresentou grande quantidade de grãos de amido composto em toda a extensão, provavelmente por haver um atraso no processo de maturação dos frutos.
Resumo:
Pós-graduação em Ciências Sociais - FFC
Resumo:
Pós-graduação em Ciências Sociais - FFC
Resumo:
Pós-graduação em Direito - FCHS
Resumo:
Pós-graduação em Geociências e Meio Ambiente - IGCE