14 resultados para object oriented regular expressions

em Universidade Federal do Rio Grande do Norte(UFRN)


Relevância:

100.00% 100.00%

Publicador:

Resumo:

MAIDL, André Murbach; CARVILHE, Claudio; MUSICANTE, Martin A. Maude Object-Oriented Action Tool. Electronic Notes in Theoretical Computer Science. [S.l:s.n], 2008.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

MAIDL, André Murbach; CARVILHE, Claudio; MUSICANTE, Martin A. Maude Object-Oriented Action Tool. Electronic Notes in Theoretical Computer Science. [S.l:s.n], 2008.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

VALENTIM, R. A. M. ; SOUZA NETO, Plácido Antônio de. O impacto da utilização de design patterns nas métricas e estimativas de projetos de software: a utilização de padrões tem alguma influência nas estimativas?. Revista da FARN, Natal, v. 4, p. 63-74, 2006

Relevância:

100.00% 100.00%

Publicador:

Resumo:

In the two last decades of the past century, following the consolidation of the Internet as the world-wide computer network, applications generating more robust data flows started to appear. The increasing use of videoconferencing stimulated the creation of a new form of point-to-multipoint transmission called IP Multicast. All companies working in the area of software and the hardware development for network videoconferencing have adjusted their products as well as developed new solutionsfor the use of multicast. However the configuration of such different solutions is not easy done, moreover when changes in the operational system are also requirede. Besides, the existing free tools have limited functions, and the current comercial solutions are heavily dependent on specific platforms. Along with the maturity of IP Multicast technology and with its inclusion in all the current operational systems, the object-oriented programming languages had developed classes able to handle multicast traflic. So, with the help of Java APIs for network, data bases and hipertext, it became possible to the develop an Integrated Environment able to handle multicast traffic, which is the major objective of this work. This document describes the implementation of the above mentioned environment, which provides many functions to use and manage multicast traffic, functions which existed only in a limited way and just in few tools, normally the comercial ones. This environment is useful to different kinds of users, so that it can be used by common users, who want to join multimedia Internet sessions, as well as more advenced users such engineers and network administrators who may need to monitor and handle multicast traffic

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The World Wide Web has been consolidated over the last years as a standard platform to provide software systems in the Internet. Nowadays, a great variety of user applications are available on the Web, varying from corporate applications to the banking domain, or from electronic commerce to the governmental domain. Given the quantity of information available and the quantity of users dealing with their services, many Web systems have sought to present recommendations of use as part of their functionalities, in order to let the users to have a better usage of the services available, based on their profile, history navigation and system use. In this context, this dissertation proposes the development of an agent-based framework that offers recommendations for users of Web systems. It involves the conception, design and implementation of an object-oriented framework. The framework agents can be plugged or unplugged in a non-invasive way in existing Web applications using aspect-oriented techniques. The framework is evaluated through its instantiation to three different Web systems

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Aspect-Oriented Software Development (AOSD) is a technique that complements the Object- Oriented Software Development (OOSD) modularizing several concepts that OOSD approaches do not modularize appropriately. However, the current state-of-the art on AOSD suffers with software evolution, mainly because aspect definition can stop to work correctly when base elements evolve. A promising approach to deal with that problem is the definition of model-based pointcuts, where pointcuts are defined based on a conceptual model. That strategy makes pointcut less prone to software evolution than model-base elements. Based on that strategy, this work defines a conceptual model at high abstraction level where we can specify software patterns and architectures that through Model Driven Development techniques they can be instantiated and composed in architecture description language that allows aspect modeling at architecture level. Our MDD approach allows propagate concepts in architecture level to another abstraction levels (design level, for example) through MDA transformation rules. Also, this work shows a plug-in implemented to Eclipse platform called AOADLwithCM. That plug-in was created to support our development process. The AOADLwithCM plug-in was used to describe a case study based on MobileMedia System. MobileMedia case study shows step-by-step how the Conceptual Model approach could minimize Pointcut Fragile Problems, due to software evolution. MobileMedia case study was used as input to analyses evolutions on software according to software metrics proposed by KHATCHADOURIAN, GREENWOOD and RASHID. Also, we analyze how evolution in base model could affect maintenance on aspectual model with and without Conceptual Model approaches

Relevância:

100.00% 100.00%

