scispace - formally typeset
Search or ask a question

Showing papers on "Component (UML) published in 1985"


Journal ArticleDOI
TL;DR: In this article, the authors used data on national value systems in 53 countries and regions to suggest the kind of influence nationality is likely to have on organizational value systems, and what this means for the integration within an organization of persons and groups of different national origins.
Abstract: Organizations have prevalent value systems which are part of their organizational cultures. These value systems show a national component according to the nationality of the organization's founder(s) and dominant elite. Research data on national value systems in 53 countries and regions are used to suggest the kind of influence nationality is likely to have on organizational value systems, and what this means for the integration within an organization of persons and groups of different national origins.

672 citations


Journal ArticleDOI
TL;DR: Using this model, the properties required by languages and their execution environments to support dynamic configuration are determined and CONIC, the distributed system which has been developed at Imperial College, is described to illustrate the feasibility of the model.
Abstract: Dynamic system configuration is the ability to modify and extend a system while it is running. The facility is a requirement in large distributed systems where it may not be possible or economic to stop the entire system to allow modification to part of its hardware or software. It is also useful during production of the system to aid incremental integration of component parts, and during operation to aid system evolution. The paper introduces a model of the configuration process which permits dynamic incremental modification and extension. Using this model we determine the properties required by languages and their execution environments to support dynamic configuration. CONIC, the distributed system which has been developed at Imperial College with the specific objective of supporting dynamic configuration, is described to illustrate the feasibility of the model.

360 citations


01 Jan 1985
TL;DR: In this paper, the authors considered a form of substructure coupling analysis which is often utilized in structural dynamics, and the experimental determination of component mode synthesis parameters, time-domain CMS methods for damped systems, and frequency-domain CM synthesis methods for DPMs.
Abstract: Hurty (1965) has conducted a dynamic analysis of structural systems using component modes. The component mode synthesis (CMS) procedure considered by him represents a form of substructure coupling analysis which is often utilized in structural dynamics. Time-domain CMS methods employing real modes are discussed, taking into account real component modes, normal modes, redundant constraint modes, rigid-body modes, attachment modes, inertia-relief modes, statically-complete interface mode sets, dynamic component mode supersets, component modal models, the coupling of components, and the classification of methods. Attention is also given to the experimental determination of component mode synthesis parameters, time-domain CMS methods for damped systems, and frequency-domain CMS methods for damped systems.

290 citations


Journal ArticleDOI
TL;DR: A winged-edge data representation with extensions to handle multiply-connected faces is recommended and a tree structure using the concept of ‘virtual link’ is created to represent the relationships between the components in an assembly.
Abstract: A data structure representing assemblies in a database can be divided into two parts. The first part is the data structure used to store topological and geometric information on each component in an assembly. The second part is the data structure used to store information on how all the components in an assembly are connected. Any existing ‘boundary representation’ scheme can be used to represent each component. In this paper, a winged-edge data representation with extensions to handle multiply-connected faces is recommended. A tree structure using the concept of ‘virtual link’ is created to represent the relationships between the components in an assembly.

254 citations


Journal ArticleDOI
TL;DR: In this paper, a method is derived to compute the location and orientation of each component from the spatial relationships imposed on the component in an assembly, which can be represented by the spatial relationship between its components instead of by the transformation matrices.
Abstract: A method is derived to compute the location and orientation of each component from the spatial relationships imposed on the component in an assembly. With this method, any assembly can be represented by the spatial relationships between its components instead of by the transformation matrices of each component.

142 citations


Journal ArticleDOI
TL;DR: The implementation of a flexible data storage system for the UNIX environment that has been designed as an experimental vehicle for building database management systems is described.
Abstract: We describe the implementation of a flexible data storage system for the UNIX environment that has been designed as an experimental vehicle for building database management systems. The storage component forms a foundation upon which a variety of database systems can be constructed including support for unconventional types of data. We describe the system architecture, the design decisions incorporated within its implementation, our experiences in developing this large piece of software, and the applications that have been built on top of it.

139 citations


Journal ArticleDOI
TL;DR: This paper uses signatures to describe a method for finding optimal assignments that terminates in at most n-1n-2/2 pivot steps and takes at most On3 work.
Abstract: The "signature" of a dual feasible basis of the assignment problem is an n-vector whose ith component is the number of nonbasic activities of type i, j. This paper uses signatures to describe a method for finding optimal assignments that terminates in at most n-1n-2/2 pivot steps and takes at most On3 work.

