Academic literature on the topic 'Ifmu language'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Ifmu language.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Journal articles on the topic "Ifmu language"

1

Wakil, Karzan, and Dayang N. A. Jawawi. "Extensibility Interaction Flow Modeling Language Metamodels to Develop New Web Application Concerns." Kurdistan Journal of Applied Research 2, no. 3 (August 27, 2017): 172–77. http://dx.doi.org/10.24017/science.2017.3.23.

Full text
Abstract:
Web engineering is a systematic approach to develop web applications, and numerous web engineering methods have been proposed. These methods were extended through defining new models by using different mechanisms to capture the web application concepts. Due to the complexity rising of web applications, the web engineering methods cannot provide web solutions anymore. Even though Interaction Flow Modeling Language (IFML) is recently proposed as a new method for developing web applications, it has limitations. Therefore these methods need to be improved. In this paper, we present the ability of IFML extensibility to support new concerns from web applications. Moreover, we extend IFML through UML mechanisms to support new concerns from the context to the user interface. The new IFML solves the lack of context web application through defining a new model and becomes a new direction to develop concerns modern web applications.
APA, Harvard, Vancouver, ISO, and other styles
2

Gotti, Sara, and Samir Mbarki. "IFVM Bridge: A Model Driven IFML Execution." International Journal of Online and Biomedical Engineering (iJOE) 15, no. 04 (February 27, 2019): 111. http://dx.doi.org/10.3991/ijoe.v15i04.9707.

Full text
Abstract:
Graphical user interfaces (GUIs) present a powerful part of software systems that allows a simplified assimilation and manipulation by users throw visual objects such as text, image and button. however, with the increasing complexity of GUIs and the diversity of their interaction mode required by users to access information anywhere and anytime, the need for designing efficient and more adaptive user interfaces has become a necessity. Therefore, UIs researchers have attempted to address these issues by designing user interfaces at a high level of abstraction to separate GUI’s specification from its implementation. Besides, the OMG (Object Management Group) adopted the Interaction Flow Modeling Language (IFML) as a standard in March 2013 for this purpose. In this paper, we present a new model driven development approach to efficiently execute the abstract representation of software’s front-end with focus on navigation between the views. We introduce a IFML virtual machine IFVM which executes user interfaces by passing from IFML models to be translated into an intermediate bytecode representation proposed as the instruction set of IFVM virtual machine.
APA, Harvard, Vancouver, ISO, and other styles
3

Suryanto, Steven Putera, Timothy John Pattiasina, and Anggya Soetarmono. "Perancangan dan Pengembangan Toko Online dengan Metode Interaction Flow Modeling Language (Studi Kasus Toko Winata)." Teknika 6, no. 1 (November 30, 2017): 7–18. http://dx.doi.org/10.34148/teknika.v6i1.60.

Full text
Abstract:
Penjualan produk dan interaksi dengan konsumen adalah proses yang sering dilakukan di usaha/toko yang bergerak di bidang penjualan. Proses penjualan biasanya dilakukan secara langsung dan bertatap muka dengan konsumen. Persoalan penjualan secara langsung berkaitan dengan ruang lingkup dan waktu yang terbatas. Pada penelitian ini penulis merancang dan mengembangkan toko online dengan studi kasus Toko Winata dan menggunakan metode Interaction Flow Modeling Language (IFML). Fungsi dari metode IFML adalah membantu mempermudah komunikasi desain interaksi dengan pemangku kepentingan non-teknis. Fokus penelitian ini adalah pada tampilan antar muka yang menarik, kemudahan penggunaan, serta penyampaian informasi produk kepada konsumen dengan memanfaatkan website sebagai salah satu layanan secara online. Penelitian ini akan membahas mengenai penjualan produk dan interaksi dengan konsumen secara online. Dengan adanya toko online ini diharapkan dapat memberikan peningkatan pendapatan pada Toko Winata dan keuntungan berupa ruang lingkup yang lebih luas dan waktu yang banyak sehingga dapat menjawab persoalan penjualan secara langsung.
APA, Harvard, Vancouver, ISO, and other styles
4

Rodriguez-Echeverria, Roberto, Juan C. Preciado, Álvaro Rubio-Largo, José M. Conejero, and Álvaro E. Prieto. "A Pattern-Based Development Approach for Interaction Flow Modeling Language." Scientific Programming 2019 (April 14, 2019): 1–15. http://dx.doi.org/10.1155/2019/7904353.