Publicador:

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

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The way to deal with information assets means nowadays the main factor not only for the success but also for keeping the companies in the global world. The number of information security incidents has grown for the last years. The establishment of information security policies that search to keep the security requirements of assets in the desired degrees is the major priority for the companies. This dissertation suggests a unified process for elaboration, maintenance and development of information security policies, the Processo Unificado para Políticas de Segurança da Informação - PUPSI. The elaboration of this proposal started with the construction of a structure of knowledge based on documents and official rules, published in the last two decades, about security policies and information security. It's a model based on the examined documents which defines the needed security policies to be established in the organization, its work flow and identifies the sequence of hierarchy among them. It's also made a model of the entities participating in the process. Being the problem treated by the model so complex, which involves all security policies that the company must have. PUPSI has an interative and developing approach. This approach was obtained from the instantiation of the RUP - Rational Unified Process model. RUP is a platform for software development object oriented, of Rational Software (IBM group). Which uses the best practice known by the market. PUPSI got from RUP a structure of process that offers functionality, diffusion capacity and comprehension, performance and agility for the process adjustment, offering yet capacity of adjustment to technological and structural charges of the market and the company

Relevância:

100.00% 100.00%

Publicador:

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

Relevância:

100.00% 100.00%

Publicador:

Resumo:

VALENTIM, R. A. M. ; SOUZA NETO, Plácido Antônio de. O impacto da utilização de design patterns nas métricas e estimativas de projetos de software: a utilização de padrões tem alguma influência nas estimativas?. Revista da FARN, Natal, v. 4, p. 63-74, 2006

Relevância:

30.00% 30.00%

Publicador:

Resumo:

This thesis is the result of an investigation about the transversality of the environmental issues into the daily curriculum of High Schools (from first to eighth grade). The research field was the county of Santo Antonio de Jesus in the state of Bahia, Brazil. The investigation is related with the challenge that the present model of social development and organization has put to the school institution: to bring the regular discussion about Environmental Education (EE) to the school s daily life. Facing the complexity of the socio-environmental issues and the basic functions of Education, the object of study was restricted to the identification of the challenges and paradoxes of the EE inside the curriculum organization of Politic-Pedagogic Project of the schools and the teachers daily practices. About the methodology, we adopted different references for the qualitative research: sociology, history, economy, and education. As for the investigative procedures about the teacher s practices, we related the school s daily practices to the context of the community. We also adopted several investigative procedures, such as questionnaires, interviews, observations and formative intervention. The theoretical basis was organized based on references to curriculum organization, environmental culture, teacher education and also considering the pillars of a capitalistic system that is based on consumerism and that generates social exclusion. At the initial considerations, we contextualized the contemporary environmental issues in an attempt to interpret the conditions of the EE transversality into the school s daily practices, which are still oriented to the traditional Cartesian Education. Based on the collected data, we found the reasons for the teachers dilemma and reluctances to the insertion of the environmental issues into the organization of the work plan and into the management of a school. Nevertheless, the results also signed promising possibilities to the EE tranversality, in case the curriculum of the school could be more sensible towards the cultural and social-economical issues of a community. We especially questioned The National Curriculum Parameter s (PCN), which is considered highly insufficient to inform the teachers about the environmental issues, facing the actual local conditions of social and pedagogic work. The final considerations showed the role and the importance of this research as one strategy to organize the curriculum education into the perspective of the transversality of environmental issues inside the education of both teacher and student

Relevância:

30.00% 30.00%

Publicador:

Resumo:

This work makes a documental analise about the relationship between families of Down syndrome students and professionals of who teach them, in order to improve the process of developing teaching-learning, in an inclusive perspective. For this, we use a qualitative approach, because we believe that the object of research is not a passive and neutral knowledge, since it has meanings and relationships whose can be better interpreted and understood by the researcher in a real and active situation. For the development of this research, a bibliographical review was made about the subject, and a case studied in two regular education schools, both of them at the city of Natal/RN, one public and another one particular. We work on these educational institutions with professionals and parents of Down syndrome students. As an instrument of building information we used a semi-structured interview and to analise the results a qualitative method. Crossing the stages, we noticed: the pedagogical coordinators who made up both analyzed schools showed interest about doing an effective work with parents, regardless of Educational Policy Project of each school, predict or not the participation on educational undertaken process; On teachers discourses, reporting the relationship with the family, we realize that one of those teachers try to keep a good relationship with parents, permeated by learning exchanges, guidance and knowledge, in relation to another one, even existing an apparent openness to dialogue, when parents have any suggestions or criticism, that attitude is not always well coming. From the parents interviews, we can emphasize, first of all, that both of them recognize the benefits of inclusion, with regard to socialization - in general from the coexistence with pairs and the process of teaching and learning, as shown in a consistent way. Regarding school meetings with teachers, the studied parents agree about importance of such appointments and try to attend them, besides the other events organized by the school, beyond keeping individual touch with the teacher, when necessary. They are always present, looking for get envolved in everything that happens at school, in order to know better what is being done, listening and may suggest alternatives to improving the educational process. We perceive, from the study undertaken, that although the school inclusion is not an easy process to be built, is something that could be achieved. For this, is necessary that professionals of education and families recognize their functions in the educational process and act jointly on this direction