139 citations


Journal ArticleDOI
TL;DR: This paper considers a two-component system with a specific type failure interaction and obtains expressions for the expected cost of operating the system for both finite and infinite time.
Abstract: The literature on multicomponent systems, though extensive, has dealt mainly with formulations where the failure of a component has no effect or influence on the operation or failure of other components in the system. In many real-life multicomponent systems, the failure of a component has some effect on one or more of the remaining components. The paper considers a two-component system with a specific type failure interaction and obtains expressions for the expected cost of operating the system for both finite and infinite time.

131 citations


Proceedings ArticleDOI
01 Jan 1985
TL;DR: Both static and dynamic techniques for avoiding copying in aggregates are presented, and it is argued that they allow one to program functionally using aggregates, without loss of efficiency over conventional programs.
Abstract: We discuss the problem of efficiently implementing aggregates (contiguous data structures) such as arrays in functional programming systems. Simple changes to an aggregate conceptually involve making a new copy of the aggregate differing only in the changed component, but such copying can be expensive. We present both static and dynamic techniques for avoiding this copying, and argue that they allow one to program functionally using aggregates, without loss of efficiency over conventional programs.1

124 citations


Journal Article
01 Jan 1985-Scopus
TL;DR: In this paper, the authors presented new optimal algorithms for computing several geometric properties of figures in an n × n mesh-connected computer, such as determining the extreme points of the convex hull of each component, determining if two sets of processors are linearly separable, deciding if each component is convex, determining the distance to the nearest neighbor component, for counting and marking minimal internal paths in each component and for computing the external diameter.
Abstract: Although mesh-connected computers are used almost exclusively for low-level local image processing, they are also suitable for higher level image processing tasks We illustrate this by presenting new optimal (in the O-notational sense) algorithms for computing several geometric properties of figures For example, given a black/white picture stored one pixel per processing element in an n × n mesh-connected computer, we give ?(n) time algorithms for determining the extreme points of the convex hull of each component, for deciding if the convex hull of each component contains pixels that are not members of the component, for deciding if two sets of processors are linearly separable, for deciding if each component is convex, for determining the distance to the nearest neighboring component of each component, for determining internal distances in each component, for counting and marking minimal internal paths in each component, for computing the external diameter of each component, for solving the largest empty circle problem, for determining internal diameters of components without holes, and for solving the all-points farthest point problem Previous mesh-connected computer algorithms for these problems were either nonexistent or had worst case times of ?(n2) Since any serial computer has a best case time of ?(n2) when processing an n × n image, our algorithms show that the mesh-connected computer provides significantly better solutions to these problems

116 citations


Journal ArticleDOI
TL;DR: New optimal (in the O-notational sense) algorithms for computing several geometric properties of figures are presented by presenting new optimal algorithms for determining the extreme points of the convex hull of each component.
Abstract: Although mesh-connected computers are used almost exclusively for low-level local image processing, they are also suitable for higher level image processing tasks. We illustrate this by presenting new optimal (in the O-notational sense) algorithms for computing several geometric properties of figures. For example, given a black/white picture stored one pixel per processing element in an n × n mesh-connected computer, we give ?(n) time algorithms for determining the extreme points of the convex hull of each component, for deciding if the convex hull of each component contains pixels that are not members of the component, for deciding if two sets of processors are linearly separable, for deciding if each component is convex, for determining the distance to the nearest neighboring component of each component, for determining internal distances in each component, for counting and marking minimal internal paths in each component, for computing the external diameter of each component, for solving the largest empty circle problem, for determining internal diameters of components without holes, and for solving the all-points farthest point problem. Previous mesh-connected computer algorithms for these problems were either nonexistent or had worst case times of ?(n2). Since any serial computer has a best case time of ?(n2) when processing an n × n image, our algorithms show that the mesh-connected computer provides significantly better solutions to these problems.

Journal ArticleDOI
TL;DR: In this paper, the authors introduce a simple example to illustrate this fact and suggest some problems that must be addressed if the theory is to encompass commonality, such as the need to develop service level measures for multiple products and to analyze the relationship between safety stock and service level.