Full text
Abstract:
Development and deployment technologies for data-intensive web applications have considerably evolved in the last years. Domain-specific frameworks or model-driven web engineering approaches are examples of these technologies. They have made possible to face implicit problems of these systems such as quick evolving business rules or severe time-to-market requirements. Both approaches propose the automation of redundant development tasks as the key factor for their success. The implementation of CRUD operations is a clear example of repetitive and recurrent task that may be automated. However, although web application frameworks have provided mechanisms to automate the implementation of CRUD operations, model-driven web engineering approaches have generally ignored them, so automation has not been properly faced yet. This paper presents a pattern-based development approach for the Interaction Flow Modeling Language as a way to finally automate repetitive specification tasks. Our approach is illustrated by defining and applying IFML patterns for CRUD operations. Additionally, a supporting tool, which enables automation, is shown. The suitability of our approach and the utility of its tool have been evaluated by its application into several real projects developed by a software company specialized in model-driven web application development. The results obtained present evidence of a significant productivity improvement obtained by the automation of the IFML specification of CRUD operations.
APA, Harvard, Vancouver, ISO, and other styles
5

Yigitbas, Enes, Ivan Jovanovikj, Kai Biermeier, Stefan Sauer, and Gregor Engels. "Integrated model-driven development of self-adaptive user interfaces." Software and Systems Modeling 19, no. 5 (January 27, 2020): 1057–81. http://dx.doi.org/10.1007/s10270-020-00777-7.

Full text
Abstract:
Abstract Modern user interfaces (UIs) are increasingly expected to be plastic, in the sense that they retain a constant level of usability, even when subjected to context changes at runtime. Self-adaptive user interfaces (SAUIs) have been promoted as a solution for context variability due to their ability to automatically adapt to the context-of-use at runtime. The development of SAUIs is a challenging and complex task as additional aspects like context management and UI adaptation have to be covered. In classical model-driven UI development approaches, these aspects are not fully integrated and hence introduce additional complexity as they represent crosscutting concerns. In this paper, we present an integrated model-driven development approach where a classical model-driven development of UIs is coupled with a model-driven development of context-of-use and UI adaptation rules. We base our approach on the core UI modeling language IFML and introduce new modeling languages for context-of-use (ContextML) and UI adaptation rules (AdaptML). The generated UI code, based on the IFML model, is coupled with the context and adaptation services, generated from the ContextML and AdaptML model, respectively. The integration of the generated artifacts, namely UI code, context, and adaptation services in an overall rule-based execution environment, enables runtime UI adaptation. The benefit of our approach is demonstrated by two case studies, showing the development of SAUIs for different application scenarios and a usability study which has been conducted to analyze end-user satisfaction of SAUIs.
APA, Harvard, Vancouver, ISO, and other styles
6

Bentwich, Miriam Ethel, Ya'arit Bokek-Cohen, and Nomy Dickman. "How figurative language may be related to formal care-givers’ person-centred approach toward their patients with dementia." Ageing and Society 39, no. 12 (July 17, 2018): 2653–70. http://dx.doi.org/10.1017/s0144686x18000685.

Full text
Abstract:
AbstractPerson-centred care that respects a patient's personhood is the gold standard in dementia care, which is often difficult to achieve given the complexity of caring for people with dementia. This article delves into the narration style of formal care-givers from a variety of ethno-cultural backgrounds in search of linguistic cues that may be related to their emphasis on a person-centred approach to care. A qualitative study, using a discourse analysis of semi-structured interviews with 20 formal care-givers in an institutional setting, was employed. The care-givers fell into three groups: Arabs, immigrants from the former Soviet Union (IFSU) and Jews born in Israel (JBI). Our results show 20 figurative language expressions (FLEs) in the narratives of the JBI care-givers and 11 among the IFSU care-givers. In contrast, the Arab care-givers conveyed 48 FLEs. Many of the Arab care-givers’ FLEs were not associated with the ‘regular’ domains articulated by other care-givers (family, children, militaristic language) and were primarily individual-focused, emphasising the personhood of the patient. These findings, together with relevant theoretical literature, suggest that the extensive use of figurative language by Arab care-givers may be a possible tool assisting these care-givers to employ a person-centred approach, manifested in their stress on the personhood of the patient. Such tools may be useful for better achieving person-centred care for these patients.
APA, Harvard, Vancouver, ISO, and other styles
7