Relevância:

30.00% 30.00%

Publicador:

Resumo:

This work researches about the authorship marks in academic reviews of graduating students, besides the author discursive points of view. We detect the voices presented in the text, that is, the expressions of the discourse from the I and from the others, trying to explicitate the forms of the author review insertion. It is oriented by the conception that the author is the subject of his/her discourse, creating a position in relation to the discourse of the other(s) with which he/she maintains a dialogue. Our corpus is constituted of ten (10) academic reviews, produced by students from the Course of Letras, from Universidade do Estado do Rio Grande do Norte UERN, do Campus Avançado Prof.ª Maria Elisa de Albuquerque Maia CAMEAM. The data signalize to the perception that the subject constitutes author, when he/she gives voice to the other; showing his/her point of view; pointing to the discourse of the other; and/or getting far from the text. That way, it is observed that the genre academic review can be considered as text that reconfigures the original text, that is, as a text that comments, criticizes, confirms the text that is object of its analyses. The theoretical background that influences the research comes from the dialogical language conception, from discursive genres and from Volochinov/Bakhtin (1997, 2003) authorship. To the discussion and the analyses of the discursive genre academic review , it is mentioned the MOTTA-ROTH and MEURER (2002); POSSENTI (2001, 2002) conceptions.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The present study focuses on the development of pedagogical activities in Music Teaching, aiming to enhance the accessibility of musical knowledge for both deaf and hearing students, using a bilingual approach in regular schools. Few studies address Music and Deafness, and those that do focus exclusively on the context of special education, and specifically the deaf student, which signals the urgent need for conducting research on this issue in the context of inclusion – empirically and carried out on school grounds. Therefore, we developed our study at a Natal City Public Elementary school, in a class of 6th graders, comprised of 37 students, 3 of whom were deaf. The objective of the study was to develop a proposal for a pedagogical intervention in Music Teaching, using a bilingual approach, with deaf and hearing students, in the context of regular school classes. The research is based on the theoretical framework presented in Penna (2010), Brito (2001) and Fonterrada (2008), with reference to music education, and Haguiara-Cervellini (2003), Finck (2009) and Louro (2006), with reference to inclusion in teaching music. To achieve this objective, we developed a proposal for intervention based on the methodological dictates of intervention research, presented in studies by Jobim and Souza (2011) in light of the theoretical concepts posited by Mikhail Bakhtin, which assert that knowledge is produced through interaction between subjects, dialogically and through alterity. This methodology was carried out in pedagogical workshops, conceived as spaces for the construction of knowledge, mobilizing participants to engage in ludic activities of musical experimentation. Content covered in these workshops focused on Pulse and Rhythm – basic elements in music education – demonstrating that awareness about and sensitivity to these elements is not limited to the auditory sensory perception of the student, once the entire body is used as an agent of acquisition and expression. Thus, we began the trajectory of our research from the starting point of the identification and perception of „Pulse‟, using one‟s own body and the body of classmates, representing it through physical expressions and movement. Subsequently, this Pulse was extended from the body to a percussion instrument, and was then represented graphically as lines of rhythm, constituting a process of reading and writing; ultimately the intervention culminated in the class presentation with the musical group De Pau e Lata (Stick and Can). In our analysis, faced with the challenges and possibilities presented in our study, findings showed satisfactory results with regard to the participation of all of the students: completing the activities proposed in the class, asking questions when they did not understand, positioning themselves when they thought it necessary, expressing opinions about the work completed, evaluating the workshops given, interacting, helping in the activities, constructing knowledge collaterally, experimenting and experiencing musical elements through the body in activities that applied to both groups (deaf and hearing) in the one class. These indications elucidate the viability of teaching music to deaf and hearing students, using a bilingual approach, and based on experiences with the body and communicative and cultural specificities involved, confirming, as well, the role of Sign Language as a mediator in the teaching/learning process.