WO1999023554A1 - Method of generating a display for a dynamic simulation model utilizing node and link representations - Google Patents

Method of generating a display for a dynamic simulation model utilizing node and link representations Download PDF

Info

Publication number
WO1999023554A1
WO1999023554A1 PCT/US1998/022580 US9822580W WO9923554A1 WO 1999023554 A1 WO1999023554 A1 WO 1999023554A1 US 9822580 W US9822580 W US 9822580W WO 9923554 A1 WO9923554 A1 WO 9923554A1
Authority
WO
WIPO (PCT)
Prior art keywords
objects
link
representation
relationship condition
relationship
Prior art date
Application number
PCT/US1998/022580
Other languages
French (fr)
Inventor
Thomas S. Paterson
Samuel Holtzman
Alex L. Bangs
Original Assignee
Entelos, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Entelos, Inc. filed Critical Entelos, Inc.
Priority to CA002307229A priority Critical patent/CA2307229C/en
Priority to JP2000519349A priority patent/JP2001522083A/en
Priority to EP98955104A priority patent/EP1027647A1/en
Priority to AU11990/99A priority patent/AU1199099A/en
Publication of WO1999023554A1 publication Critical patent/WO1999023554A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Definitions

  • the present invention pertains generally to the field of simulation modeling. More specifically, the present invention relates to methods of representing objects within a simulation model.
  • Simulation modeling is commonly used to model systems to perform "what-if” analyses, to optimize system performance and to identify problems within systems.
  • Graphical simulation modeling allows a complex system to be modeled in an intuitive and visually comprehensible manner, and has found application in wide range of fields, from business to biological analysis.
  • a simulation model typically involves identifying various objects within the system, which are then represented by variables, equations or both embodied in an "object".
  • a simulation model may be constructed using a graphical user interface (GUI) in which the various objects are represented by user-selected icons or other appropriate graphical representations, and in which the inter-relationships between the objects are represented by links.
  • GUI graphical user interface
  • GUI graphical user interface
  • Figure 1 A simplified representation of a typical prior art graphical user interface (GUI) for a graphical simulation model is shown Figure 1.
  • the prior art GUI of Figure 1 includes a diagram window 10, within which are displayed node representations for various objects of a modeled system.
  • Each of the various objects of the modeled system is shown to be either an entity object 12, an input object 14 or a link object 16.
  • Each of the objects typically includes at least one parameter 18 which has a parameter name, an assigned value 20 and parameter documentation 22 which describes the parameter 18.
  • Figure 2 illustrates a simulation model 30 as generated utilizing the Ithink product from High Performance Systems, Inc.
  • the simulation model represents a work- in/work-out system within a business.
  • the simulation model 30 is shown to include an object 32 that represents "work backlog", the object 32 being fed by arriving work orders 34 and depleted by filled work orders 36.
  • the rate at which work orders are fed to the backlog object 32 is determined by an object 39, which functions as a "valve" with respect to a pipe by which work orders are fed to the object 32.
  • the rate at which work orders are dispensed from the object 32 is dependent upon an object 38 which functions as a "valve” for the pipe by which work orders are dispensed from the object 32.
  • the object 38 is shown to receive as inputs the number of workers within the system, as represented by object 42, and the weekly productivity of each of these workers, as represented by the input parameter 40.
  • the weekly productivity of the workers is further a function of hours per week per worker, represented by object 44.
  • the production per hour worked, represented by object 46 is further shown to influence the weekly productivity per worker.
  • Productivity per hour worked is in turn influenced by an average burnout factor, which is represented by an object 48.
  • object 48 Various other factors are shown to influence the object 48.
  • the simulation model 30 shown in Figure 2 provides a satisfactory representation of the work-in/work-out system, the model 30 suffers from a number of inefficiencies. Specifically, the mathematical structure underlying the model 30 is not readily apparent from a viewing of the icons, and can only be guessed at as a result of the labels which are attached to the various nodes shown in the simulation model 30. Further, the numerous icons that are used to represent objects, inputs, pipes and links (as well as the labels associated with each of these icons) result in a cumbersome and cluttered depiction of the modeled system.
  • a method of generating a display of a simulation model including first and second objects between which a relationship condition exists commences with the display of respective first and second node representations for the first and second objects. Thereafter, a link representation is selected from a predetermined set of link representations to represent a relationship condition between the first and second objects. Each link representation within the set is associated with a different relationship condition. The selected link representation is then displayed to represent the relationship condition between the first and second objects.
  • a predetermined set of potential relationship conditions between objects within the simulation model is defined. Thereafter, a respective link representation is assigned to each relationship condition of the predetermined set of relationship conditions, so as to define a set of link representations.
  • the set of link representations is then presented on a display device for selection by a user to represent the relationship condition between the first and second objects of the simulation model.
  • a computer-readable medium storing a sequence of instructions which, when executed by a processor, cause the processor to perform the steps of the above described first and second aspects of the present invention.
  • Figure 1 illustrates a graphical user interface (GUI) utilized in the prior art to generate a display for a simulation model.
  • GUI graphical user interface
  • Figure 2 illustrates a representation of a simulation model generated using a prior art modeling tool.
  • Figure 3 is a diagrammatic representation of simulation modeling software according to one embodiment of the present invention.
  • Figure 4 is a diagrammatic representation of the interaction between the software illustrated in Figure 3 and GUIs operating on various software platforms.
  • Figure 5 illustrates a parameter window which allows a user to view and input information pertaining to a parameter of a simulation model according to one embodiment of the present invention.
  • Figure 6 illustrates three exemplary node representations which may be utilized to represent objects of a simulation model according to the present invention.
  • Figure 7 illustrates exemplary link representations which may be utilized, according to one embodiment of the present invention, to illustrate a relationship condition between state or function nodes of a simulation model.
  • Figure 8 illustrates a modifier representation which, according to one embodiment of the present invention, may be utilized to represent the influence of a third node on a relationship condition which exists between first and second nodes of a simulation model.
  • Figure 9 illustrates an exemplary representation of a simulation model constructed utilizing the graphical elements defined according to one embodiment of the present invention.
  • Figure 10 is a flow chart illustrating a method, according to one embodiment of the present invention, of generating a display of a simulation model.
  • Figure 11 is a flow chart illustrating a method, according to one embodiment of the present invention, of selecting a link representation to represent the relationship condition between two objects within a simulation model.
  • Figure 12 is a flow chart illustrating a method, according to one embodiment of the present invention, of displaying a modifier representation which represents the influence of an object on a relationship condition between a pair of objects.
  • Figure 13 is a diagrammatic representation of a computer system within which software, for performing the methodologies discussed above, may reside and be executed.
  • the modeling software 50 comprises a core 52, which may be coded using an object- oriented language such as the C++ or Java programming languages. Accordingly, the core 52 is shown to comprise classes of objects, namely diagram objects 54 and other object classes 56-64. As is well known within the art, each object within the core 52 may comprise a collection of parameters (also commonly referred to as instances, variables or fields) and a collection of methods which utilize the parameters of the relevant object.
  • object-oriented language such as the C++ or Java programming languages.
  • each object within the core 52 may comprise a collection of parameters (also commonly referred to as instances, variables or fields) and a collection of methods which utilize the parameters of the relevant object.
  • diagram object 66 An exploded view of the contents of an exemplary diagram object 66 is provided, from which it can be seen that the diagram object 66 includes documentation 68 which provides a description of the diagram object, a collection of parameters 70, and methods 72 which may define an equation or a class of equations.
  • the diagram objects 54 each define a feature or object of a modeled system which is displayed within a diagram window presented by a graphical user interface (GUI) which interacts with the core 52.
  • GUI graphical user interface
  • the diagram objects 54 may include state, function, modifier and link objects which are represented respectively by state nodes, function nodes, modifier icons and link icons within the diagram window.
  • FIG 4 provides a diagrammatic representation of the core 52, which is shown to be capable of interaction with any one of a number of GUIs.
  • the core 52 is shown to interface with a GUI 80 operating on the Macintosh platform developed by Apple Computer, Inc. of Cupertino, California, a GUI 82 operating on either the Windows '98 or Windows NT platforms developed by Microsoft Corporation of Redmond, Washington, or a platform-independent GUI 84 coded in Hyper-Text Markup Language (HTML) or the Java language developed by Sun Microsystems of Mountain View, California.
  • GUI 80 operating on the Macintosh platform developed by Apple Computer, Inc. of Cupertino, California
  • a GUI 82 operating on either the Windows '98 or Windows NT platforms developed by Microsoft Corporation of Redmond, Washington
  • a platform-independent GUI 84 coded in Hyper-Text Markup Language (HTML) or the Java language developed by Sun Microsystems of Mountain View, California.
  • HTML Hyper-Text Markup Language
  • Java language developed by Sun
  • each object defined within the software core 52 may have at least one parameter associated therewith which quantifies the characteristics of the object, and which is used during simulation of the modeled system. It will also be appreciated that not all objects must include a parameter.
  • system parameters may be defined for each subject type.
  • a system parameter may comprise an initial value for a state object, or a coefficient value for a link object.
  • Other parameter types include object parameters and diagram parameters that facilitate easy manipulation of values in simulation operations. Specifically, diagram parameters may be available to all objects, whereas object parameters may be available to only a single object.
  • the term" parameter value shall be taken to encompass an input (initial) value, an output value or any intermediate value of a parameter, unless explicitly stated otherwise.
  • a parameter window 90 that may be generated by any one of the GUIs shown in Figure 4, and that provides a user with information regarding a parameter and allows the user to input or specify a value to be attributed to the respective parameter.
  • the manner by which a parameter window 90 is invoked and constructed within a GUI will be described below.
  • the exemplary parameter window 90 is shown to include four sections, namely a definition section 92, a units section 94, a settings section 96 and a range section 98
  • the definition section 92 displays an identifier (or symbol) for the parameter, as well as an appropriate definition of the parameter.
  • the parameter is represented by the symbol "C", which is defined as the coefficient of an equation within a specific object.
  • the units section 94 displays units used internally and for assessment. For example, a user may input an assessment value, which is converted to an internal value.
  • the units used for assessment are used for a value that is designated as a "working" value in the settings section 96. If the internal and assessed units are different, a conversion may also be indicated in the units section 94.
  • the assessed value is reciprocated and multiplied by a constant K that converts from "hours" assessed to a half-life calculation value.
  • the range section 98 may optionally be used to define upper and lower value limits that may be assigned to the parameter. Again, description fields for each of the upper and lower limits are provided.
  • Figures 6-8 provide examples of graphical elements which, according to one exemplary embodiment of the invention, may be utilized to construct a display of a simulation model according to the invention.
  • the illustrated graphical elements are made available by a GUI to a model builder, who is then able to construct a representation of a modeled system.
  • the term "node” is used to reference an icon which is representative of an object.
  • the term “node” shall however be taken to refer to any representation of an object. Accordingly, the terms “node” and “object” should be regarded as interchangeable and synonymous.
  • the graphical elements discussed below are exemplary and any distinctive graphical elements may be substituted for the graphical elements discussed below without departing from the spirit of the invention.
  • Figure 9 illustrates an exemplary simulation model 150 that represents a predator-prey system.
  • the predators comprise wolves and the prey comprises rabbits.
  • a state node 110 represents an underlying state object defining a condition or state within the modeled system.
  • state node represent various conditions within the model.
  • a "vegetation" state node 152 represents the state of vegetation within the model 150
  • state nodes 156, 158, 162 and 164 respectively represent rabbit and wolf population numbers.
  • the various objects underlying the state nodes may comprise one or more parameters and /or one or more equations (or methods) which are effected or influenced by links (which may also be termed "arrows") which feed into the respective state nodes.
  • the "adult rabbits" state node 156 represents an object including a parameter indicating the number of adult rabbits within the simulation at any specific time.
  • a parameter of a state object may be defined as the integrated sum of all effects acting on the relevant object (which is represented by a node representation), each effect being defined by a link object and represented by the link representation feeding into the node.
  • the quantitative magnitudes of these effects is a function of the parameters of the link objects represented by the link representations, and of the parameters of state objects shown to be "connected" to the opposite ends of such link representations.
  • a function node 112 represents a function object that defines an element within the simulation model that is purely a function of an object within the simulation model.
  • two function nodes 154 and 160 are shown respectively to represent objects representing rabbit food supply and wolf food supply.
  • Each of the function nodes 156 and 160 includes a parameter that is a function of parameters of nodes that are shown by links to feed into the relevant function node.
  • the function node 154 which has a parameter whose value represents the quantity of rabbit food available, is shown to be a function of the vegetation node 152.
  • the function node 160 which includes a parameter whose value indicates the available quantity of wolf food, is a function of the "adult rabbit" node 156, and the "young rabbit" node 158.
  • Figure 7 illustrates a set of link representations 118-128 which a model builder may select to represent a relationship condition which exists between two objects, represented by nodes, within simulation model.
  • Each of the link representations 118-128 is associated with and represents a different relationship condition.
  • this link representation indicates a relationship condition between first and second objects, represented by the state nodes 115 and 117 respectively, wherein the first object has an effect on the second object, and this effect is independent of any values of parameters associated with the first or second node.
  • the link representation 118 represents the effect as constant over the duration of a simulation operation.
  • the link representation 118 is distinguished in that the tail portion of the link representation is spaced from the circle behind the arrowhead.
  • a “proportional effect” link representation 120 represents a relationship condition between first and second objects wherein the first object has an effect on the second object, and the magnitude of this effect is dependent on the value of a parameter of the first object, represented by state node 115.
  • the link representation 120 is distinguished in that the tail portion thereof contacts the circle behind the arrowhead.
  • examples of “proportional effect” link representations are indicated at 120a and 120b.
  • the "adult rabbit" state node 156 is shown to have a proportional effect on the "young rabbit” state node 158 in that the number of young rabbits will increase in proportion to the number of adult rabbits.
  • the link representation 120b which represents the effect of the "adult wolves” node 162 on the "young wolves” node 164.
  • An “interaction effect” link representation 122 represents that a first object, represented by the state node 115, has an effect on a second object, represented by state node 117 and that the effect is dependent on the values of parameters of both the first and second objects.
  • the link representation 122 is distinguished in that the tail portion of the representation engages the circle, and in that an arcuate line extends from the circle to the state node 117.
  • two examples of “interaction effect” link representations are shown at 122a and 122b. Specifically, the "adult wolves” node 162 is shown to have an effect on the "adult rabbits" node 156. Specifically, as indicated by the "C” in the circle 170, adult wolves consume adult rabbits.
  • the rate or magnitude of this consumption is determined by both the number of adult wolves and the number of adult rabbits, and the effect of the object represented by node 162 on the object represented by node 156 is accordingly dependent on the value of parameters (e.g. population numbers) associated with each of these objects respectively.
  • parameters e.g. population numbers
  • a “constant conversion" link representation 124 shown in Figure 7, represents that instances of a first object represented by the state node 115 are converted to instances of a second object represented by the state node 117.
  • the “constant conversion” link representation 124 further represents that the number of instances converted is independent of any values of parameters associated with the first or second object.
  • the link representation 124 denotes this conversion as being constant, and is not effected by external parameters.
  • the link representation 124 is characterized in that a tail portion thereof is thickened relative to the tail portion of the "constant effect" link representation 118, and that this tail portion is spaced from the circle behind the head of the link representation 124.
  • a “proportional conversion” link representation 126 represents that a number of instances of a first object, represented by the state node 115, are converted to instances of a second object, represented by the state node 117. Further, the link representation 126 indicates that the number of instances converted is dependent on the number of instances of the first object. Referring to Figure 9, "proportional conversion" link representations are drawn at 126a and 126b. Specifically, the link representation 126a represents that instances of an object represented by the "young rabbit" node 158 are converted to instances of an object represented by the "adult rabbit” node 156. Further, the number of young rabbits (i.e. young rabbit instances) converted to adult rabbits (i.e.
  • the circles 172 of the "proportional conversion" link representations 126a and 126b are shown to include the letter "S", which indicates that the type of conversion that occurs is a change in state. It will be appreciated that any symbol could similarly be included within the circle of a link representation to provide further information regarding the type of relationship condition which exists between objects represented by nodes between which a link representation extends.
  • An “interaction conversion” link representation 128 represents that a number of instances of a first object, represented by state node 115, are converted to instances of a second object, represented by state node 117. Further, the “interaction conversion” link representation 128 represents that the number of instances of the first object that are converted to instances of the second object is dependent upon respective numbers of instances of both the first and the second objects.
  • the link representation 128 is distinguished in that the tail portion is thickened relative to the tail portion of the link representation 122, and that an arcuate line extends from a circle within the representation 128 to the state node 117 representing the second object.
  • each link represents a relationship condition between first and second objects as being either an "effect” relationship or a “conversion” relationship. Further, each link representation 118-128 represents the relationship condition as being either constant, proportional or interactive.
  • the link representations 118-128 shown in Figure 7 are exemplary, and any appropriate link representations can be used to represent the various relationship conditions described above. It will be appreciated that the relationship conditions that are represented by the various link representations 118-128 are typically defined by the model builder. To this end, examples of mathematical expressions of relationship conditions that may be represented by the various link representations are provided below in Table 1. The mathematical expressions given in Table 1 are for a dynamic simulation model which is driven by the progression of time. The link representations 118-128 could similarly be used in a static model. TABLE 1
  • each of the link representations 118-128 includes a circle in which a graphical identifier providing further information regarding the relationship condition can be displayed.
  • each of the link representations is shown to contain an alphabet letter which provides further information regarding the relationship condition between two respective objects.
  • a GUI may also provide an index table 174, such as shown in Figure 9, which provides a key to the identifiers displayed in the circles of the various link representations.
  • FIG 10 there is shown a flow chart illustrating a method 180, according to one exemplary embodiment of the invention, of generating a display (or graphical representation) of a simulation model. In one embodiment, the steps of method 180 are performed by a GUI in conjunction with the software core 52 illustrated in Figure 3.
  • the method commences at step 182, and proceeds to step 184 where a predetermined set of relationship conditions that may exist between objects in the simulation model are defined.
  • the defined relationship conditions may comprise the six relationship conditions described above with reference to Figure 7, and may be expressed in the form of equations.
  • a respective link representation is associated with each of the relationship conditions in the set.
  • the link representations 118-128 may each be associated with a distinct relationship condition, as described above with reference to Figure 7.
  • the GUI displays node representations, such as state nodes 115 and 117, for first and second objects.
  • the display of the node representations occurs in response to a user input.
  • a user may also input further information, such as parameter values, equations and documentation, to define the diagram objects (i.e. state and /or function objects) such as those shown at 54 in Figure 3.
  • the user at step 190 selects a link representation, from the link representations associated with the predetermined set of relationship conditions, to represent a desired relationship condition between the objects represented by the first and second nodes.
  • a user may then further define the relationship condition between the objects in terms of equations and parameters.
  • the relationship condition between the objects could be expressed in terms of a dynamic equation such as any one of those provided above in Table 1.
  • Parameters defining the relationship condition may be inputted and defined by using a parameter window 90 such as that shown in Figure 5.
  • the user may also optionally specify further information to be included within the link representation.
  • the user may specify an identifier to be incorporated within the circle of any one of the link representations 118-128 shown in Figure 7.
  • the method 180 then proceeds to step 194, where the GUI displays the selected link representation to show the relationship condition that exists between the objects represented by the first and second nodes.
  • the association of different link representations with each distinct relationship condition of a set is particularly advantageous in that a user viewing a display of a simulation model, such as the simulation model 150 in Figure 9, is able immediately to ascertain and understand the relationships between the objects represented by the nodes without having to "drill-down" into the representation or to access additional information windows.
  • the inclusion of identifiers within the respective circles of each of the link representations 118-128, and the provision of a key 174 for each of the identifiers, further enhances understanding of the display.
  • Figure 11 is a flow chart illustrating an exemplary method 190 of selecting a link representation from a predefined set to represent a relationship condition between objects represented by first and second nodes within a diagram window.
  • the method 190 commences at the step 200 and then proceeds to decision box 202, where a determination is made as to whether the relationship condition between the first and second objects is an "effect" relationship or a "conversion" relationship. If it is determined that the relationship condition is properly classified as an effect relationship, the method proceeds to decision box 204, where a determination is made as to whether the effect is constant. If so, an appropriate link representation (e.g. link representation 118) is selected at step 206.
  • an appropriate link representation e.g. link representation 118
  • the method 190 proceeds to decision box 208, where a determination is made as to whether the effect of the one object on the other is dependent on the value of a parameter associated with one of the objects. If so, the method proceeds to step 210, where an appropriate link representation (e.g. link representation 120) is selected. Alternatively the method 190 proceeds to decision box 212, where a determination is made as to whether the effect of one object on the other is dependent on values of parameters associated with each of the objects. If so, the method 190 proceeds to step 214, where an appropriate link representation (e.g. link representation 122) is selected. From step 214, the method terminates at step 216.
  • an appropriate link representation e.g. link representation 122
  • the method proceeds from decision box 202 to decision box 218, where a determination is made as to whether the "conversion" relationship condition requires that a constant number of instances of one object be converted to instances of the other object. If so, the method proceeds to step 220, where an appropriate link representation (e.g. link representation 214) is selected. Alternatively, the method proceeds to decision box 222, where a determination is made as to whether the "conversion" relationship condition specifies that the number of instances of the one object that are converted to instances of the other object is dependent on the number of instances of either one of these objects.
  • step 224 the method proceeds to step 224, where an appropriate link representation (e.g. link representation 126) is selected.
  • the method proceeds to decision box 226, where a determination is made as to whether the "conversion" relationship condition requires that the number of instances of one object that are converted to instances of the other object is dependent on respective numbers of instances in both the first and second objects. If so, an appropriate link representation (e.g. link representation 128) is selected. From step 228, the method 190 proceeds to terminate at step 216.
  • a model builder may wish to model a situation where a relationship condition, represented by a link representation 138, between objects represented by nodes 130 and 132, is influenced by a third object, represented by node 134.
  • overlaying the relevant link representation 138 with a modifier representation 136 may represent this influence of the third object on the relationship condition between the first and second objects.
  • the node 134 representing the third object is further shown to feed into the modifier representation 136 by a link representation 137.
  • the modifier representation 136 includes an identifier that provides an indication of the type of effect the third object has on the relevant relationship condition.
  • the modifier representation 136 may include a "+” symbol, which may indicate that the third node has a stimulating effect on the relevant relationship condition.
  • modifier representations 136a and 136b each include the "+” symbol, which indicates that a third object (i.e. a "rabbit food supply” object) has a stimulating effect on the production by "adult rabbits" object instances of "young rabbits” object instances.
  • the modifier representation 136 represents an analogous situation with respect to the wolf population in the simulation model 150.
  • FIG. 12 illustrates a method 230, according to one embodiment of the invention, of displaying a modifier representation which represents the influence of an object on a relationship condition between a pair of objects.
  • the method commences at step 232, and proceeds to step 234 where a node representation for a third object of the simulation model is displayed within a diagram window in response to a user input.
  • the method then proceeds to decision box 236, where determination is made as to whether the third object influences a relationship condition, represented by an appropriate link representation, between two objects represented in the diagram window by respective node representations. If not, the method terminates at step 238. If so, the method proceeds to decision box 240, where a determination is made as to whether this influence is inhibiting.
  • a modifier representation including an appropriate identifier (e.g. "-") is selected at step 242.
  • the method 230 proceeds to decision box 244, where a determination is made as to whether the influence is stimulating. If so, a modifier representation, including an appropriate identifier (e.g. "+”) is selected at step 246.
  • modifier representations including the "A” or "B” could also be used to identify the underlying modifier object as “allowing” or “blocking” a relationship condition (e.g. an effect or conversion relationship condition) between a two objects.
  • step 252 the selected modifier representation is overlaid on a link representation between nodes for the first and second objects, and a link representation is generated between a node representation for the third object and the modifier representation.
  • the method then terminates at step 238.
  • the modifier representation represents an underlying modifier object, which may in turn be expressed in terms of an equation.
  • the modifier object may comprise a function of parameters within the simulation model.
  • An example of an equation expressing a modifier object is provided below in Table 2.
  • modifiers also have an additive or multiplicative setting; this setting specifies whether multiple modifiers on a link should add or multiply their terms together before being multiplied by the link term.
  • the "linkterm” expression refers to an equation which is embodied in a link object to express a relationship condition between two objects. Examples of such equations are provided above in Table 1 in the "RELATIONSHIP CONDITION (EQUATION)" column.
  • Computer System Figure 13 shows a diagrammatic representation of a computer system 500 within which software for performing the methodologies discussed above, and for generating a GUI according to the teachings of the present invention, may operate.
  • the computer system 500 includes a processor 502, a main memory 503 and a static memory 504, which communicate via a bus 506.
  • This system 500 is further shown to include a video display unit 508 (e.g., a liquid crystal display (LCD) or a cathode ray tube (CRT)) on which a GUI according to the present invention may be displayed.
  • the computer system 500 also includes an alpha-numeric input device 510 (e.g. a keyboard), a cursor control device 512 (e.g.
  • the disk drive unit 514 includes a computer-readable medium 515 on which software 520 for executing each methodology described above and for generating the various graphic elements comprising the invention is stored.
  • the software 520 is also shown to reside, completely or at least partially, within the main memory 503 and /or within the processor 502. The software 520 may further be transmitted or received via the network interface device 518.
  • computer-readable medium shall be taken to include any medium which is capable of storing or encoding a sequence of instructions for performing the methodologies of the present invention, and shall be taken to included, but not be limited to, optical and magnetic disks, and carrier wave signals.

Abstract

A method of generating a display, or representation, of a simulation model within a graphical user interface (GUI) is described. The simulation model includes a number of objects, which may include state, function, link and modifier objects. The method commences with the display of node representations for at least first and second objects. Thereafter, a link representation, which represents an underlying link object, is selected from a predefined set of link representations to represent a desired relationship condition between the first and second objects. Each link representation of the set is associated with a distinct relationship condition. Each relationship condition may further be defined in terms of an underlying equation. Thereafter, the selected link representation is shown to extend between the respective node representations representing the first and second objects. Thus, the type of relationship condition which exists between the first and second objects is apparent from the link representation which extends between the relevant node representations.

Description

METHOD OF GENERATING A DISPLAY FOR A DYNAMIC SIMULATION MODEL UTILIZING NODE AND LINK REPRESENTATIONS
FIELD OF THE INVENTION
The present invention pertains generally to the field of simulation modeling. More specifically, the present invention relates to methods of representing objects within a simulation model.
BACKGROUND OF THE INVENTION
Simulation modeling is commonly used to model systems to perform "what-if" analyses, to optimize system performance and to identify problems within systems. Graphical simulation modeling allows a complex system to be modeled in an intuitive and visually comprehensible manner, and has found application in wide range of fields, from business to biological analysis.
The construction of a simulation model typically involves identifying various objects within the system, which are then represented by variables, equations or both embodied in an "object". A simulation model may be constructed using a graphical user interface (GUI) in which the various objects are represented by user-selected icons or other appropriate graphical representations, and in which the inter-relationships between the objects are represented by links.
A simplified representation of a typical prior art graphical user interface (GUI) for a graphical simulation model is shown Figure 1. Specifically, the prior art GUI of Figure 1 includes a diagram window 10, within which are displayed node representations for various objects of a modeled system. Each of the various objects of the modeled system is shown to be either an entity object 12, an input object 14 or a link object 16. Each of the objects typically includes at least one parameter 18 which has a parameter name, an assigned value 20 and parameter documentation 22 which describes the parameter 18.
Known simulation modeling tools include the Process Charter from Scitor Corporation of Menlo Park, California; PowerSim from Modell Data AS in Bergen, Norway (http://www.powersim.com); Ithink and Stella from High Performance Systems Incorporated of Hanover, New Hampshire (http://hps-inc.com); and Extend +BPR from Imagine That! Incorporated of San Jose, California (http://www.imaginethatinc.com). Figure 2 illustrates a simulation model 30 as generated utilizing the Ithink product from High Performance Systems, Inc. The simulation model represents a work- in/work-out system within a business. The simulation model 30 is shown to include an object 32 that represents "work backlog", the object 32 being fed by arriving work orders 34 and depleted by filled work orders 36. The rate at which work orders are fed to the backlog object 32 is determined by an object 39, which functions as a "valve" with respect to a pipe by which work orders are fed to the object 32. Similarly, the rate at which work orders are dispensed from the object 32 is dependent upon an object 38 which functions as a "valve" for the pipe by which work orders are dispensed from the object 32. The object 38 is shown to receive as inputs the number of workers within the system, as represented by object 42, and the weekly productivity of each of these workers, as represented by the input parameter 40. The weekly productivity of the workers is further a function of hours per week per worker, represented by object 44. The production per hour worked, represented by object 46, is further shown to influence the weekly productivity per worker. Productivity per hour worked is in turn influenced by an average burnout factor, which is represented by an object 48. Various other factors are shown to influence the object 48. While the simulation model 30 shown in Figure 2 provides a satisfactory representation of the work-in/work-out system, the model 30 suffers from a number of inefficiencies. Specifically, the mathematical structure underlying the model 30 is not readily apparent from a viewing of the icons, and can only be guessed at as a result of the labels which are attached to the various nodes shown in the simulation model 30. Further, the numerous icons that are used to represent objects, inputs, pipes and links (as well as the labels associated with each of these icons) result in a cumbersome and cluttered depiction of the modeled system.
SUMMARY OF THE INVENTION
According to a first aspect of the invention, there is provided a method of generating a display of a simulation model including first and second objects between which a relationship condition exists. The method commences with the display of respective first and second node representations for the first and second objects. Thereafter, a link representation is selected from a predetermined set of link representations to represent a relationship condition between the first and second objects. Each link representation within the set is associated with a different relationship condition. The selected link representation is then displayed to represent the relationship condition between the first and second objects. According to a second aspect of the invention, there is provided a method of presenting a set of link representations to represent a relationship condition between first and second objects in a display of a simulation model. A predetermined set of potential relationship conditions between objects within the simulation model is defined. Thereafter, a respective link representation is assigned to each relationship condition of the predetermined set of relationship conditions, so as to define a set of link representations. The set of link representations is then presented on a display device for selection by a user to represent the relationship condition between the first and second objects of the simulation model.
According to a third aspect of the invention, there is provided a computer-readable medium storing a sequence of instructions which, when executed by a processor, cause the processor to perform the steps of the above described first and second aspects of the present invention.
Other features of the present invention will be apparent from the accompanying drawings and from the detailed description that follows.
BRIEF DESCRIPTION OF THE DRAWINGS
The present invention is illustrated by way of example and not limitation in the figures of the accompanying drawings, in which like references indicate similar elements and in which:
Figure 1 illustrates a graphical user interface (GUI) utilized in the prior art to generate a display for a simulation model.
Figure 2 illustrates a representation of a simulation model generated using a prior art modeling tool.
Figure 3 is a diagrammatic representation of simulation modeling software according to one embodiment of the present invention.
Figure 4 is a diagrammatic representation of the interaction between the software illustrated in Figure 3 and GUIs operating on various software platforms.
Figure 5 illustrates a parameter window which allows a user to view and input information pertaining to a parameter of a simulation model according to one embodiment of the present invention.
Figure 6 illustrates three exemplary node representations which may be utilized to represent objects of a simulation model according to the present invention.
Figure 7 illustrates exemplary link representations which may be utilized, according to one embodiment of the present invention, to illustrate a relationship condition between state or function nodes of a simulation model.
Figure 8 illustrates a modifier representation which, according to one embodiment of the present invention, may be utilized to represent the influence of a third node on a relationship condition which exists between first and second nodes of a simulation model.
Figure 9 illustrates an exemplary representation of a simulation model constructed utilizing the graphical elements defined according to one embodiment of the present invention.
Figure 10 is a flow chart illustrating a method, according to one embodiment of the present invention, of generating a display of a simulation model.
Figure 11 is a flow chart illustrating a method, according to one embodiment of the present invention, of selecting a link representation to represent the relationship condition between two objects within a simulation model.
Figure 12 is a flow chart illustrating a method, according to one embodiment of the present invention, of displaying a modifier representation which represents the influence of an object on a relationship condition between a pair of objects.
Figure 13 is a diagrammatic representation of a computer system within which software, for performing the methodologies discussed above, may reside and be executed.
DETAILED DESCRIPTION
A method of generating a display for a simulation model including first and second objects is described. In the following description, for the purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the present invention. It will be evident, however, to one skilled in the art that the present invention may be practiced without these specific details.
The present specification describes exemplary methods for representing simulation models of systems utilizing graphical simulation modeling software. Referring to Figure 3, there is provided a diagrammatic representation of one exemplary embodiment of simulation modeling software 50 according to the present invention. Specifically, the modeling software 50 comprises a core 52, which may be coded using an object- oriented language such as the C++ or Java programming languages. Accordingly, the core 52 is shown to comprise classes of objects, namely diagram objects 54 and other object classes 56-64. As is well known within the art, each object within the core 52 may comprise a collection of parameters (also commonly referred to as instances, variables or fields) and a collection of methods which utilize the parameters of the relevant object. The functioning and purposes of each of the various classes of objects shown in Figure 3 will become apparent from the description that follows. An exploded view of the contents of an exemplary diagram object 66 is provided, from which it can be seen that the diagram object 66 includes documentation 68 which provides a description of the diagram object, a collection of parameters 70, and methods 72 which may define an equation or a class of equations. The diagram objects 54 each define a feature or object of a modeled system which is displayed within a diagram window presented by a graphical user interface (GUI) which interacts with the core 52. According to one exemplary embodiment of the invention, the diagram objects 54 may include state, function, modifier and link objects which are represented respectively by state nodes, function nodes, modifier icons and link icons within the diagram window.
Figure 4 provides a diagrammatic representation of the core 52, which is shown to be capable of interaction with any one of a number of GUIs. Specifically, the core 52 is shown to interface with a GUI 80 operating on the Macintosh platform developed by Apple Computer, Inc. of Cupertino, California, a GUI 82 operating on either the Windows '98 or Windows NT platforms developed by Microsoft Corporation of Redmond, Washington, or a platform-independent GUI 84 coded in Hyper-Text Markup Language (HTML) or the Java language developed by Sun Microsystems of Mountain View, California. Each of the GUIs interacts with the core 52 to present a diagram window in which icons representative of the diagram objects 54 are displayed, and in which panels (or windows) representative of objects may be displayed.
Parameters As discussed with reference to Figure 3, each object defined within the software core 52 may have at least one parameter associated therewith which quantifies the characteristics of the object, and which is used during simulation of the modeled system. It will also be appreciated that not all objects must include a parameter. In one exemplary embodiment of the invention, several types of parameters are defined. Firstly, system parameters may be defined for each subject type. For example, a system parameter may comprise an initial value for a state object, or a coefficient value for a link object. Other parameter types include object parameters and diagram parameters that facilitate easy manipulation of values in simulation operations. Specifically, diagram parameters may be available to all objects, whereas object parameters may be available to only a single object. For the purposes of this specification, the term" parameter value" shall be taken to encompass an input (initial) value, an output value or any intermediate value of a parameter, unless explicitly stated otherwise.
Referring now to Figure 5, there is shown a parameter window 90, that may be generated by any one of the GUIs shown in Figure 4, and that provides a user with information regarding a parameter and allows the user to input or specify a value to be attributed to the respective parameter. The manner by which a parameter window 90 is invoked and constructed within a GUI will be described below. The exemplary parameter window 90 is shown to include four sections, namely a definition section 92, a units section 94, a settings section 96 and a range section 98 The definition section 92 displays an identifier (or symbol) for the parameter, as well as an appropriate definition of the parameter. In the illustrated parameter window 90, the parameter is represented by the symbol "C", which is defined as the coefficient of an equation within a specific object. The units section 94 displays units used internally and for assessment. For example, a user may input an assessment value, which is converted to an internal value. The units used for assessment are used for a value that is designated as a "working" value in the settings section 96. If the internal and assessed units are different, a conversion may also be indicated in the units section 94. In the illustrated example, the assessed value is reciprocated and multiplied by a constant K that converts from "hours" assessed to a half-life calculation value.
The range section 98 may optionally be used to define upper and lower value limits that may be assigned to the parameter. Again, description fields for each of the upper and lower limits are provided.
Graphical Elements Figures 6-8 provide examples of graphical elements which, according to one exemplary embodiment of the invention, may be utilized to construct a display of a simulation model according to the invention. The illustrated graphical elements are made available by a GUI to a model builder, who is then able to construct a representation of a modeled system. In the description which follows, the term "node" is used to reference an icon which is representative of an object. For the purposes of this specification, the term "node" shall however be taken to refer to any representation of an object. Accordingly, the terms "node" and "object" should be regarded as interchangeable and synonymous. It will be appreciated that the graphical elements discussed below are exemplary and any distinctive graphical elements may be substituted for the graphical elements discussed below without departing from the spirit of the invention.
The graphical elements discussed below with reference to Figures 6-8 may be used to construct a simulation model, such as that shown in Figure 9. Referring firstly to Figure 6, there are illustrated examples of two node types, namely a state node 110 and a function node 112. In order to distinguish between state and function nodes 110 and 112, reference will also be made now to Figure 9. Figure 9 illustrates an exemplary simulation model 150 that represents a predator-prey system. In the model system, the predators comprise wolves and the prey comprises rabbits.
Referring back to Figure 6, a state node 110 represents an underlying state object defining a condition or state within the modeled system. In the representation of the simulation model 150 in Figure 9, it will be noted that state node represent various conditions within the model. Specifically, a "vegetation" state node 152 represents the state of vegetation within the model 150, while state nodes 156, 158, 162 and 164 respectively represent rabbit and wolf population numbers. The various objects underlying the state nodes may comprise one or more parameters and /or one or more equations (or methods) which are effected or influenced by links (which may also be termed "arrows") which feed into the respective state nodes. For example, the "adult rabbits" state node 156 represents an object including a parameter indicating the number of adult rabbits within the simulation at any specific time.
In summary, a parameter of a state object may be defined as the integrated sum of all effects acting on the relevant object (which is represented by a node representation), each effect being defined by a link object and represented by the link representation feeding into the node. The quantitative magnitudes of these effects is a function of the parameters of the link objects represented by the link representations, and of the parameters of state objects shown to be "connected" to the opposite ends of such link representations.
Referring to Figure 6, a function node 112 represents a function object that defines an element within the simulation model that is purely a function of an object within the simulation model. Referring again to the simulation model 150 shown in Figure 9, two function nodes 154 and 160 are shown respectively to represent objects representing rabbit food supply and wolf food supply. Each of the function nodes 156 and 160 includes a parameter that is a function of parameters of nodes that are shown by links to feed into the relevant function node. For example, the function node 154, which has a parameter whose value represents the quantity of rabbit food available, is shown to be a function of the vegetation node 152. Similarly, the function node 160, which includes a parameter whose value indicates the available quantity of wolf food, is a function of the "adult rabbit" node 156, and the "young rabbit" node 158.
Figure 7 illustrates a set of link representations 118-128 which a model builder may select to represent a relationship condition which exists between two objects, represented by nodes, within simulation model. Each of the link representations 118-128 is associated with and represents a different relationship condition. Referring firstly to a "constant effect" link representation 118, this link representation indicates a relationship condition between first and second objects, represented by the state nodes 115 and 117 respectively, wherein the first object has an effect on the second object, and this effect is independent of any values of parameters associated with the first or second node. In one embodiment the link representation 118 represents the effect as constant over the duration of a simulation operation. The link representation 118 is distinguished in that the tail portion of the link representation is spaced from the circle behind the arrowhead. A "proportional effect" link representation 120 represents a relationship condition between first and second objects wherein the first object has an effect on the second object, and the magnitude of this effect is dependent on the value of a parameter of the first object, represented by state node 115. The link representation 120 is distinguished in that the tail portion thereof contacts the circle behind the arrowhead. Referring to Figure 9, examples of "proportional effect" link representations are indicated at 120a and 120b. Specifically, the "adult rabbit" state node 156 is shown to have a proportional effect on the "young rabbit" state node 158 in that the number of young rabbits will increase in proportion to the number of adult rabbits. The same holds true for the link representation 120b, which represents the effect of the "adult wolves" node 162 on the "young wolves" node 164.
An "interaction effect" link representation 122 represents that a first object, represented by the state node 115, has an effect on a second object, represented by state node 117 and that the effect is dependent on the values of parameters of both the first and second objects. The link representation 122 is distinguished in that the tail portion of the representation engages the circle, and in that an arcuate line extends from the circle to the state node 117. Referring again to Figure 9, two examples of "interaction effect" link representations are shown at 122a and 122b. Specifically, the "adult wolves" node 162 is shown to have an effect on the "adult rabbits" node 156. Specifically, as indicated by the "C" in the circle 170, adult wolves consume adult rabbits. The rate or magnitude of this consumption is determined by both the number of adult wolves and the number of adult rabbits, and the effect of the object represented by node 162 on the object represented by node 156 is accordingly dependent on the value of parameters (e.g. population numbers) associated with each of these objects respectively. The same explanation applies regarding the effect of the object represented by the "adult wolves" node 162 on the object represented by the "young rabbits" node 158, between which the "interaction effect" link representation 122b extends.
A "constant conversion" link representation 124, shown in Figure 7, represents that instances of a first object represented by the state node 115 are converted to instances of a second object represented by the state node 117. The "constant conversion" link representation 124 further represents that the number of instances converted is independent of any values of parameters associated with the first or second object. In one embodiment, the link representation 124 denotes this conversion as being constant, and is not effected by external parameters. The link representation 124 is characterized in that a tail portion thereof is thickened relative to the tail portion of the "constant effect" link representation 118, and that this tail portion is spaced from the circle behind the head of the link representation 124.
A "proportional conversion" link representation 126 represents that a number of instances of a first object, represented by the state node 115, are converted to instances of a second object, represented by the state node 117. Further, the link representation 126 indicates that the number of instances converted is dependent on the number of instances of the first object. Referring to Figure 9, "proportional conversion" link representations are drawn at 126a and 126b. Specifically, the link representation 126a represents that instances of an object represented by the "young rabbit" node 158 are converted to instances of an object represented by the "adult rabbit" node 156. Further, the number of young rabbits (i.e. young rabbit instances) converted to adult rabbits (i.e. adult rabbit instances) is dependent on the number of young rabbit instances, which exist within the object represented by node 158. Similarly, the number of instances of an object represented by the "young wolves" node 164 that are converted to instances of an object represented by the "adult wolves" node 162 is dependent on the number of instances of the object represented by the "young wolves" node 164. The circles 172 of the "proportional conversion" link representations 126a and 126b are shown to include the letter "S", which indicates that the type of conversion that occurs is a change in state. It will be appreciated that any symbol could similarly be included within the circle of a link representation to provide further information regarding the type of relationship condition which exists between objects represented by nodes between which a link representation extends.
An "interaction conversion" link representation 128 represents that a number of instances of a first object, represented by state node 115, are converted to instances of a second object, represented by state node 117. Further, the "interaction conversion" link representation 128 represents that the number of instances of the first object that are converted to instances of the second object is dependent upon respective numbers of instances of both the first and the second objects. The link representation 128 is distinguished in that the tail portion is thickened relative to the tail portion of the link representation 122, and that an arcuate line extends from a circle within the representation 128 to the state node 117 representing the second object.
From the above description of the link representations 118-128, it will be noted that each link represents a relationship condition between first and second objects as being either an "effect" relationship or a "conversion" relationship. Further, each link representation 118-128 represents the relationship condition as being either constant, proportional or interactive.
The link representations 118-128 shown in Figure 7 are exemplary, and any appropriate link representations can be used to represent the various relationship conditions described above. It will be appreciated that the relationship conditions that are represented by the various link representations 118-128 are typically defined by the model builder. To this end, examples of mathematical expressions of relationship conditions that may be represented by the various link representations are provided below in Table 1. The mathematical expressions given in Table 1 are for a dynamic simulation model which is driven by the progression of time. The link representations 118-128 could similarly be used in a static model. TABLE 1
Figure imgf000013_0001
As noted above, each of the link representations 118-128 includes a circle in which a graphical identifier providing further information regarding the relationship condition can be displayed. For example, referring to Figure 9, each of the link representations is shown to contain an alphabet letter which provides further information regarding the relationship condition between two respective objects. A GUI may also provide an index table 174, such as shown in Figure 9, which provides a key to the identifiers displayed in the circles of the various link representations. Referring now to Figure 10, there is shown a flow chart illustrating a method 180, according to one exemplary embodiment of the invention, of generating a display (or graphical representation) of a simulation model. In one embodiment, the steps of method 180 are performed by a GUI in conjunction with the software core 52 illustrated in Figure 3. The method commences at step 182, and proceeds to step 184 where a predetermined set of relationship conditions that may exist between objects in the simulation model are defined. For example, the defined relationship conditions may comprise the six relationship conditions described above with reference to Figure 7, and may be expressed in the form of equations. At step 186, a respective link representation is associated with each of the relationship conditions in the set. For example, the link representations 118-128 may each be associated with a distinct relationship condition, as described above with reference to Figure 7. Looking now at a minimum construction at step 188, the GUI displays node representations, such as state nodes 115 and 117, for first and second objects. The display of the node representations occurs in response to a user input. At this step a user may also input further information, such as parameter values, equations and documentation, to define the diagram objects (i.e. state and /or function objects) such as those shown at 54 in Figure 3.
Having thus generated at least two node representations for display by the GUI, and having defined the objects that underlie these node representations, the user at step 190 then selects a link representation, from the link representations associated with the predetermined set of relationship conditions, to represent a desired relationship condition between the objects represented by the first and second nodes. At step 192, a user may then further define the relationship condition between the objects in terms of equations and parameters. For example, the relationship condition between the objects could be expressed in terms of a dynamic equation such as any one of those provided above in Table 1. Parameters defining the relationship condition may be inputted and defined by using a parameter window 90 such as that shown in Figure 5. The user may also optionally specify further information to be included within the link representation. For example, the user may specify an identifier to be incorporated within the circle of any one of the link representations 118-128 shown in Figure 7. The method 180 then proceeds to step 194, where the GUI displays the selected link representation to show the relationship condition that exists between the objects represented by the first and second nodes. The association of different link representations with each distinct relationship condition of a set is particularly advantageous in that a user viewing a display of a simulation model, such as the simulation model 150 in Figure 9, is able immediately to ascertain and understand the relationships between the objects represented by the nodes without having to "drill-down" into the representation or to access additional information windows. The inclusion of identifiers within the respective circles of each of the link representations 118-128, and the provision of a key 174 for each of the identifiers, further enhances understanding of the display.
Figure 11 is a flow chart illustrating an exemplary method 190 of selecting a link representation from a predefined set to represent a relationship condition between objects represented by first and second nodes within a diagram window. The method 190 commences at the step 200 and then proceeds to decision box 202, where a determination is made as to whether the relationship condition between the first and second objects is an "effect" relationship or a "conversion" relationship. If it is determined that the relationship condition is properly classified as an effect relationship, the method proceeds to decision box 204, where a determination is made as to whether the effect is constant. If so, an appropriate link representation (e.g. link representation 118) is selected at step 206. If the effect relationship is not constant, the method 190 proceeds to decision box 208, where a determination is made as to whether the effect of the one object on the other is dependent on the value of a parameter associated with one of the objects. If so, the method proceeds to step 210, where an appropriate link representation (e.g. link representation 120) is selected. Alternatively the method 190 proceeds to decision box 212, where a determination is made as to whether the effect of one object on the other is dependent on values of parameters associated with each of the objects. If so, the method 190 proceeds to step 214, where an appropriate link representation (e.g. link representation 122) is selected. From step 214, the method terminates at step 216.
Returning to decision box 202, if it is determined that the relationship condition between the objects is not an "effect" relationship condition, but rather a "conversion" relationship condition, the method proceeds from decision box 202 to decision box 218, where a determination is made as to whether the "conversion" relationship condition requires that a constant number of instances of one object be converted to instances of the other object. If so, the method proceeds to step 220, where an appropriate link representation (e.g. link representation 214) is selected. Alternatively, the method proceeds to decision box 222, where a determination is made as to whether the "conversion" relationship condition specifies that the number of instances of the one object that are converted to instances of the other object is dependent on the number of instances of either one of these objects. If so, the method proceeds to step 224, where an appropriate link representation (e.g. link representation 126) is selected. Alternately, the method proceeds to decision box 226, where a determination is made as to whether the "conversion" relationship condition requires that the number of instances of one object that are converted to instances of the other object is dependent on respective numbers of instances in both the first and second objects. If so, an appropriate link representation (e.g. link representation 128) is selected. From step 228, the method 190 proceeds to terminate at step 216.
Returning to Figure 8, a model builder may wish to model a situation where a relationship condition, represented by a link representation 138, between objects represented by nodes 130 and 132, is influenced by a third object, represented by node 134. According to one embodiment of the present invention, overlaying the relevant link representation 138 with a modifier representation 136 may represent this influence of the third object on the relationship condition between the first and second objects. The node 134 representing the third object is further shown to feed into the modifier representation 136 by a link representation 137. The modifier representation 136 includes an identifier that provides an indication of the type of effect the third object has on the relevant relationship condition. For example, as it is case in Figure 8, the modifier representation 136 may include a "+" symbol, which may indicate that the third node has a stimulating effect on the relevant relationship condition. Referring to Figure 9, modifier representations 136a and 136b each include the "+" symbol, which indicates that a third object (i.e. a "rabbit food supply" object) has a stimulating effect on the production by "adult rabbits" object instances of "young rabbits" object instances. The modifier representation 136 represents an analogous situation with respect to the wolf population in the simulation model 150.
In one embodiment of the present invention, a modifier representation may include a "-" symbol to represent that a third object has an inhibiting effect on the relationship condition between a pair of objects. Further, a modifier representation may include a "=" symbol which indicates that the third object may have either an inhibiting or stimulating effect on the relationship between a pair of objects, dependent on the value of a parameter of the third object. For example, a parameter of the third object could have a certain threshold below which the third object has a stimulating effect on the relationship condition and above which the third object has an inhibiting effect on the relationship condition.
To this end, reference is now made to Figure 12 which illustrates a method 230, according to one embodiment of the invention, of displaying a modifier representation which represents the influence of an object on a relationship condition between a pair of objects. The method commences at step 232, and proceeds to step 234 where a node representation for a third object of the simulation model is displayed within a diagram window in response to a user input. The method then proceeds to decision box 236, where determination is made as to whether the third object influences a relationship condition, represented by an appropriate link representation, between two objects represented in the diagram window by respective node representations. If not, the method terminates at step 238. If so, the method proceeds to decision box 240, where a determination is made as to whether this influence is inhibiting. If so, a modifier representation including an appropriate identifier (e.g. "-") is selected at step 242. Alternatively, the method 230 proceeds to decision box 244, where a determination is made as to whether the influence is stimulating. If so, a modifier representation, including an appropriate identifier (e.g. "+") is selected at step 246. Alternatively, the method proceeds to decision box 248, where a determination is made as to whether the influence is dependent on a value of a parameter of the third object. If so, a modifier representation including an appropriate identifier (e.g. "=") is selected at step 252.
The identifiers mentioned above are ,of course, merely exemplary and any suitable identifier could be included within a modifier representation to advertise a characteristic of an underlying modifier object. For example, modifier representations including the "A" or "B" could also be used to identify the underlying modifier object as "allowing" or "blocking" a relationship condition (e.g. an effect or conversion relationship condition) between a two objects.
From steps 242, 246 or 252, the method 230 proceeds to step 252, where the selected modifier representation is overlaid on a link representation between nodes for the first and second objects, and a link representation is generated between a node representation for the third object and the modifier representation. The method then terminates at step 238.
The modifier representation represents an underlying modifier object, which may in turn be expressed in terms of an equation. In one embodiment, the modifier object may comprise a function of parameters within the simulation model. An example of an equation expressing a modifier object is provided below in Table 2.
TABLE 2
Modifier dT ( {t\ \
M . f 5(f) linkterm+... dt i, N where T is the target node, M is a multiplier constant, Ν is a normalization constant, /() is a function, either linear or specified by a transformation curve, and link term is the a link term. Note that modifiers also have an additive or multiplicative setting; this setting specifies whether multiple modifiers on a link should add or multiply their terms together before being multiplied by the link term.
In Table 2, the "linkterm" expression refers to an equation which is embodied in a link object to express a relationship condition between two objects. Examples of such equations are provided above in Table 1 in the "RELATIONSHIP CONDITION (EQUATION)" column.
Computer System Figure 13 shows a diagrammatic representation of a computer system 500 within which software for performing the methodologies discussed above, and for generating a GUI according to the teachings of the present invention, may operate. The computer system 500 includes a processor 502, a main memory 503 and a static memory 504, which communicate via a bus 506. This system 500 is further shown to include a video display unit 508 (e.g., a liquid crystal display (LCD) or a cathode ray tube (CRT)) on which a GUI according to the present invention may be displayed. The computer system 500 also includes an alpha-numeric input device 510 (e.g. a keyboard), a cursor control device 512 (e.g. a mouse), a disk drive unit 514, a signal generation device 516 (e.g. a speaker) and a network interface device 518. The disk drive unit 514 includes a computer-readable medium 515 on which software 520 for executing each methodology described above and for generating the various graphic elements comprising the invention is stored. The software 520 is also shown to reside, completely or at least partially, within the main memory 503 and /or within the processor 502. The software 520 may further be transmitted or received via the network interface device 518. For the purposes of this specification, the term "computer-readable medium" shall be taken to include any medium which is capable of storing or encoding a sequence of instructions for performing the methodologies of the present invention, and shall be taken to included, but not be limited to, optical and magnetic disks, and carrier wave signals.
Thus, a method of generating a display of a simulation model including first and second objects has been described. Although the present invention has been described with reference to specific exemplary embodiments, it will be evident that various modifications and changes may be made to these embodiments without departing from the broader spirit and scope of the invention. Accordingly, the specification and drawings are to be regarded in an illustrative rather than a restrictive sense.

Claims

CLAIMSWhat is claimed is:
1. A method of generating a display of a simulation model including first and second objects between which a relationship condition exists, the method including the steps of:
displaying respective first and second node representations for the first and second objects;
selecting a link representation from a predetermined set of link representations to represent the relationship condition between the first and second objects, each link representation in the set being associated with a different relationship condition; and
displaying the selected link representation to represent the relationship condition between the first and second objects.
2. The method of claim 1 wherein the step of selecting comprises selecting a link representation that represents that the first object has an effect on the second object.
3. The method of claim 2 wherein the step of selecting comprises selecting a link representation that represents the effect as being dependent on a parameter value.
4. The method of claim 3 wherein the parameter value is a value associated with a link object describing the relationship condition between the first and second objects and represented by the selected link representation.
5. The method of claim 3 wherein the parameter value is a value associated with either the first or the second object.
6. The method of claim 2 wherein the step of selecting comprises selecting a link representation that represents the effect of the first object on the second object as being independent of any values of parameters associated with the first or second object.
7. The method of claim 2 wherein the step of selecting comprises selecting a link representation that represents the effect of the first object on the second object as being dependent to a value of a parameter of the first object.
8. The method of claim 2 wherein the step of selecting comprises selecting a link representation that represents the effect of the first object on the second object as being dependent on respective values of parameters of both the first and second objects.
9. The method of claim 2 including the step of providing an identification of the type of effect the first object has on the second object.
10. The method of claim 1 wherein the step of selecting comprises selecting a link representation that represents that instances of the first object represented by the first node are converted to instances of the second object represented by the second node.
11. The method of claim 10 wherein the step of selecting comprises selecting a link representation that represents the conversion as being dependent on a parameter value.
12. The method of claim 11 wherein the parameter value is a value associated with a link object describing the relationship condition between the first and second objects and represented by the selected link representation.
13. The method of claim 11 wherein the parameter value is a value associated with either the first or the second object.
14. The method of claim 10 wherein the step of selecting comprises selecting a link representation that represents the conversion as being independent of any values of parameters associated with the first or second object.
15. The method of claim 10 wherein the step of selecting comprises selecting a link representation that represents the conversion as being dependent on a value of a parameter of the first object.
16. The method of claim 10 wherein the step of selecting comprises selecting a link representation that represents the conversion as being dependent on values of parameters of both the first and second objects.
17. The method of claim 10 including the step of providing an identification of the type of conversion by which instances of the first object are converted to instances of the second object.
18. The method of claim 1 including the steps of selecting a modifier representation to represent an influence of a third object on the relationship condition between the first and second objects, and of displaying the modifier representation to represent the influence of the third object on the relationship condition between the first and second objects.
19. The method of claim 18 including the step of selecting a modifier representation to represent the third object as having an effect on the relationship condition between the first and second objects dependent on a value of at least one parameter.
20. The method of claim 19 wherein the at least one parameter is a parameter included within a modifier object represented by the modifier representation.
21. The method of claim 19 wherein the at least one parameter is a parameter included within the third object.
22. The method of claim 18 including the step of providing, in association with the modifier representation, an identification of the type of effect the third object has on the relationship condition between the first and second objects.
23. A method of presenting a set of link representations to represent a relationship condition between first and second objects in a display of a simulation model, the method comprising the steps of:
defining a predetermined set of relationship conditions between objects within the simulation model; assigning a respective link representation to each relationship condition of the predetermined set of relationship conditions, so as to define a set of link representations; and
presenting the set of link representations on a display device for selection by a user to represent the relationship condition between the first and second objects of the simulation model.
24. The method of claim 23 wherein the step of defining comprises defining the first object as having an effect on the second object.
25. The method of claim 24 wherein the step of defining comprises defining the effect as being dependent on a parameter value.
26. The method of claim 23 wherein the step of defining comprises defining instances of the first object as being converted to instances of the second object.
27. The method of claim 26 wherein the step of defining comprises defining the conversion as being dependent on a parameter value.
28. The method of claim 23 including the steps of defining a modifier representation to represent an influence of a third object on the relationship condition between the first and second objects, and presenting the modifier representation for selection by a user to represent the influence of the third object on the relationship condition between the first and second objects.
29. A computer-readable medium storing a sequence of instructions which, when executed by a processor, cause the processor to perform the steps of:
displaying respective first and second node representations of the first and second objects on a display device;
presenting a predetermined set of link representations for selection by a user to represent the relationship condition between the first and second objects, each link representation in the set being associated with a different relationship condition; and displaying a user-selected link representation to represent the relationship condition between the first and second objects.
30. A computer-readable medium storing a sequence of instructions which, when executed by a processor, cause the processor to perform the steps of:
identifying a predetermined set of potential relationship conditions between objects within the simulation model;
assigning a respective link representation to each relationship condition of the predetermined set of potential relationship conditions, so as to define a set of link representations; and
presenting the set of link representations on a display device for selection by a user to represent the relationship condition between first and second objects of the simulation model.
PCT/US1998/022580 1997-10-31 1998-10-23 Method of generating a display for a dynamic simulation model utilizing node and link representations WO1999023554A1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
CA002307229A CA2307229C (en) 1997-10-31 1998-10-23 Method of generating a display for a dynamic simulation model utilizing node and link representations
JP2000519349A JP2001522083A (en) 1997-10-31 1998-10-23 How to generate a representation of a dynamic simulation model using node and link representations
EP98955104A EP1027647A1 (en) 1997-10-31 1998-10-23 Method of generating a display for a dynamic simulation model utilizing node and link representations
AU11990/99A AU1199099A (en) 1997-10-31 1998-10-23 Method of generating a display for a dynamic simulation model utilizing node andlink representations

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US08/962,524 US6051029A (en) 1997-10-31 1997-10-31 Method of generating a display for a dynamic simulation model utilizing node and link representations
US08/962,524 1997-10-31

Publications (1)

Publication Number Publication Date
WO1999023554A1 true WO1999023554A1 (en) 1999-05-14

Family

ID=25506011

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1998/022580 WO1999023554A1 (en) 1997-10-31 1998-10-23 Method of generating a display for a dynamic simulation model utilizing node and link representations

Country Status (6)

Country Link
US (1) US6051029A (en)
EP (1) EP1027647A1 (en)
JP (2) JP2001522083A (en)
AU (1) AU1199099A (en)
CA (1) CA2307229C (en)
WO (1) WO1999023554A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7774182B2 (en) 2001-05-17 2010-08-10 Entelos, Inc. Apparatus and method for validating a computer model

Families Citing this family (74)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7362775B1 (en) 1996-07-02 2008-04-22 Wistaria Trading, Inc. Exchange mechanisms for digital information packages with bandwidth securitization, multichannel digital watermarks, and key management
US6983227B1 (en) 1995-01-17 2006-01-03 Intertech Ventures, Ltd. Virtual models of complex systems
US5613004A (en) * 1995-06-07 1997-03-18 The Dice Company Steganographic method and device
US6205249B1 (en) 1998-04-02 2001-03-20 Scott A. Moskowitz Multiple transform utilization and applications for secure digital watermarking
US7664263B2 (en) * 1998-03-24 2010-02-16 Moskowitz Scott A Method for combining transfer functions with predetermined key creation
US7346472B1 (en) 2000-09-07 2008-03-18 Blue Spike, Inc. Method and device for monitoring and analyzing signals
US7095874B2 (en) * 1996-07-02 2006-08-22 Wistaria Trading, Inc. Optimization methods for the insertion, protection, and detection of digital watermarks in digitized data
US7159116B2 (en) * 1999-12-07 2007-01-02 Blue Spike, Inc. Systems, methods and devices for trusted transactions
US5889868A (en) * 1996-07-02 1999-03-30 The Dice Company Optimization methods for the insertion, protection, and detection of digital watermarks in digitized data
US7457962B2 (en) * 1996-07-02 2008-11-25 Wistaria Trading, Inc Optimization methods for the insertion, protection, and detection of digital watermarks in digitized data
US7177429B2 (en) 2000-12-07 2007-02-13 Blue Spike, Inc. System and methods for permitting open access to data objects and for securing data within the data objects
US7730317B2 (en) 1996-12-20 2010-06-01 Wistaria Trading, Inc. Linear predictive coding implementation of digital watermarks
US6539347B1 (en) * 1997-10-31 2003-03-25 Entelos, Inc. Method of generating a display for a dynamic simulation model utilizing node and link representations
US6078739A (en) 1997-11-25 2000-06-20 Entelos, Inc. Method of managing objects and parameter values associated with the objects within a simulation model
US7664264B2 (en) 1999-03-24 2010-02-16 Blue Spike, Inc. Utilizing data reduction in steganographic and cryptographic systems
AU4466700A (en) 1999-04-16 2000-11-02 Entelos, Inc. Method and apparatus for conducting linked simulation operations utilizing a computer-based system model
US7475246B1 (en) 1999-08-04 2009-01-06 Blue Spike, Inc. Secure personal content server
US20020068269A1 (en) * 2000-03-10 2002-06-06 Allen Eric B. System and method for simulating cellular biochemical pathways
KR20010100527A (en) * 2000-05-03 2001-11-14 이병한 A public performance producing simulation system and the method
US20020091666A1 (en) * 2000-07-07 2002-07-11 Rice John Jeremy Method and system for modeling biological systems
AUPQ966400A0 (en) * 2000-08-24 2000-09-21 Xemplex Pty Ltd Method of graphically defining a formula
AU2001281591B2 (en) * 2000-08-24 2006-08-03 Xemplex Pty Ltd Method of graphically defining a formula
US20040243540A1 (en) * 2000-09-07 2004-12-02 Moskowitz Scott A. Method and device for monitoring and analyzing signals
US7127615B2 (en) 2000-09-20 2006-10-24 Blue Spike, Inc. Security based on subliminal and supraliminal channels for data objects
US20020073141A1 (en) 2000-12-12 2002-06-13 Dewhurst Sebastian John Computational fluid dynamics software
US6937257B1 (en) 2001-01-31 2005-08-30 Pharsight Corporation Unit tracking and notification in a graphical drug model editor
US7043415B1 (en) 2001-01-31 2006-05-09 Pharsight Corporation Interactive graphical environment for drug model generation
US6985846B1 (en) 2001-01-31 2006-01-10 Pharsight Corporation System and method for simulating clinical trial protocols with compiled state machines
US7873589B2 (en) * 2001-04-02 2011-01-18 Invivodata, Inc. Operation and method for prediction and management of the validity of subject reported data
US8065180B2 (en) * 2001-04-02 2011-11-22 invivodata®, Inc. System for clinical trial subject compliance
US8533029B2 (en) 2001-04-02 2013-09-10 Invivodata, Inc. Clinical monitoring device with time shifting capability
US7353152B2 (en) * 2001-05-02 2008-04-01 Entelos, Inc. Method and apparatus for computer modeling diabetes
JP2005509933A (en) * 2001-05-22 2005-04-14 エンテロス,インコーポレイティド Method for predicting biological activity of cellular components
US6862561B2 (en) 2001-05-29 2005-03-01 Entelos, Inc. Method and apparatus for computer modeling a joint
AU2002355996A1 (en) * 2001-08-16 2003-03-03 Biotech Research Venture Pte Limited Method for modelling biochemical pathways
US8046708B1 (en) * 2003-08-07 2011-10-25 The Mathworks, Inc. Reversed links from graphical diagram representation
US20030144823A1 (en) * 2001-11-01 2003-07-31 Fox Jeffrey J. Scale-free network inference methods
AU2002350129A1 (en) * 2001-11-02 2003-07-09 Gene Network Sciences, Inc. Language for networks
US7287275B2 (en) 2002-04-17 2007-10-23 Moskowitz Scott A Methods, systems and devices for packet watermarking and efficient provisioning of bandwidth
WO2004012110A1 (en) * 2002-07-31 2004-02-05 Avolution Pty Ltd A method and apparatus for the analysis of complex systems
DK1540505T3 (en) * 2002-08-29 2008-10-13 Gene Network Sciences Inc Systems and methods for forming biological networks
US7303582B2 (en) * 2003-03-21 2007-12-04 Advanced Medical Optics, Inc. Foldable angle-fixated intraocular lens
WO2004097627A2 (en) * 2003-05-01 2004-11-11 Maz Laboratory A method of representing data flow between programming objects in a hierarchical display
US20050042663A1 (en) * 2003-08-19 2005-02-24 Blinov Michael L. Rule-based modeling of biochemical networks
US7318199B2 (en) * 2003-09-11 2008-01-08 Oracle International Corporation Algorithm for automatic layout of objects in a database
WO2005026911A2 (en) * 2003-09-11 2005-03-24 Entelos, Inc. Apparatus and method for identifying therapeutic targets using a computer model
NZ546089A (en) * 2003-10-07 2008-04-30 Entelos Inc Simulating patient-specific outcomes using virtual patients and stimulation engine
DK1696790T3 (en) * 2003-11-19 2012-01-23 Entelos Inc Methods for assessing metabolic substrate utilization and efficacy of a therapy
US7069534B2 (en) 2003-12-17 2006-06-27 Sahouria Emile Y Mask creation with hierarchy management using cover cells
US8554486B2 (en) 2004-02-20 2013-10-08 The Mathworks, Inc. Method, computer program product, and apparatus for selective memory restoration of a simulation
US7844431B2 (en) 2004-02-20 2010-11-30 The Mathworks, Inc. Method and apparatus for integrated modeling, simulation and analysis of chemical and biochemical reactions
US20050235224A1 (en) * 2004-04-15 2005-10-20 Udo Arend User interface for an activity scout window
US20050235208A1 (en) * 2004-04-15 2005-10-20 Udo Arend User interface for a guided activity window
US20050235206A1 (en) * 2004-04-15 2005-10-20 Udo Arend User interface for a quick activity window
US20050234696A1 (en) * 2004-04-15 2005-10-20 The University Of Chicago Automated agent-based method for identifying infrastructure interdependencies
US20050235223A1 (en) * 2004-04-15 2005-10-20 Udo Arend User interface adaptable by an end user
US20050235251A1 (en) * 2004-04-15 2005-10-20 Udo Arend User interface for an object instance floorplan
EP1844416A2 (en) * 2005-02-04 2007-10-17 Entelos, Inc. Method for defining virtual patient populations
JP2008538024A (en) * 2005-03-15 2008-10-02 エンテロス・インコーポレーテッド Apparatus and method for computer modeling of type 1 diabetes
US7505990B2 (en) * 2005-05-05 2009-03-17 International Business Machines Corporation Method for defining and generating document management applications for model-driven document management
US7295884B1 (en) 2005-06-20 2007-11-13 The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration System and method of designing a load bearing layer of an inflatable vessel
US20070055932A1 (en) * 2005-09-02 2007-03-08 Microsoft Corporation Application programming interfaces for graphical user interfaces
US8806368B2 (en) * 2005-09-30 2014-08-12 Sap Ag User interface having quick views and full views
WO2007094830A1 (en) 2005-11-10 2007-08-23 In Silico Biosciences, Inc. Method and apparatus for computer modeling the human brain for predicting drug effects
US20070212719A1 (en) * 2006-03-10 2007-09-13 Los Alamos National Security Graphical rule based modeling of biochemical networks
WO2008051660A2 (en) * 2006-09-12 2008-05-02 Entelos, Inc. Apparatus and method for computer modeling chemical sensitivity of skin
JP5052985B2 (en) * 2007-07-31 2012-10-17 住友重機械工業株式会社 Molecular simulation method, molecular simulation apparatus, molecular simulation program, and recording medium recording the program
WO2009064817A1 (en) * 2007-11-13 2009-05-22 Entelos, Inc. Simulating patient-specific outcomes
US8380531B2 (en) 2008-07-25 2013-02-19 Invivodata, Inc. Clinical trial endpoint development process
JP2010081189A (en) 2008-09-25 2010-04-08 Oki Semiconductor Co Ltd Signal processor
US20120174079A1 (en) * 2010-06-23 2012-07-05 Ansca, Inc. Systems and methods for simulating a mobile device application
US10276054B2 (en) 2011-11-29 2019-04-30 Eresearchtechnology, Inc. Methods and systems for data analysis
US10002164B2 (en) * 2012-06-01 2018-06-19 Ansys, Inc. Systems and methods for context based search of simulation objects
US20220236968A1 (en) * 2021-01-27 2022-07-28 Salesforce.Com, Inc. Optimized data resolution for web components

Family Cites Families (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3800288A (en) * 1972-02-24 1974-03-26 Foxboro Co Computer-directed process control system with crt display
US4873623A (en) * 1985-04-30 1989-10-10 Prometrix Corporation Process control interface with simultaneously displayed three level dynamic menu
US5481741A (en) * 1986-04-14 1996-01-02 National Instruments Corporation Method and apparatus for providing attribute nodes in a graphical data flow environment
US4881175A (en) * 1986-09-02 1989-11-14 Genex Corporation Computer based system and method for determining and displaying possible chemical structures for converting double- or multiple-chain polypeptides to single-chain polypeptides
US5005143A (en) * 1987-06-19 1991-04-02 University Of Pennsylvania Interactive statistical system and method for predicting expert decisions
US5025388A (en) * 1988-08-26 1991-06-18 Cramer Richard D Iii Comparative molecular field analysis (CoMFA)
US5081584A (en) * 1989-03-13 1992-01-14 United States Of America Computer-assisted design of anti-peptides based on the amino acid sequence of a target peptide
US5544067A (en) * 1990-04-06 1996-08-06 Lsi Logic Corporation Method and system for creating, deriving and validating structural description of electronic system from higher level, behavior-oriented description, including interactive schematic design and simulation
US5555201A (en) * 1990-04-06 1996-09-10 Lsi Logic Corporation Method and system for creating and validating low level description of electronic design from higher level, behavior-oriented description, including interactive system for hierarchical display of control and dataflow information
US5623418A (en) * 1990-04-06 1997-04-22 Lsi Logic Corporation System and method for creating and validating structural description of electronic system
US5680590A (en) * 1990-09-21 1997-10-21 Parti; Michael Simulation system and method of using same
JPH0619655A (en) * 1990-10-23 1994-01-28 Internatl Business Mach Corp <Ibm> Method for displaying of data field of multientry on video display of computer in object-oriented software prpgram
US5331573A (en) * 1990-12-14 1994-07-19 Balaji Vitukudi N Method of design of compounds that mimic conformational features of selected peptides
EP0496902A1 (en) * 1991-01-26 1992-08-05 International Business Machines Corporation Knowledge-based molecular retrieval system and method
US5905494A (en) * 1992-08-12 1999-05-18 International Business Machines Corporation Method and system within an object oriented programming environment for enhanced efficiency of entry of operator inputs utilizing a complex object
US5913051A (en) * 1992-10-09 1999-06-15 Texas Instruments Incorporated Method of simultaneous simulation of a complex system comprised of objects having structure state and parameter information
JPH06149776A (en) * 1992-10-30 1994-05-31 Fuji Xerox Co Ltd Simulation device based upon petri net
US5424963A (en) * 1992-11-25 1995-06-13 Photon Research Associates, Inc. Molecular dynamics simulation method and apparatus
WO1994028504A1 (en) * 1993-05-21 1994-12-08 Arris Pharmaceutical A machine-learning approach to modeling biological activity for molecular design and to modeling other characteristics
JPH06348482A (en) * 1993-06-07 1994-12-22 Nec Corp Object directional analysis/design supporting system
US5434796A (en) * 1993-06-30 1995-07-18 Daylight Chemical Information Systems, Inc. Method and apparatus for designing molecules with desired properties by evolving successive populations
US5495423A (en) * 1993-10-25 1996-02-27 Trustees Of Boston University General strategy for vaccine and drug design
US5566295A (en) * 1994-01-25 1996-10-15 Apple Computer, Inc. Extensible simulation system and graphical programming method
US5463564A (en) * 1994-09-16 1995-10-31 3-Dimensional Pharmaceuticals, Inc. System and method of automatically generating chemical compounds with desired properties
JPH08137825A (en) * 1994-11-14 1996-05-31 Hitachi Ltd Method and device for simulation based petri net
US5657255C1 (en) * 1995-04-14 2002-06-11 Interleukin Genetics Inc Hierarchic biological modelling system and method
JP3181213B2 (en) * 1995-11-13 2001-07-03 富士通株式会社 Simulator creation device
US5737727A (en) * 1996-01-25 1998-04-07 Electronic Data Systems Corporation Process management system and method
US5729466A (en) * 1996-04-03 1998-03-17 Cadence Design Systems, Inc. Optimization multiple performance criteria by simulating the behavior of a constraint graph expanded by subgraphs derived from PWL convex cost functions
US5845124A (en) * 1996-05-01 1998-12-01 Ncr Corporation Systems and methods for generating and displaying a symbolic representation of a network model
US5715413A (en) * 1996-06-25 1998-02-03 International Business Machines Corporation Dragging and dropping with an instantiation object
US5872957A (en) * 1997-05-01 1999-02-16 International Business Machines Corporation Method for flexible simulation modeling of multi-component systems

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
"USER INTERFACE TO SUPPORT MULTIPLE ACTIONS WITHIN A CONNECTION", IBM TECHNICAL DISCLOSURE BULLETIN, vol. 37, no. 7, 1 July 1994 (1994-07-01), pages 379, XP000455552 *
HUNT N: "IDF: A GRAPHICAL DATA FLOW PROGRAMMING LANGUAGE FOR IMAGE PROCESSING AND COMPUTER VISION", PROCEEDINGS OF THE INTERNATIONAL CONFERENCE ON SYSTEMS, MAN, AND CYBERNETICS, LOS ANGELES, NOV. 4 - 7, 1990, 4 November 1990 (1990-11-04), INSTITUTE OF ELECTRICAL AND ELECTRONICS ENGINEERS, pages 351 - 360, XP000215369 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7774182B2 (en) 2001-05-17 2010-08-10 Entelos, Inc. Apparatus and method for validating a computer model

Also Published As

Publication number Publication date
AU1199099A (en) 1999-05-24
CA2307229A1 (en) 1999-05-14
JP2010073213A (en) 2010-04-02
CA2307229C (en) 2004-04-27
JP2001522083A (en) 2001-11-13
EP1027647A1 (en) 2000-08-16
US6051029A (en) 2000-04-18

Similar Documents

Publication Publication Date Title
US6051029A (en) Method of generating a display for a dynamic simulation model utilizing node and link representations
US6539347B1 (en) Method of generating a display for a dynamic simulation model utilizing node and link representations
US6069629A (en) Method of providing access to object parameters within a simulation model
US6078739A (en) Method of managing objects and parameter values associated with the objects within a simulation model
US7263668B1 (en) Display interface to a computer controlled display system with variable comprehensiveness levels of menu items dependent upon size of variable display screen available for menu item display
EP1999632B1 (en) Dynamic thresholds for conditional formats
EP0657830B1 (en) Method and apparatus for data management
US5630126A (en) Systems and methods for integrating computations into compound documents
KR100956571B1 (en) Methods, systems and computer program products for processing cells in a spreadsheet
KR100388928B1 (en) Method and tool for generating and displaying a descriptive annotation of selected application data
US20030191765A1 (en) Method of graphically defining a formula
US20100088618A1 (en) Developing user interface element settings
US7734628B2 (en) Method and apparatus for displaying and interacting with hierarchical information and time varying rule priority
JP2002507030A (en) Method and computer device for automatically executing application software
US20030065527A1 (en) Financial transfer modeling editor system and method
US20040227759A1 (en) Plotting numerical data
US20040252121A1 (en) Integrating graphical charts into software applications
WO1999027443A1 (en) A method of monitoring values within a simulation model
CN112764637B (en) Intelligent agriculture Internet of things equipment description file generation method
US20130055059A1 (en) Spread Sheet Application Having Multidimensional Cells
EP0481814A2 (en) Data processing system
JPH07282162A (en) Data processor

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AL AM AT AT AU AZ BA BB BG BR BY CA CH CN CU CZ CZ DE DE DK DK EE EE ES FI FI GB GE GH GM HR HU ID IL IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SK SL TJ TM TR TT UA UG US UZ VN YU ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW SD SZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
ENP Entry into the national phase

Ref document number: 2307229

Country of ref document: CA

Ref country code: CA

Ref document number: 2307229

Kind code of ref document: A

Format of ref document f/p: F

ENP Entry into the national phase

Ref country code: JP

Ref document number: 2000 519349

Kind code of ref document: A

Format of ref document f/p: F

WWE Wipo information: entry into national phase

Ref document number: 1998955104

Country of ref document: EP

NENP Non-entry into the national phase

Ref country code: KR

WWP Wipo information: published in national office

Ref document number: 1998955104

Country of ref document: EP

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642