Abts, Natalie, Angelica Hernandez, Stanley Caplan, A. Zachary Hettinger, Ethan Larsen, and Vicki R. Lewis. "When human factors and design unite: using visual language and usability testing to improve instructions for a home-use medication infusion pump." Proceedings of the International Symposium on Human Factors and Ergonomics in Health Care 3, no. 1 (June 2014): 254–60. http://dx.doi.org/10.1177/2327857914031041.

Full text
Abstract:
Use of medical devices in the home that had previously been used in a healthcare facility is increasing as more care is being transferred to the home environment. To accommodate these changes, instructions for use (IFU) for these devices must be clear and understandable for patients and caregivers to be able to operate them safety. IFUs that use illustrations and graphics rather than text to convey information may make user guides more accessible. This project consisted of two phases to determine the appropriate design of a visual user guide (VUG). During the first phase, a heuristic evaluation of the manufacturer’s IFU for an infusion pump was conducted. In the second phase, the heuristic evaluation results were used to inform the development of a VUG. Two rounds of iterative user testing were then conducted with a sample of target end users, with each round resulting in updates to the VUG. Findings demonstrated both major deficiencies in the usability of the manufacturer’s IFU, and improvements in helpfulness ratings and subjective participant feedback as the VUG was updated based on testing recommendations. The study demonstrates the value of visual guides for patients using medical devices and the use of discount usability techniques to identify major design issues.
APA, Harvard, Vancouver, ISO, and other styles
8

LYCHUK, Svіtlana. "Conceptual concepts of foreign language culture in the integrated system of studying foreign students in IFNMU." Humanities science current issues 3, no. 35 (2021): 304–9. http://dx.doi.org/10.24919/2308-4863/35-3-46.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Bernaschina, Carlo, Sara Comai, and Piero Fraternali. "Formal semantics of OMG’s Interaction Flow Modeling Language (IFML) for mobile and rich-client application model driven development." Journal of Systems and Software 137 (March 2018): 239–60. http://dx.doi.org/10.1016/j.jss.2017.11.067.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Yousaf, Nazish, Farooque Azam, Wasi Haider Butt, Muhammad Waseem Anwar, and Muhammad Rashid. "Automated Model-Based Test Case Generation for Web User Interfaces (WUI) From Interaction Flow Modeling Language (IFML) Models." IEEE Access 7 (2019): 67331–54. http://dx.doi.org/10.1109/access.2019.2917674.

Full text
APA, Harvard, Vancouver, ISO, and other styles
More sources

Dissertations / Theses on the topic "Ifmu language"

1

Souza, Vilton Soares de. "Ciência com Fronteiras: o francês para fins de mobilidade acadêmica internacional no Instituto Federal do Maranhão." Pontifícia Universidade Católica de São Paulo, 2019. https://tede2.pucsp.br/handle/handle/22007.

