63,288 research outputs found

    Animator: an object-oriented approach

    Get PDF
    Object-oriented programming is presented as a paradigm for developing interactive systems for computer animation. Object types, evolved conceptually from graphics turtles, are implemented to provide the animator with familiar metaphors for the specification of motion in three-dimensional space. The intention is to create objects that can represent actors, cameras, and decor that the user can direct and animate in a relatively intuitive manner. Vector and turtle objects support the actors, which respond to messages to orient, accelerate and draw themselves on the screen. The MacApp object libraries are used to implement the standard Macintosh user interface and a unit is developed which implements vectors, actors and three-dimensional graphics turtles as obects. The object-oriented approach encourages a conceptual consistency in the external and internal interfaces and is intended to facilitate the development of extensible characters and tools through the cooperative efforts of animators and programmers

    Model-based engineering of animated interactive systems for the interactive television environment

    Get PDF
    Les interfaces graphiques Ă©taient la plupart du temps statiques, et reprĂ©sentaient une succession d'Ă©tats logiciels les uns aprĂšs les autres. Cependant, les transitions animĂ©es entre ces Ă©tats statiques font partie intĂ©grante des interfaces utilisateurs modernes, et leurs processus de design et d'implĂ©mentations constituent un dĂ©fi pour les designers et les dĂ©veloppeurs. Cette thĂšse propose un processus de conception de systĂšmes interactifs centrĂ© sur les animations, ainsi qu'une architecture pour la dĂ©finition et l'implĂ©mentation d'animations au sein des interfaces graphiques. L'architecture met en avant une approche Ă  deux niveaux pour dĂ©finir une vue haut niveau d'une animation (avec un intĂ©rĂȘt particulier pour les objets animĂ©s, leurs propriĂ©tĂ©s Ă  ĂȘtre animĂ© et la composition d'animations) ainsi qu'une vue bas niveau traitant des aspects dĂ©taillĂ©s des animations tels que les timings et les optimisations. Concernant les spĂ©cifications formelles de ces deux niveaux, nous utilisons une approche qui facilite les rĂ©seaux de Petri orientĂ©s objets pour la conception, l'implĂ©mentation et la validation d'interfaces utilisateurs animĂ©es en fournissant une description complĂšte et non-ambiguĂ« de l'ensemble de l'interface utilisateur, y compris les animations. Enfin, nous dĂ©crivons la mise en pratique du processus prĂ©sentĂ©, illustrĂ© par un cas d'Ă©tude d'un prototype haute-fidĂ©litĂ© d'une interface utilisateur, pour le domaine de la tĂ©lĂ©vision interactive. Ce processus conduira Ă  une spĂ©cification formelle et dĂ©taillĂ©e du systĂšme interactif, et incluera des animations utilisant des rĂ©seaux de Petri orientĂ©s objet (conçus avec l'outil PetShop CASE).Graphical User Interfaces used to be mostly static, representing one software state after the other. However, animated transitions between these static states are an integral part in modern user interfaces and processes for both their design and implementation remain a challenge for designers and developers. This thesis proposes a process for designing interactive systems focusing on animations, along with an architecture for the definition and implementation of animation in user interfaces. The architecture proposes a two levels approach for defining a high-level view of an animation (focusing on animated objects, their properties to be animated and on the composition of animations) and a low-level one dealing with detailed aspects of animations such as timing and optimization. For the formal specification of these two levels, we are using an approach facilitating object-oriented Petri nets to support the design, implementation and validation of animated user interfaces by providing a complete and unambiguous description of the entire user interface including animations. Finally, we describe the application of the presented process exemplified by a case study for a high-fidelity prototype of a user interface for the interactive Television domain. This process will lead to a detailed formal specification of the interactive system, including animations using object-oriented Petri nets (designed with the PetShop CASE tool)

    Design and Build a Website-Based Teacher Payroll Processing Information System at SMKTIK Yadika Cicalengka

    Get PDF
    The design of this teacher payroll processing information system was developed to make it easier to manage teacher salaries at SMKTIK Yadika Cicalengka so as to minimize duplication.for the system design using the OOAD (object Oriented Analysis and Design) while the model used is RUP (Rational Unified Process) where the development tools are UML (Unified Modeling Language) There is also an explanation of the information system design process. Website-based payroll processing that will be built, starting from the design of use case diagrams, activity diagrams, sequence diagrams, class diagrams, user interfaces, hardware design and in designing this hardware requires hardware configuration, hardware specifications, and software specification

    Engineering telecommunication services with SDL

    Get PDF
    If formal techniques are to be more widely accepted then they should evolve as current software engineering approaches evolve. Current techniques in the development of distributed systems use interface definition languages (IDLs) as a basis for the underlying communication and also as an abstraction tool. Object-oriented technologies [6] and the idea of engineering software through frameworks [5] are also widely accepted approaches in developing software. In this paper we show how the formal specification language SDL and associated tool support have been applied in the TOSCA1 project to engineer telecommunication services using these current techniques

    Development of a client interface for a methodology independent object-oriented CASE tool : a thesis presented in partial fulfilment of the requirements for the degree of Master of Science in Computer Science at Massey University

    Get PDF
    The overall aim of the research presented in this thesis is the development of a prototype CASE Tool user interface that supports the use of arbitrary methodology notations for the construction of small-scale diagrams. This research is part of the larger CASE Tool project, MOOT (Massey's Object Oriented Tool). MOOT is a meta-system with a client-server architecture that provides a framework within which the semantics and syntax of methodologies can be described. The CASE Tool user interface is implemented in Java so it is as portable as possible and has a consistent look and feel. It has been designed as a client to the rest of the MOOT system (which acts as a server). A communications protocol has been designed to support the interaction between the CASE Tool client and a MOOT server. The user interface design of MOOT must support all possible graphical notations. No assumptions about the types of notations that a software engineer may use can be made. MOOT therefore provides a specification language called NDL for the definition of a methodology's syntax. Hence, the MOOT CASE Tool client described in this thesis is a shell that is parameterised by NDL specifications. The flexibility provided by such a high level of abstraction presents significant challenges in terms of designing effective human-computer interaction mechanisms for the MOOT user interface. Functional and non-functional requirements of the client user interface have been identified and applied during the construction of the prototype. A notation specification that defines the syntax for Coad and Yourdon OOA/OOD has been written in NDL and used as a test case. The thesis includes the iterative evaluation and extension of NDL resulting from the prototype development. The prototype has shown that the current approach to NDL is efficacious, and that the syntax and semantics of a methodology description can successfully be separated. The developed prototype has shown that it is possible to build a simple, non-intrusive, and efficient, yet flexible, useable, and helpful interface for meta-CASE tools. The development of the CASE Tool client, through its generic, methodology independent design, has provided a pilot with which future ideas may be explored

    Business-oriented development of telecommunication services

    Get PDF
    The development of software for distributed systems, e.g. telecommunication services, is a complex activity. Numerous issues have to be resolved when developing such systems, examples of which are language/system heterogeneity and remoteness of components. Interface definition languages (IDLs) are used as the basis for addressing some of these issues. IDLs allow for the specification of the syntactic aspects of the interfaces of the components in the system to be made. Whilst lending itself to issues of heterogeneity and location transparency, dealing with IDL as the basis for system development is not without its problems. Two of the main problems with IDL are its lack of behaviour and its lack of abstraction. Thus designers should not be constrained to work within the syntactic notations used to implement their systems, nor should they be unaided in how they might better design their systems. In this paper we show how these issues are being addressed in the TOSCA project in its development of a service creation and validation environment

    Creating telecommunication services based on object-oriented frameworks and SDL

    Get PDF
    This paper describes the tools and techniques being applied in the TINA Open Service Creation Architecture (TOSCA) project to develop object-oriented models of distributed telecommunication services in SDL. The paper also describes the way in which Tree and Tabular Combined Notation (TTCN) test cases are derived from these models and subsequently executed against the CORBA-based implementations of these services through a TTCN/CORBA gateway

    The pros and cons of using SDL for creation of distributed services

    Get PDF
    In a competitive market for the creation of complex distributed services, time to market, development cost, maintenance and flexibility are key issues. Optimizing the development process is very much a matter of optimizing the technologies used during service creation. This paper reports on the experience gained in the Service Creation projects SCREEN and TOSCA on use of the language SDL for efficient service creation

    Specification of multiparty audio and video interaction based on the Reference Model of Open Distributed Processing

    Get PDF
    The Reference Model of Open Distributed Processing (RM-ODP) is an emerging ISO/ITU-T standard. It provides a framework of abstractions based on viewpoints, and it defines five viewpoint languages to model open distributed systems. This paper uses the viewpoint languages to specify multiparty audio/video exchange in distributed systems. To the designers of distributed systems, it shows how the concepts and rules of RM-ODP can be applied.\ud \ud The ODP Âżbinding objectÂż is an important concept to model continuous data flows in distributed systems. We take this concept as a basis for multiparty audio and video flow exchanges, and we provide five ODP viewpoint specifications, each emphasising a particular concern. To ensure overall correctness, special attention is paid to the mapping between the ODP viewpoint specifications
    • 

    corecore