Book
01 Jan 1985
TL;DR: In this paper, a course in solar engineering in four-year programs is designed to cover the latest advances of the past five years in addition to the basics necessary for student understanding.
Abstract: Designed for a course in solar engineering in four-year programs, this text covers the latest advances of the past five years in addition to the basics necessary for student understanding. It includes discussions of the most promising industrial applications, particularly in the high temperature range and emphasizes complete system design and economic considerations as well as individual component design and specification.

Journal ArticleDOI
TL;DR: This paper derives expressions for the expected costs of operating the system for both finite and infinite time operation under two different operating policies.

01 Jan 1985
TL;DR: It is suggested that these surface recorded rat AEPs are generated by subcortical neural systems involved in the detection of auditory transients with similar response properties comparable to human N100-P200 vertex potentials.
Abstract: Auditory evoked potentials (AEPs) to click and pure tone stimuli were recorded in unrestrained, unanesthetized rats. The middle latency rat AEPs (N17, P23, N38) had midline scalp distributions similar to human MAEPs and were recorded to within 15 dB above BAEP threshold. In contrast to human MAEPs, rat MAEPs were decreased in amplitude at high stimulation rates and only the N17 component was unaltered by slow wave sleep. The longer latency N50, N80 and P130 components had several response properties comparable to human N100-P200 vertex potentials. These included restricted midline fronto-central scalp distributions, progressive increases in amplitude at ISIs up to 4-8 sec and marked attenuation during slow wave sleep. The frequency sensitivity of the rat AEP revealed a decreased response to pure tones below 4 kHz but robust responses for stimuli up to at least 45 kHz. There was a notch in the rat audiogram with decremented component amplitudes to pure tone stimuli centered at 35 kHz. When equated for intensity, click and pure tone stimuli in the range of the rats maximal audiometric sensitivity (8-20 kHz) generated comparable AEP components. These results provide normative data on rat surface recorded AEPs. It is suggested that these surface recorded rat AEPs are generated by subcortical neural systems involved in the detection of auditory transients.

Book
01 Jan 1985
TL;DR: In this article, the basic principles and concepts of aeropropulsion combustion are discussed, and specific processes, limitations and analytical methods as they bear on component design are explored for aircraft gas turbine engines.
Abstract: Beginning with the basic principles and concepts of aeropropulsion combustion, this text goes on to explore specific processes, limitations and analytical methods as they bear on component design. The text features invited work of prominent specialists in aircraft gas turbine engines.

Patent
03 Sep 1985
TL;DR: In this article, an optical package including at least one electro-optical component aligned with a single optical fiber is described, which is used to eliminate the need for a vertical fanout to contact the components.
Abstract: Disclosed is an optical package including at least one electro-optical component aligned with at least one optical fiber. The electro-optical component is mounted on a surface which is essentially parallel to, but not coplanar with, the longitudinal axis of the fiber and light is coupled between the fiber and component by bending the light path. Electrical connection to the component is provided by conductors mounted over the same surface, thus producing a compact package. The invention is used preferably with arrays of components and fibers to eliminate the need for a vertical fanout to contact the components.

Journal ArticleDOI
TL;DR: The Algorithmic Grouping of Operation Sequences (AGOS) as discussed by the authors algorithm mainly groups the components which have approximately the same process sequences so that more than one component can be processed in the same line instead of aiming at a separate line for each component.

Proceedings Article
21 Aug 1985
TL;DR: This paper describes an approach to the specification and modeling of information associated with the design and evolution of VLSI components, characterized by combined structural and behavioral descriptions of a component.
Abstract: This paper describes an approach to the specification and modeling of information associated with the design and evolution of VLSI components. The approach is characterized by combined structural and behavioral descriptions of a component. Database modeling requirements specific to the VLSI design domain are considered and techniques to address the are described. An extensible object-oriented information management framework, the 3DIS (3 Dimensional Information Space), is presented. The framework has been adapted to capture the underlying semantics of the application environment by the addition of new abstraction primitives. An example 3DIS database for a VLSI design system is presented.

Proceedings ArticleDOI
01 Jan 1985
TL;DR: A model and a sound and complete proof system for networks of processes in which component processes communicate exclusively through messages is given, an extension of the trace model that can describe both synchronous and asynchronous networks.
Abstract: A model and a sound and complete proof system for networks of processes in which component processes communicate exclusively through messages is given. The model, an extension of the trace model, can describe both synchronous and asynchronous networks. The proof system uses temporal-logic assertions on sequences of observations — a generalization of traces. The use of observations (traces) makes the proof system simple, compositional and modular, since internal details can be hidden. The expressive power of temporal logic makes it possible to prove temporal properties (safety, liveness, precedence, etc.) in the system. The proof system is language-independent and works for both synchronous and asynchronous networks.