Full text
Abstract:
Submitted by Filipe dos Santos (fsantos@pucsp.br) on 2019-03-19T12:31:57Z No. of bitstreams: 1 Vilton Soares de Souza.pdf: 4825519 bytes, checksum: 8c4c9f15cd1e533346a7c350c8ab1678 (MD5)
Made available in DSpace on 2019-03-19T12:31:57Z (GMT). No. of bitstreams: 1 Vilton Soares de Souza.pdf: 4825519 bytes, checksum: 8c4c9f15cd1e533346a7c350c8ab1678 (MD5) Previous issue date: 2019-02-21
Coordenação de Aperfeiçoamento de Pessoal de Nível Superior - CAPES
This thesis aims to show that it is possible to better prepare the students from IFMA for academic mobility in France, considering the linguistic-enunciative-discursive needs of students who have already experienced the exchange through the Science without Borders program (Ciências Sem Fronteiras) and as a consequence to reflect future offers of French courses for international academic mobility in IFMA. The general objective, therefore, is to present didactic reflections on French teaching and learning for international academic mobility, from a dialogic perspective, based on the experience of IFMA students at French universities. In order to achieve our general objective, the following research question needs to be answered: how can a teaching-learning proposal of French, in the dialogic perspective, respond to the needs of the IFMA exchange students at the French university? To reach this answer, one needs to know: (a) From the point of view of the Brazilian exchange students, what are the main linguistic-enunciative-discursive needs experienced in French universities? and (b) How does a didactic practice focusing on the language as an interaction contribute to the Brazilian programs of international academic mobility? This thesis dialogues with the theoretical and methodological perspective of Bakhtin and the Circle, known as a dialogical perspective, and on the prototypical didactic procedure of French for Academic Purposes (FOU). The context covered is that of professional education in Brazil, based on the Federal Institute of Maranhão – IFMA and the linguistic-enunciative-discursive needs felt by the students in French universities, which must emerge from the analysis of the speeches of the IFMA exchangers by the Science Without Borders program in France. The participants are the professor/researcher and the six students, who experienced the exchange experience in France. The selected corpus covers the period from 2011 to 2017. We applied a questionnaire to the students using the SurveyMonkey platform. The questionnaire along with its answers formed the starting point of the corpus. In addition to the questionnaire, the corpus is composed of an interview (questions and answers) with the purpose of clarifying and/or amplifying the answers of the questionnaire. The results point out obstacles in the integration of the Brazilian students in the French university in three inseparable levels: Linguistic, Enunciative and Discursive. Therefore, the needs are linked to the non-sharing of the French language-culture in use and the non-active understanding of the statements; which leads to the emergence of problems in the construction of knowledge. In order to address this issue, it is necessary to construct didactic practices that enable Brazilian students to become agents of language, intercultural agents, and thus allow them to learn to learn in another way. In the end, the student must be able to exist/act in the academic sphere as a result of an active understanding of the French language
Nesta tese, considera-se possível preparar melhor os estudantes do IFMA para a mobilidade acadêmica na França, levando em consideração as necessidades linguístico-enunciativo-discursivas emersas dos estudantes que já vivenciaram o intercâmbio pelo programa Ciência sem Fronteiras, e, como consequência, refletir didaticamente sobre futuras ofertas de cursos de francês para fins de mobilidade acadêmica internacional no IFMA. O objetivo geral, portanto, é apresentar reflexões didáticas sobre o ensino-aprendizagem do francês para a mobilidade acadêmica internacional, na perspectiva dialógica, com base na experiência de estudantes do IFMA em universidades francesas. O objetivo geral, para ser alcançado, implica a seguinte pergunta de pesquisa: como uma proposta de ensino-aprendizagem de francês, na perspectiva dialógica, pode responder às necessidades dos intercambistas do IFMA na universidade francesa? Para construir essa resposta, precisa-se saber: (a) Do ponto de vista dos intercambistas brasileiros, quais são as principais necessidades linguístico-enunciativo-discursivas vividas na esfera universitária francesa? e (b) De que forma uma prática didática com foco na língua como interação pode contribuir com os programas brasileiros de mobilidade acadêmica internacional? O recorte teórico está fundamentado na perspectiva teórico-metodológica de Bakhtin e o Círculo, conhecida como perspectiva dialógica e no procedimento didático prototípico do Francês com Objetivo Universitário – FOU. O contexto abordado é o do ensino profissional no Brasil, com base no Instituto Federal do Maranhão – IFMA, e das necessidades linguístico-enunciativo-discursivas sentidas pelos estudantes na esfera universitária francesa, que devem emergir da análise dos discursos dos intercambistas do IFMA pelo Programa Ciência sem Fronteiras na França. Os participantes são o professor-pesquisador e os seis estudantes, que vivenciaram a experiência de intercâmbio na França. O corpus selecionado envolve o período de 2011 a 2017. Foi aplicado inicialmente um questionário aos seis estudantes via plataforma digital SurveyMonkey, ponto de partida do estabelecimento do corpus, assim como as respostas dele derivadas. Além do questionário, o corpus é composto por uma entrevista (perguntas e respostas) com o objetivo de esclarecer e/ou ampliar as respostas do questionário. Os resultados apontam óbices na integração dos estudantes brasileiros na universidade francesa em três planos, inseparáveis, linguístico-enunciativo-discursivo. Portanto, as necessidades ligam-se ao não compartilhamento da língua-cultura francesa em uso e à compreensão não ativa dos enunciados; o que faz emergir fronteiras para a construção do conhecimento. Em resposta, é necessário construir práticas didáticas que possibilitem aos estudantes brasileiros tornarem-se agentes de linguagem, agentes interculturais e, assim, permitir que eles aprendam a aprender de outra forma. Ao final, o aluno deve poder existir-agir na esfera acadêmica com e graças à língua francesa
APA, Harvard, Vancouver, ISO, and other styles

