@inproceedings{PerevalovaPahl2004, author = {Perevalova, Julia and Pahl, Peter Jan}, title = {Structural and Functional Dependence of Objects in Data Bases}, doi = {10.25643/bauhaus-universitaet.168}, url = {http://nbn-resolving.de/urn:nbn:de:gbv:wim2-20111215-1683}, year = {2004}, abstract = {Let the information of a civil engineering application be decomposed into objects of a given set of classes. Then the set of objects forms the data base of the application. The objects contain attributes and methods. Properties of the objects are stored in the attributes. Algorithms which the objects perform are implemented in the methods of the objects. If objects are modified by a user, the consistency of data in the base is destroyed. The data base must be modified in an update to restore its consistency. The sequence of the update operations is not arbitrary, but is governed by dependence between the objects. The situation can be described mathematically with graph theory. The available algorithms for the determination of the update sequence are not suitable when the data base is large. A new update algorithm for large data bases has been developed and is presented in this paper.}, subject = {Baubetrieb}, language = {en} } @article{IlievaPahl1997, author = {Ilieva, D. and Pahl, Peter Jan}, title = {Verteilte Bearbeitung von Zeichnungen im Bauwesen}, doi = {10.25643/bauhaus-universitaet.486}, url = {http://nbn-resolving.de/urn:nbn:de:gbv:wim2-20111215-4860}, year = {1997}, abstract = {Eine Bauunterlage ist in der Regel an mehreren Orten vorhanden. Sie wird von verschiedenen Personen an verschiedenen Orten zu verschiedenen Zeitpunkten ge{\"a}ndert. Die {\"A}nderungen sind h{\"a}ufig und in vielen F{\"a}llen von geringem Umfang. Die Verteilung solcher Unterlagen in Computernetzen, sowie die Durchf{\"u}hrung und die Verwaltung von {\"A}nderungen stellen hohe Anforderungen an die Informations- und Kommunikationstechnik. Insbesondere ist die Konsistenz der Unterlagen unter Ber{\"u}cksichtigung der typischen Merkmale des Arbeitsablaufes im Bauwesen zu sichern. Im Vortrag wird ein Konzept f{\"u}r die Bearbeitung von Bauunterlagen, insbesondere f{\"u}r Zeichnungen, in Computernetzen vorgestellt. Grundlage dieses Konzeptes ist die Norm ISO 10303 STEP (The standard for exchange of product model data). Das AP 201 >Explicit draughting< der ISO 10303 wurde als Austauschformat f{\"u}r Zeichnungen festgelegt. Im Rahmen des Vortrages wird ein Projektmodell vorgestellt. Das Projektmodell bildet den Informationsfluß w{\"a}hrend des Bauprozesses ab und erm{\"o}glicht die Sicherung der Konsistenz einer Zeichnung w{\"a}hrend der Bearbeitung der verschiedenen Fachleute. Bei {\"A}nderung einer Zeichnung wird ausschließlich die Differenzmenge als Information {\"u}bertragen. Da die Arbeitsweise des Ingenieurs im Bauwesen eine Vollauthomatisierung des Datenaustausches nicht zul{\"a}ßt, werden {\"A}nderungen nur nach Entscheidung des zust{\"a}ndigen Fachmanns in die urspr{\"u}ngliche Fassung der Zeichnung {\"u}bernommen. Werkzeuge f{\"u}r die Unterst{\"u}tzung der Aufl{\"o}sung von Widerspr{\"u}chen in einem Dokument werden vorgestellt.}, subject = {Bauzeichnung}, language = {de} } @inproceedings{FlemmingSnyder1997, author = {Flemming, Ulrich and Snyder, J.}, title = {Building and Databases: the SEED Experience}, doi = {10.25643/bauhaus-universitaet.415}, url = {http://nbn-resolving.de/urn:nbn:de:gbv:wim2-20111215-4151}, year = {1997}, abstract = {We describe the database requirements of SEED (Software Environment to Support the Early Phases in Building Design). The requirements are typical for a database that intends to support a heterogeneous design support environment consisting of independent software modules with diverse internal design models, requirements not met by any commercial database system. The design and implementation of this database is an integral part of the overall software engineering effort. We describe the SEED approach that integrates external and in-house software based on a shared information model specified in the modeling language SPROUT, which allows for the specification of domains, and classes, relationship types and their behavior, and multiple classifications. The SPROUT run-time system organizes and coordinates the communication between the software modules and the database}, subject = {Bauentwurf}, language = {en} } @inproceedings{ChudobaButenwegPfeiffer2003, author = {Chudoba, Rostislav and Butenweg, Christoph and Pfeiffer, Frank}, title = {Textile Reinforced Concrete Part I: Process Model for Collaborative Research and Development}, doi = {10.25643/bauhaus-universitaet.286}, url = {http://nbn-resolving.de/urn:nbn:de:gbv:wim2-20111215-2866}, year = {2003}, abstract = {The goal of the collaborative research center (SFB 532) >Textile reinforced concrete (TRC): the basis for the development of a new material technology< installed in 1998 at the Aachen University is a complex assessment of mechanical, chemical, economical and productional aspects in an interdisciplinary environment. The research project involves 10 institutes performing parallel research in 17 projects. The coordination of such a research process requires effective software support for information sharing in form of data exchange, data analysis and data archival. Furthermore, the processes of experiment planning and design, modification of material compositions and design parameters and development of new material models in such an environment call for systematic coordination applying the concepts of operational research. Flexible organization of the data coming from several sources is a crucial premise for a transparent accumulation of knowledge and, thus, for a successful research in a long run. The technical information system (TRC-TIS) developed in the SFB 532 has been implemented as a database-powered web server with a transparent definition of the product and process model. It serves as an intranet server with access domains devoted to the involved research groups. At the same time, it allows the presentation of selected results just by granting a data object an access from the public area of the server via internet.}, subject = {Beton}, language = {en} } @inproceedings{BiltchoukPahl2004, author = {Biltchouk, Irina and Pahl, Peter Jan}, title = {Interaction of Data Bases and Graphical Interfaces in Civil Engineering}, doi = {10.25643/bauhaus-universitaet.163}, url = {http://nbn-resolving.de/urn:nbn:de:gbv:wim2-20111215-1636}, year = {2004}, abstract = {Applications for civil engineering tasks usually contain graphical user interfaces for the engineering processes. Persistent objects of the applications are stored to data bases. The influence of the interaction between a graphical user interface and a data base for the development of an civil engineering application is investigated in this paper. A graphic application for the linear elastic analysis of plane frames, which was previously developed with standard tools of the Java platform, is compared to a redesigned implementation using a generalized data base for persistent objects. The investigation leads to the following results : - A strict distinction between persistent and transient objects influences the class structure of an application, in particular the class structure of a graphical user interface. - The structure of an application depends on the logic for updating of references to persistent and transient graphical objects after an application is read from a file. - The complexity of the reference management can usually be handled better by just in time referencing associated with String - identifiers rather than by automated referencing associated with Name - identifiers.}, subject = {Baubetrieb}, language = {en} } @inproceedings{Biltchouk2003, author = {Biltchouk, Irina}, title = {Entwicklung einer Datenbasis f{\"u}r Anwendungen im Bauwesen}, doi = {10.25643/bauhaus-universitaet.312}, url = {http://nbn-resolving.de/urn:nbn:de:gbv:wim2-20111215-3123}, year = {2003}, abstract = {Die Aufgaben des Bauwesens erfordern den direkten Zugriff auf Objekte einer Datenbasis, die in dem Arbeitsspeicher einer Sitzung und in mehreren Bin{\"a}rdateien verteilt sind. In den Methoden einer Anwendung soll jedes Objekt unabh{\"a}ngig vom Ort seiner Speicherung mit seinem Namen als persistentem Identifikator direkt ansprechbar sein. Bei Bedarf sollen Objekte automatisch aus Dateien nachgeladen werden. Der Anwender soll bestimmen k{\"o}nnen, in welcher Datei ein bestimmtes Objekt gespeichert wird. Die Zugriffszeit auf ein Objekt soll im Mittel mit der Zugriffszeit auf ein Objekt in einer Java-Methode vergleichbar sein. Ein Konzept einer generalisierten Datenbasis wird vorgestellt. Seine Leistungsf{\"a}higkeit wird mit der vorhandenen Software f{\"u}r die Aufbewahrung und Verwaltung von Daten im Bauwesen verglichen. Es erweist sich als zweckm{\"a}ßig, bereits im Entwurf einer Anwendung streng zwischen persistenten und transienten Objekten zu unterscheiden. Alle persistenten Objekte der Anwendung werden benannt. Unbenannte persistente Objekte der Java Plattform, beispielsweise Kollektionen und graphische Objekte, sind ebenfalls mit einem Griff (einem von der Datenbasis zugeteilten Namen) speicherbar. Der Zugriff auf ein Objekt ist schnell, da nur primitive Datentypen und Strings in bin{\"a}rer Form ohne R{\"u}ckgriff auf Datenbanken gespeichert werden.}, subject = {Bauplanung}, language = {de} }