Patent
23 Oct 1985
TL;DR: In this paper, a system for machine assembly of component kits for electronic printed circuit boards is described, where components for assembling the kits are stored in a plurality of standardized machine recoverable trays, more specifically a multi-level carousel.
Abstract: A system for machine assembly of component kits for electronic printed circuit boards is disclosed. Components for assembling the kits are stored in a plurality of standardized machine recoverable trays, more specifically a multi-level carousel. An elevator transports trays between storage and an automated work station where components are removed to construct the component kits.

01 Jan 1985
TL;DR: A formal treatment of a faceted scheme for software classification leading to better understanding of reusability at the code level and this approach has been prototyped in a library system for the semi-automatic classification of software components.
Abstract: Author(s): Diaz, Ruben Prieto | Abstract: Reusing code is one approach to software reusability. Code is the end product of the software lifecycle. It is delivered in a low level representation that is difficult to reuse unless an almost perfect match exists between available features and required specifications. There is a need to organize large inventories of software such that reusable code is easy to locate and exchange. The relative success in the reuse of code fragments reported by some software factories is due in part to their capacity to encapsulate domain specific functions and create specialized libraries of components classified by these locally standardized functions.A general software classification scheme that organizes reusability related attributes and common functions from different domains is proposed as a partial solution to the software reusability problem. For the problem of selecting from similar, potentially reusable. components, a partial solution based on evaluation of common characteristics is also proposed. A library system is presented that integrates the proposed classification scheme with an evaluation mechanism based on inherent component attributes, programming languages characteristics and reuser experience.The fundamental contribution of this dissertation is a formal treatment of a faceted scheme for software classification leading to better understanding of reusability at the code level. This approach has been prototyped in a library system for the semi-automatic classification of software components. Analysis were performed to evaluate the classification scheme. The results show the potential of the scheme in organizing collections of code fragments, in improving retrieval, and in simplifying the classification process. Tests of the evaluation mechanism showed positive correlation with evaluations conducted by potential reusers.

Book
01 Jan 1985

Proceedings ArticleDOI
08 Jul 1985
TL;DR: Some examples of psycholinguistic research on the lexical component of language are reviewed with special attention to their implications for the computational problem.
Abstract: How lexical information should be formulated, and how it is organized in computer memory for rapid retrieval, are central questions for computational linguists who want to create systems for language understanding. How lexical knowledge is acquired, and how it is organized in human memory for rapid retrieval during language use, are also central questions for cognitive psychologists. Some examples of psycholinguistic research on the lexical component of language are reviewed with special attention to their implications for the computational problem.

Journal ArticleDOI
TL;DR: The modeling of system and component noise and error sources in optical linear algebra processors (OLAP's) are considered, with attention to the frequency-multiplexed OLAP.
Abstract: The modeling of system and component noise and error sources in optical linear algebra processors (OLAP's) are considered, with attention to the frequency-multiplexed OLAP. General expressions are obtained for the output produced as a function of various component errors and noise. A digital simulator for this model is discussed.

Journal ArticleDOI
TL;DR: In this paper, two criteria for the adequacy of a component representation are developed and are shown to lead to different component solutions, and both criteria are generalized to allow weighting, the choice of weights determining the scale invariance properties of the resulting solution.
Abstract: Principal components analysis can be redefined in terms of the regression of observed variables upon component variables. Two criteria for the adequacy of a component representation in this context are developed and are shown to lead to different component solutions. Both criteria are generalized to allow weighting, the choice of weights determining the scale invariance properties of the resulting solution. A theorem is presented giving necessary and sufficient conditions for equivalent component solutions under different choices of weighting. Applications of the theorem are discussed that involve the components analysis of linearly derived variables and of external variables.



Journal ArticleDOI
TL;DR: In this article, the authors proposed an approach to systematic materials selection for both manual and computer aided materials selection, which is divided into two stages; the discriminating and the optimising parts.

Journal ArticleDOI
TL;DR: An algorithm is introduced which is able to construct fault trees of non-reconfigurating systems, using simple component models that allow bi-directional fault propagation.