Books on the topic "Ifmu language"

1

Johnsen, Einar Broch. Integrated Formal Methods: 10th International Conference, IFM 2013, Turku, Finland, June 10-14, 2013. Proceedings. Berlin, Heidelberg: Springer Berlin Heidelberg, 2013.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
2

Stefania, Gnesi, Latella Diego, Treharne Helen, and SpringerLink (Online service), eds. Integrated Formal Methods: 9th International Conference, IFM 2012, Pisa, Italy, June 18-21, 2012. Proceedings. Berlin, Heidelberg: Springer Berlin Heidelberg, 2012.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
3

Interaction Flow Modeling Language: Model-Driven UI Engineering of Web and Mobile Apps with IFML. Elsevier Science & Technology Books, 2014.

Find full text
APA, Harvard, Vancouver, ISO, and other styles

Book chapters on the topic "Ifmu language"

1

Fatima, Iffat, Muhammad Waseem Anwar, Farooque Azam, Bilal Maqbool, and Hanny Tufail. "Extending Interaction Flow Modeling Language (IFML) for Android User Interface Components." In Communications in Computer and Information Science, 76–89. Cham: Springer International Publishing, 2019. http://dx.doi.org/10.1007/978-3-030-30275-7_7.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Wakil, Karzan, Dayang N. A. Jawawi, and Naziha Laaz. "Role of Interaction Flow Modeling Language (IFML) in the Development of Ubiquitous Web Applications (UWAs)." In Advances in Intelligent Systems and Computing, 390–401. Cham: Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-36674-2_40.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Brambilla, Marco, Andrea Mauri, and Eric Umuhoza. "Extending the Interaction Flow Modeling Language (IFML) for Model Driven Development of Mobile Applications Front End." In Mobile Web Information Systems, 176–91. Cham: Springer International Publishing, 2014. http://dx.doi.org/10.1007/978-3-319-10359-4_15.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Riaz, Muhammad Talha, Farooque Azam, Nazish Yousaf, Muhammad Waseem Anwar, and Adil Aziz. "An Approach of Usability Testing for Web User Interface Through Interaction Flow Modeling Language (IFML) Models." In Advances in Internet, Data and Web Technologies, 552–63. Cham: Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-39746-3_56.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Brambilla, Marco, and Piero Fraternali. "IFML extensions." In Interaction Flow Modeling Language, 137–66. Elsevier, 2015. http://dx.doi.org/10.1016/b978-0-12-800108-0.00007-2.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Brambilla, Marco, and Piero Fraternali. "IFML by examples." In Interaction Flow Modeling Language, 233–77. Elsevier, 2015. http://dx.doi.org/10.1016/b978-0-12-800108-0.00009-6.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

"IFML notation summary." In Interaction Flow Modeling Language, 381–87. Elsevier, 2015. http://dx.doi.org/10.1016/b978-0-12-800108-0.15001-5.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Brambilla, Marco, and Piero Fraternali. "IFML in a Nutshell." In Interaction Flow Modeling Language, 9–24. Elsevier, 2015. http://dx.doi.org/10.1016/b978-0-12-800108-0.00002-3.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

"List of IFML design patterns." In Interaction Flow Modeling Language, 389–94. Elsevier, 2015. http://dx.doi.org/10.1016/b978-0-12-800108-0.15002-7.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Brambilla, Marco, and Piero Fraternali. "Implementation of applications specified with IFML." In Interaction Flow Modeling Language, 279–334. Elsevier, 2015. http://dx.doi.org/10.1016/b978-0-12-800108-0.00010-2.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Conference papers on the topic "Ifmu language"

1

Hamdani, Maryum, Wasi Haider Butt, Muhammad Waseem Anwar, and Farooque Azam. "A Systematic Literature Review on Interaction Flow Modeling Language (IFML)." In the 2018 2nd International Conference. New York, New York, USA: ACM Press, 2018. http://dx.doi.org/10.1145/3180374.3181333.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Huang, An, Minxue Pan, Tian Zhang, and Xuandong Li. "Static extraction of IFML models for Android apps." In MODELS '18: ACM/IEEE 21th International Conference on Model Driven Engineering Languages and Systems. New York, NY, USA: ACM, 2018. http://dx.doi.org/10.1145/3270112.3278185.

Full text
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography