Movatterモバイル変換


[0]ホーム

URL:


US20030167455A1 - Automatic software production system - Google Patents

Automatic software production system
Download PDF

Info

Publication number
US20030167455A1
US20030167455A1US09/872,087US87208701AUS2003167455A1US 20030167455 A1US20030167455 A1US 20030167455A1US 87208701 AUS87208701 AUS 87208701AUS 2003167455 A1US2003167455 A1US 2003167455A1
Authority
US
United States
Prior art keywords
user
code
data
service
class
Prior art date
Legal status (The legal status 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 status listed.)
Abandoned
Application number
US09/872,087
Inventor
Jose Iborra
Oscar Pastor
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
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 IndividualfiledCriticalIndividual
Priority to US09/872,087priorityCriticalpatent/US20030167455A1/en
Publication of US20030167455A1publicationCriticalpatent/US20030167455A1/en
Priority to US11/977,218prioritypatent/US7941438B2/en
Priority to US12/284,947prioritypatent/US8365138B2/en
Abandonedlegal-statusCriticalCurrent

Links

Images

Classifications

Definitions

Landscapes

Abstract

An automated software production system is provided, in which system requirements are captured, converted into a formal specification, and validated for correctness and completeness. In addition, a translator is provided to automatically generate a complete, robust software application based on the validated formal specification, including user-interface code and error handling code.

Description

Claims (8)

What is claimed is:
1. An apparatus for creating a graphical user interface to allow user requirements for a computer program to be written by an automated software production tool to be entered and converted to a formal language specification, comprising:
a software-generating computer programmed to:
display a plurality of dialog boxes and/or graphic screens each of which has boxes which can be filled in with data or menu selections, tools or icons which can be invoked to allow a user to enter information defining classes, attributes, events, relationships between classes, valuation formulas for events that affect the value of variable attributes and all the other information needed to define a conceptual model of the requirements a computer program to be written by said software generation tool must comply with.
2. A method for using a computer to display a graphical user interface to allow user requirements for a computer program to be written by an automated software production tool to be entered, comprising:
displaying a plurality of dialog boxes and/or graphic screens each of which has boxes which can be filled in with data or menu selections, tools or icons which can be invoked to allow a user to enter information and/or create graphic objects which define classes, attributes, events, relationships between classes, valuation formulas for events that affect the value of variable attributes and all the other information needed to define a conceptual model of the requirements a computer program to be written by said software generation tool must comply with; and
as a user fills in data or makes selections or creates graphic objects, displaying the data filled in or selected and the graphic object created in the location on the dialog box and/or graphic screen where the data was filled in or selected or the graphic object was created.
3. The process ofclaim 2 further comprising the step of using a computer to automatically translate the data filled in or selected and/or graphic objects created into a specification for the computer program to be generated written in a formal language or other symbology which has predefined rules of syntax and semantics which can be used to verify that the specification so written is syntactically and semantically correct, complete and not ambiguous
4. A computer-readable medium containing instructions for controlling a computer system to display a graphical user interface through which a user can enter data to create a formal language specification defining a computer program, said specification to be automatically translated by a computer into a computer program that implements the requirements of said specification by:
displaying a plurality of dialog boxes and/or graphics screens and displaying boxes where data can be filled in, boxes where data can be chosen from a menu of choices, tools, icons or menu choices or some combination of the above in connection with display of said dialog boxes and/or graphics screens which allow a user to enter and/or select data and/or draw graphic objects to define classes of objects having attributes of fixed, variable and other types, and having services, and define mathematical and/or logical formulas controlling how services affect the values of variable attributes, and define relationships between classes, and enter data or draw graphics which represent all concepts necessary to complete a conceptual model of said computer program to be written.
5. The computer-readable medium ofclaim 4 further containing instructions for controlling a computer to automatically translate said specification into working computer code, by:
controlling said computer to automatically translating said conceptual model into a specification of said computer program written in a formal language or symbology having predefined rules of syntax and semantics;
controlling said computer to use said rules of syntax and semantics to validate said specification to verify that is syntactically and semantically complete, correct and not ambiguous; and
controlling said computer to translate said specification into working computer code.
6. A process carried out in a computer for translating a formal language specification stored in said computer's memory and defining the requirements for a user interface of a computer program, into working computer code that can control a computer to implement said user interface, comprising:
write code to display requests for a user name and password and receive inputs in response thereto and authenticate the user;
write code to determine the privilege level of a user who has logged in and determine the classes of objects, attributes and services this user has privileges to access, retrieve the appropriate data from said specification and display the appropriate system view to said user;
write code to link each service of each object to an appropriate object server program which can control a computer to carry out said service;
write code to display query/selection search forms to allow users to enter data to define a search for data instances that satisfy the search criteria entered by the user and conduct such a search when requested for all instances that satisfy the user-specified search criteria;
write code to determine automatically which services of an object can be invoked given the current state of the object and only allow those services to be invoked;
write code to furnish initial values for object-valued arguments of services and receive any user input arguments;
write code to check data type entered by a user for validity for the argument the data fills and make sure the entered data is within a valid range for the argument the data is intended to fill;
write code to check for dependencies between arguments, and, if a dependency exists, and user input data triggers the dependency, to enable/disable the dependent arguments or fill in values of the dependent arguments, and consequently triggering other dependency rules;
write code to invoke the appropriate object server code linked to a particular service when a user makes an input indicating a desire to invoke that service and to pass the object server code the appropriate arguments for the service;
write code to wait for results of execution of a service, and to display an error message if an error occurred, but, if no error occurred, to wait for further user input.
7. An apparatus for translating a formal language specification stored in said computer's memory and defining the requirements for a user interface of a computer program, into working computer code that can control a computer to implement said user interface, comprising:
a computer programmed to perform the following functions:
write code to display requests for a user name and password and receive inputs in response thereto and authenticate the user; the appropriate data from said specification and display the appropriate system view to said user;
write code to link each service of each object to an appropriate object server program which can control a computer to carry out said service;
write code to display query/selection search forms to allow users to enter data to define a search for data instances that satisfy the search criteria entered by the user and conduct such a search when requested for all instances that satisfy the user-specified search criteria;
write code to determine automatically which services of an object can be invoked given the current state of the object and only allow those services to be invoked;
write code to furnish initial values for object-valued arguments of services and receive any user input arguments;
write code to check data type entered by a user for validity for the argument the data fills and make sure the entered data is within a valid range for the argument the data is intended to fill;
write code to check for dependencies between arguments, and, if a dependency exists, and user input data triggers the dependency, to display an appropriate dialog box prompting the user to enter input data needed to satisfy the dependency;
write code to invoke the appropriate object server code linked to a particular service when a user makes an input indicating a desire to invoke that service and to pass the object server code the appropriate arguments for the service;
write code to wait for results of execution of a service, and to display an error message if an error occurred, but, if no error occurred, to wait for further user input.
8. A computer-readable medium containing instructions to control a computer to translate a specification for a user interface for a computer program written in a formal language into computer code which can control a computer to implement the specified interface, by:
writing code to display requests for a user name and password and receive inputs in response thereto and authenticate the user;
writing code to determine the privilege level of a user who has logged in and determine the classes of objects, attributes and services this user has privileges to access, retrieve the appropriate data from said specification and display the appropriate system view to said user;
writing code to link each service of each object to an appropriate object server program which can control a computer to carry out said service;
writing code to display query/selection search forms to allow users to enter data to define a search for data instances that satisfy the search criteria entered by the user and conduct such a search when requested for all instances that satisfy the user-specified search criteria;
writing code to determine automatically which services of an object can be invoked given the current state of the object and only allow those services to be invoked;
writing code to furnish initial values for object-valued arguments of services and receive any user input arguments;
writing code to check data type entered by a user for validity for the argument the data fills and make sure the entered data is within a valid range for the argument the data is intended to fill;
writing code to check for dependencies between arguments, and, if a dependency exists, and user input data triggers the dependency, to display an appropriate dialog box prompting the user to enter input data needed to satisfy the dependency;
writing code to invoke the appropriate object server code linked to a particular service when a user makes an input indicating a desire to invoke that service and to pass the object server code the appropriate arguments for the service;
writing code to wait for results of execution of a service, and to display an error message if an error occurred, but, if no error occurred, to wait for further user input.
US09/872,0872000-04-042001-06-01Automatic software production systemAbandonedUS20030167455A1 (en)

Priority Applications (3)

Application NumberPriority DateFiling DateTitle
US09/872,087US20030167455A1 (en)2000-04-042001-06-01Automatic software production system
US11/977,218US7941438B2 (en)2000-04-042007-10-23Method and apparatus for automatic generation of information system user interfaces
US12/284,947US8365138B2 (en)2000-04-042008-09-26Automatic software production system

Applications Claiming Priority (2)

Application NumberPriority DateFiling DateTitle
US09/543,085US6681383B1 (en)2000-04-042000-04-04Automatic software production system
US09/872,087US20030167455A1 (en)2000-04-042001-06-01Automatic software production system

Related Parent Applications (2)

Application NumberTitlePriority DateFiling Date
US09/543,085Continuation-In-PartUS6681383B1 (en)2000-04-042000-04-04Automatic software production system
US09/872,333Continuation-In-PartUS7137100B2 (en)2000-04-042001-06-01Automatic software production system

Related Child Applications (3)

Application NumberTitlePriority DateFiling Date
US09/543,085Continuation-In-PartUS6681383B1 (en)2000-04-042000-04-04Automatic software production system
US10/877,492DivisionUS8141031B2 (en)2000-04-042004-06-24Automatic software production system
US11/877,492DivisionUS7763901B2 (en)2000-04-042007-10-23Electronic device, method of producing the same, light-emitting diode display unit, and method of producing the same

Publications (1)

Publication NumberPublication Date
US20030167455A1true US20030167455A1 (en)2003-09-04

Family

ID=24166513

Family Applications (10)

Application NumberTitlePriority DateFiling Date
US09/543,085Expired - LifetimeUS6681383B1 (en)2000-04-042000-04-04Automatic software production system
US09/872,333Expired - Fee RelatedUS7137100B2 (en)2000-04-042001-06-01Automatic software production system
US09/872,413Expired - Fee RelatedUS7278130B2 (en)2000-04-042001-06-01Automatic software production system
US09/872,087AbandonedUS20030167455A1 (en)2000-04-042001-06-01Automatic software production system
US10/877,492Expired - Fee RelatedUS8141031B2 (en)2000-04-042004-06-24Automatic software production system
US11/542,827Expired - Fee RelatedUS7555742B2 (en)2000-04-042006-10-04Automatic software production system
US11/543,426Expired - Fee RelatedUS7584451B2 (en)2000-04-042006-10-05Automatic software production system
US11/545,438Expired - Fee RelatedUS8037449B2 (en)2000-04-042006-10-10Automatic software production system
US12/284,842Expired - Fee RelatedUS8245183B2 (en)2000-04-042008-09-25Automatic software production system
US12/284,947Expired - Fee RelatedUS8365138B2 (en)2000-04-042008-09-26Automatic software production system

Family Applications Before (3)

Application NumberTitlePriority DateFiling Date
US09/543,085Expired - LifetimeUS6681383B1 (en)2000-04-042000-04-04Automatic software production system
US09/872,333Expired - Fee RelatedUS7137100B2 (en)2000-04-042001-06-01Automatic software production system
US09/872,413Expired - Fee RelatedUS7278130B2 (en)2000-04-042001-06-01Automatic software production system

Family Applications After (6)

Application NumberTitlePriority DateFiling Date
US10/877,492Expired - Fee RelatedUS8141031B2 (en)2000-04-042004-06-24Automatic software production system
US11/542,827Expired - Fee RelatedUS7555742B2 (en)2000-04-042006-10-04Automatic software production system
US11/543,426Expired - Fee RelatedUS7584451B2 (en)2000-04-042006-10-05Automatic software production system
US11/545,438Expired - Fee RelatedUS8037449B2 (en)2000-04-042006-10-10Automatic software production system
US12/284,842Expired - Fee RelatedUS8245183B2 (en)2000-04-042008-09-25Automatic software production system
US12/284,947Expired - Fee RelatedUS8365138B2 (en)2000-04-042008-09-26Automatic software production system

Country Status (6)

CountryLink
US (10)US6681383B1 (en)
EP (1)EP1272927A2 (en)
JP (3)JP2004506962A (en)
AU (2)AU2001241945B2 (en)
CA (2)CA2403975C (en)
WO (1)WO2001075593A2 (en)

Cited By (102)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20020083413A1 (en)*2000-12-202002-06-27National Instruments CorporationSystem and method for programmatically generating a graphical program in response to a state diagram
US20020109721A1 (en)*2001-02-142002-08-15Mitsubishi Denki Kabushiki KaishaUser interface designing apparatus
US20030182458A1 (en)*2002-03-222003-09-25Ali Syed M.Generating a decoupled presentation layer in an application
US20030217333A1 (en)*2001-04-162003-11-20Greg SmithSystem and method for rules-based web scenarios and campaigns
US20040015889A1 (en)*2001-03-262004-01-22Todd Stephen J.Translator-compiler for converting legacy management software
US20040044990A1 (en)*2002-08-282004-03-04Honeywell International Inc.Model-based composable code generation
US20040167900A1 (en)*2003-02-202004-08-26Bea Systems, Inc.Virtual repository complex content model
US20040181746A1 (en)*2003-03-142004-09-16Mclure PetraMethod and expert system for document conversion
US20040220910A1 (en)*2003-05-022004-11-04Liang-Jie ZangSystem and method of dynamic service composition for business process outsourcing
US20050004911A1 (en)*2002-09-252005-01-06Oracle International CorporationGraphical condition builder for facilitating database queries
US20050015743A1 (en)*2003-07-172005-01-20Raytheon CompanyDesigning computer programs
US6876314B1 (en)2004-02-182005-04-05Robocoder CorporationSelf-generating automatic code generator
US20050081166A1 (en)*2003-10-142005-04-14Stokke Michael A.System and method facilitating automated navigation for user interface(s)
US20050144175A1 (en)*2002-02-182005-06-30Siemens AktiengesellschaftMethod and system for administrating use of a service
US20050154742A1 (en)*2003-11-262005-07-14Aviv RothBusiness software application generation system and method
US20050177817A1 (en)*2002-07-302005-08-11Stephane ArcaroSoftware for generating a computer application code and software description language
US20050203865A1 (en)*2004-03-152005-09-15Ramco Systems LimitedStructured approach to software specification
US20050203913A1 (en)*2004-03-152005-09-15Ramco Systems LimitedSoftware life cycle availability over the internet
WO2005073876A3 (en)*2004-01-312005-09-29Patrick Ian CarmodyDevelopment and maintenance of computer databases
US20050234849A1 (en)*2004-04-132005-10-20Bea Systems, Inc.System and method for content lifecycles
US20050251512A1 (en)*2004-04-132005-11-10Bea Systems, Inc.System and method for searching a virtual content repository
US20050251852A1 (en)*2003-10-102005-11-10Bea Systems, Inc.Distributed enterprise security system
US20050257154A1 (en)*2004-05-142005-11-17Bea Systems, Inc.Graphical association of elements for portal and webserver administration
US20050256899A1 (en)*2004-05-142005-11-17Bea Systems, Inc.System and method for representing hierarchical data structures
US20050257245A1 (en)*2003-10-102005-11-17Bea Systems, Inc.Distributed security system with dynamic roles
US20050256906A1 (en)*2004-05-142005-11-17Bea Systems, Inc.Interface for portal and webserver administration-efficient updates
US20050257172A1 (en)*2004-05-142005-11-17Bea Systems, Inc.Interface for filtering for portal and webserver administration
US20050262499A1 (en)*2004-05-212005-11-24Bea Systems, Inc.System and method for external override of annotations
US20050262091A1 (en)*2004-05-212005-11-24Bea Systems, Inc.System and method for controls
US20060028252A1 (en)*2004-04-132006-02-09Bea Systems, Inc.System and method for content type management
US20060041558A1 (en)*2004-04-132006-02-23Mccauley RodneySystem and method for content versioning
US20060123026A1 (en)*2004-11-182006-06-08Bea Systems, Inc.Client server conversion for representing hierarchical data structures
US20060161900A1 (en)*2005-01-192006-07-20Sap AktiengesellschaftSystem and method for revising flow diagrams displaying a process
US20060161899A1 (en)*2005-01-192006-07-20Sap AktiengesellschaftSystem and method for simultaneous display of processes and associated files
US20060161901A1 (en)*2005-01-192006-07-20Sap AktiengesellschaftSystem and method for automatically generating flow diagrams
US20070006134A1 (en)*2005-06-212007-01-04AlcatelData processing method compatible with an object modeling formalism
US20070074148A1 (en)*2005-06-292007-03-29American Express Travel Related Services Company, Inc.System and method for selecting a suitable technical architecture to implement a proposed solution
US7210117B2 (en)*1999-08-192007-04-24National Instruments CorporationSystem and method for programmatically generating a graphical program in response to program information
US20070157159A1 (en)*2005-12-292007-07-05Ulf FildebrandtLimiting extensibility of a visual modeling language
US20070168924A1 (en)*2005-11-172007-07-19The Government Of The United States As Represented By The Secretary Of The NavySoftware modeling system and method
US20070214271A1 (en)*2002-05-012007-09-13Bea Systems, Inc.Enterprise application platform
US20070282719A1 (en)*2006-04-272007-12-06Zemah HaimPlatform generator for processing financial activities and management thereof
US7350226B2 (en)2001-12-132008-03-25Bea Systems, Inc.System and method for analyzing security policies in a distributed computer network
US20080077809A1 (en)*2006-09-222008-03-27Bea Systems, Inc.Credential Vault Encryption
US20080082958A1 (en)*2006-10-022008-04-03Alan HartmanMethod and Computer Program Product for Providing a Representation of Software Modeled by a Model
US7367014B2 (en)2001-10-242008-04-29Bea Systems, Inc.System and method for XML data representation of portlets
US20080127081A1 (en)*2006-11-242008-05-29Andreas SchumannMethod of Exchanging Data and Control Methods Between Software Components and Re-Useable Software Components
US7392546B2 (en)2001-06-112008-06-24Bea Systems, Inc.System and method for server security and entitlement processing
US20080155335A1 (en)*2006-12-202008-06-26Udo KleinGraphical analysis to detect process object anomalies
US20080163164A1 (en)*2007-01-032008-07-03International Business Machines CorporationSystem and method for model-driven dashboard for business performance management
US20080235658A1 (en)*2007-03-212008-09-25Asaf AdiCode generation for real-time event processing
US7433896B2 (en)2003-02-202008-10-07Bea Systems, Inc.Federated management of content repositories
US20080263515A1 (en)*2007-04-202008-10-23Dellas Christina MAutomatically Generating a Graphical Data Flow Program from a Statechart
US20080263521A1 (en)*2007-04-202008-10-23Neumann Nicholas GDebugging a Statechart Using a Graphical Program
US20080275910A1 (en)*2000-04-042008-11-06Pedro Juan Molina-MorenoMethod and apparatus for automatic generation of information system user interfaces
US7451433B2 (en)2004-05-212008-11-11Bea Systems, Inc.System and method for descriptor classes
US20090006409A1 (en)*2007-06-292009-01-01Microsoft CorporationMetadata-based application deployment
US7475091B2 (en)2004-04-132009-01-06Bea Systems, Inc.System and method for viewing a virtual content repository
US7483904B2 (en)2003-02-202009-01-27Bea Systems, Inc.Virtual repository content model
US7483893B2 (en)2005-09-262009-01-27Bae Systems, Inc.System and method for lightweight loading for managing content
US7487207B2 (en)2000-09-282009-02-03Bea Systems, Inc.System and method for determining the functionality of a software application based on nodes within the software application and transitions between the nodes
US7499948B2 (en)2001-04-162009-03-03Bea Systems, Inc.System and method for web-based personalization and ecommerce management
US7562298B2 (en)2003-02-202009-07-14Bea Systems, Inc.Virtual content repository browser
US20090193396A1 (en)*2008-01-302009-07-30Toga HartadinataDebugging a Statechart for a Real Time Target
US7580953B2 (en)2004-04-132009-08-25Bea Systems, Inc.System and method for schema lifecycles in a virtual content repository that integrates a plurality of content repositories
US7591000B2 (en)2003-02-142009-09-15Oracle International CorporationSystem and method for hierarchical role-based entitlements
US7594112B2 (en)2003-10-102009-09-22Bea Systems, Inc.Delegated administration for a distributed security system
US20090282384A1 (en)*2008-05-122009-11-12Raytheon CompanyFramework-Based Model-Driven Software Development
US7627866B2 (en)2004-12-152009-12-01Bea Systems, Inc.Systems and methods for dynamic application patching
US7644432B2 (en)2003-10-102010-01-05Bea Systems, Inc.Policy inheritance through nested groups
US7653930B2 (en)2003-02-142010-01-26Bea Systems, Inc.Method for role and resource policy management optimization
US20100077331A1 (en)*2000-08-242010-03-25Xemplex Pty LtdMethod of graphically defining a formula
US7689999B2 (en)2004-12-012010-03-30Bea Systems, Inc.Sharing dynamically changing resources in software systems
US7725560B2 (en)2002-05-012010-05-25Bea Systems Inc.Web service-enabled portlet wizard
US7752205B2 (en)2005-09-262010-07-06Bea Systems, Inc.Method and system for interacting with a virtual content repository
US7774601B2 (en)2004-04-062010-08-10Bea Systems, Inc.Method for delegated administration
US7810036B2 (en)2003-02-282010-10-05Bea Systems, Inc.Systems and methods for personalizing a portal
US7818344B2 (en)2005-09-262010-10-19Bea Systems, Inc.System and method for providing nested types for content management
US7840614B2 (en)2003-02-202010-11-23Bea Systems, Inc.Virtual content repository application program interface
US7917537B2 (en)2005-09-262011-03-29Oracle International CorporationSystem and method for providing link property types for content management
US7953734B2 (en)2005-09-262011-05-31Oracle International CorporationSystem and method for providing SPI extensions for content management system
US20110154288A1 (en)*2009-12-222011-06-23Board Of Regents, The University Of Texas SystemAutomation Support For Domain Modeling
US8190648B1 (en)*2002-05-142012-05-29Bentley Systems, IncorporatedMethod and system for the storage and use of engineering modeling alternatives with unitized data
US8200604B2 (en)2007-06-292012-06-12Microsoft CorporationMulti-platform business calculation rule language and execution environment
CN102609402A (en)*2012-01-122012-07-25北京航空航天大学Device and method for generation and management of ontology model based on real-time strategy
US20120246316A1 (en)*2011-03-222012-09-27Ramu Jagadish PAutomatic Registration of Enterprise Resources in a Dynamic Module System Services Registry
US20120304096A1 (en)*2011-05-272012-11-29Menahem ShikhmanGraphically based method for developing rules for managing a laboratory workflow
US8336025B1 (en)2007-02-082012-12-18The Mathworks, Inc.Pattern modeling methods and systems
US8463852B2 (en)2006-10-062013-06-11Oracle International CorporationGroupware portlets for integrating a portal with groupware systems
US20130227518A1 (en)*2005-11-172013-08-29The Government Of The United States Of America, As Represented By The Secretary Of The NavySoftware Modeling System and Method
US20130246995A1 (en)*2012-03-132013-09-19Outsystems - Software Em Rede S.A.Systems, methods, and apparatus for model-based security control
US8776015B1 (en)*2007-02-082014-07-08The Mathworks, Inc.Pattern modeling methods and systems
US8831966B2 (en)2003-02-142014-09-09Oracle International CorporationMethod for delegated administration
US8856734B2 (en)2011-03-112014-10-07Oracle International CorporationType-safe dependency injection of services into enterprise components
US20140351272A1 (en)*2013-05-242014-11-27Sap AgHandling changes in automatic sort
US9311124B2 (en)2013-11-072016-04-12Sap SeIntegrated deployment of centrally modified software systems
US20170116251A1 (en)*2008-01-222017-04-27Salesforce.Com, Inc.System, method and computer program product for creating a visual component for tenants of an on-demand database service
CN107851001A (en)*2015-05-132018-03-27纳迪亚·安娜莉亚·韦夫拉 Method for displaying computer applications of software-type applications based on design specifications
US10754626B2 (en)*2018-11-302020-08-25Shopify Inc.Visual and code views in a process workflow user interface
US10901729B2 (en)*2019-03-202021-01-26Visa International Service AssociationSystem and method for merging specification files for an application programming interface
US11087340B1 (en)*2013-12-172021-08-10EMC IP Holding Company LLCSystems and methods for configuring converged infrastructure components
US20220206759A1 (en)*2020-12-282022-06-30Temper Systems, Inc.Producing idiomatic software documentation for many programming languages from a common specification

Families Citing this family (730)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US6490594B1 (en)*1997-04-042002-12-03Microsoft CorporationDatabase computer system with application recovery and dependency handling write cache
US7076400B2 (en)*2000-02-142006-07-11Nextnine Ltd.Support network
US7409318B2 (en)*2000-02-142008-08-05Nextnine Ltd.Support network
US6681383B1 (en)*2000-04-042004-01-20Sosy, Inc.Automatic software production system
US20040231043A1 (en)*2000-04-142004-11-25Pop-In Pop-Out, Inc.Bath lifting system
US7503033B2 (en)*2000-04-282009-03-10Microsoft CorporationModel for business workflow processes
US6516322B1 (en)*2000-04-282003-02-04Microsoft CorporationXML-based representation of mobile process calculi
US7099809B2 (en)*2000-05-042006-08-29Dov DoriModeling system
GB2368684A (en)*2000-05-312002-05-08IbmManaging an object in a management framework
WO2005003917A2 (en)*2003-06-272005-01-13Orion's Belt, Inc.Method of and system for determining connections between parties using private links
US7606796B2 (en)*2000-06-152009-10-20Generate, Inc.Method of and system for determining connections between parties using private links
US20050044148A1 (en)*2000-06-292005-02-24Microsoft CorporationMethod and system for accessing multiple types of electronic content
FR2811093A1 (en)*2000-06-302002-01-04St Microelectronics Sa DEVICE AND METHOD FOR EVALUATING ALGORITHMS
US6820253B1 (en)*2000-09-272004-11-16Intel CorporationMethod and system for interprocedural analysis with separate compilation
WO2002041144A1 (en)*2000-11-012002-05-23Aeroflex Altair Cybernetics CorporationInformation transformation software engine
US20030105732A1 (en)*2000-11-172003-06-05Kagalwala Raxit A.Database schema for structure query language (SQL) server
US7761270B2 (en)*2000-12-292010-07-20Exxonmobil Upstream Research Co.Computer system and method having a facility management logic architecture
US7277836B2 (en)*2000-12-292007-10-02Exxonmobil Upstream Research CompanyComputer system and method having a facility network architecture
US7290243B1 (en)*2001-02-282007-10-30Apple Inc.Method and apparatus for application building using build styles
GB2373073A (en)*2001-03-082002-09-11Escher Technologies LtdProcess and system for developing validated and optimised object-oriented software
US7389492B2 (en)*2001-03-122008-06-17International Business Machines CorporationFramework for code generators
US6978442B2 (en)*2001-05-032005-12-20International Business Machines CorporationAuditing data using observable and observer objects
GB0113946D0 (en)*2001-06-082001-11-14Secr DefenceAutomatic Development of Software Codes
US8301503B2 (en)*2001-07-172012-10-30Incucomm, Inc.System and method for providing requested information to thin clients
CA2704252C (en)*2001-07-262011-09-27IriseSystem and process for interacting with a user to define a behavior of a portion of an interactive presentation
SE0102648A0 (en)*2001-08-022003-03-06Lars Höidahl Arrangements to perform object-oriented programming
CA2355418A1 (en)*2001-08-162003-02-16Ibm Canada Limited-Ibm Canada LimiteeA schema for sql statements
JP2003076543A (en)*2001-08-312003-03-14Cats KkDevice, method for generating program and program for making computer execute the same program
US7386832B2 (en)*2001-08-312008-06-10Siebel Systems, Inc.Configurator using structure to provide a user interface
US7650296B1 (en)*2001-08-312010-01-19Siebel Systems, Inc.Configurator using structure and rules to provide a user interface
US7580871B2 (en)*2001-08-312009-08-25Siebel Systems, Inc.Method to generate a customizable product configurator
GB2379296B (en)*2001-09-012005-05-25IbmA data storage system having a unified container layer for an active data store
ATE368900T1 (en)*2001-09-212007-08-15Koninkl Kpn Nv COMPUTER SYSTEM, DATA TRANSMISSION NETWORK, COMPUTER PROGRAM AND DATA CARRIER, ALL FOR FILTERING MESSAGES INCLUDING CONTENT ACCORDING TO A MARKING LANGUAGE
US8660869B2 (en)*2001-10-112014-02-25Adobe Systems IncorporatedSystem, method, and computer program product for processing and visualization of information
US20030093551A1 (en)*2001-10-172003-05-15Graham TaylorAdaptive software interface
WO2003036464A2 (en)*2001-10-222003-05-01Sun Microsystems, Inc.Inter-process communication using different programming languages
US6879987B2 (en)*2001-10-312005-04-12Inventec Corp.Method for storing records in database or reading the same therefrom
US20030103080A1 (en)*2001-12-052003-06-05Bahman RadjabiSystem and method for developing a code generator for object-oriented communication protocol
US20030115571A1 (en)*2001-12-142003-06-19Telefonaktiebolaget L M Ericsson (Publ)Construction of a software application from a plurality of programming languages
US20030117417A1 (en)*2001-12-202003-06-26Nortel Networks LimitedGeneric application flow management system and method
US20030140332A1 (en)*2001-12-212003-07-24Norton Jeffrey B.Method and apparatus for generating a software development tool
US7188335B1 (en)*2001-12-282007-03-06Trilogy Development Group, Inc.Product configuration using configuration patterns
US7363612B2 (en)*2002-03-062008-04-22Sun Microsystems, Inc.Application programs with dynamic components
US6760640B2 (en)2002-03-142004-07-06Photronics, Inc.Automated manufacturing system and method for processing photomasks
US6842881B2 (en)*2002-07-302005-01-11Photronics, Inc.Rule based system and method for automatically generating photomask orders in a specified order format
US7640529B2 (en)*2002-07-302009-12-29Photronics, Inc.User-friendly rule-based system and method for automatically generating photomask orders
US7669167B2 (en)*2002-07-302010-02-23Photronics, Inc.Rule based system and method for automatically generating photomask orders by conditioning information from a customer's computer system
US7287229B2 (en)*2002-04-032007-10-23Hewlett-Packard Development Company, L.P.Template-driven process system
JP2005525630A (en)*2002-04-192005-08-25コンピューター アソシエイツ シンク,インク. System and method for providing reasoning services
BR0309402A (en)*2002-04-192005-02-01Computer Ass Think Inc Method for processing numeric data, method for operating numeric format, system for numeric format operation, computer readable means for performing numeric format operation, and system for processing numeric data in a computer document
US6804686B1 (en)*2002-04-292004-10-12Borland Software CorporationSystem and methodology for providing fixed UML layout for an object oriented class browser
US7127467B2 (en)2002-05-102006-10-24Oracle International CorporationManaging expressions in a database system
US7640548B1 (en)2002-06-212009-12-29Siebel Systems, Inc.Task based user interface
US7426521B2 (en)*2002-07-192008-09-16Microsoft CorporationProperty and object validation in a database system
US7237014B2 (en)*2002-08-012007-06-26Drummond GroupSystem and method for in situ, real-time, supply chain, interoperability verification
US20040031017A1 (en)*2002-08-122004-02-12Shankar VaidyanathanSystem and method for context-sensitive help in a design environment
WO2004021179A2 (en)*2002-08-292004-03-11Crossmarx B.V.System and method for executing and building a software application
WO2004025463A1 (en)*2002-09-092004-03-25Catena CorporationRequirement defining method, method for developing software, method for changing requirement word, and newly defining method
NZ538524A (en)*2002-09-302006-10-27Microsoft CorpSystem and method for making user interface elements known to an application and user for accessibility purposes
US7114148B2 (en)*2002-09-302006-09-26Microsoft CorporationRuntime services for network software platform
US8832178B2 (en)2002-11-062014-09-09Noel William LovisaService implementation
US7412658B2 (en)*2002-11-142008-08-12Sap AgModeling system for graphic user interface
US7149752B2 (en)*2002-12-032006-12-12Jp Morgan Chase BankMethod for simplifying databinding in application programs
US7085759B2 (en)2002-12-062006-08-01Jpmorgan Chase BankSystem and method for communicating data to a process
US7191431B2 (en)*2002-12-202007-03-13International Business Machines CorporationSystem and method for selecting a translator to translate a component request using semantic typing
US7117449B1 (en)*2002-12-312006-10-03Siebel Systems, Inc.Method and apparatus to present an integrated process modeler
US8032439B2 (en)2003-01-072011-10-04Jpmorgan Chase Bank, N.A.System and method for process scheduling
US7401156B2 (en)*2003-02-032008-07-15Jp Morgan Chase BankMethod using control interface to suspend software network environment running on network devices for loading and executing another software network environment
US7379998B2 (en)*2003-03-312008-05-27Jp Morgan Chase BankSystem and method for multi-platform queue queries
US20040230602A1 (en)*2003-05-142004-11-18Andrew DoddingtonSystem and method for decoupling data presentation layer and data gathering and storage layer in a distributed data processing system
US7366722B2 (en)*2003-05-152008-04-29Jp Morgan Chase BankSystem and method for specifying application services and distributing them across multiple processors using XML
US8095659B2 (en)2003-05-162012-01-10Jp Morgan Chase BankService interface
US8239833B2 (en)*2003-06-262012-08-07Stmicroelectronics S.A.Statistical control of the integrity of a program
WO2005008486A1 (en)*2003-07-112005-01-27Computer Associates Think, IncDynamic database sql script execution through jdbc
US7519952B2 (en)*2003-07-282009-04-14International Business Machines CorporationDetecting an integrity constraint violation in a database by analyzing database schema, application and mapping and inserting a check into the database and application
US7840943B2 (en)*2003-08-082010-11-23Oracle America, Inc.Method and apparatus for transferring data in a distributed testing system
US20050065970A1 (en)*2003-08-202005-03-24King Anthony GrahamSystem, method and apparatus for developing software
US7793257B2 (en)*2003-08-282010-09-07Ricoh Company, Ltd.Technique for automating code generation in developing software systems
US7237224B1 (en)2003-08-282007-06-26Ricoh Company Ltd.Data structure used for skeleton function of a class in a skeleton code creation tool
US7308675B2 (en)*2003-08-282007-12-11Ricoh Company, Ltd.Data structure used for directory structure navigation in a skeleton code creation tool
US20050060188A1 (en)*2003-09-032005-03-17Electronic Data Systems CorporationSystem, method, and computer program product for health care patient and service management
US7822795B2 (en)*2003-09-192010-10-26Lattix, Inc.Apparatus and methods for displaying and determining dependency relationships among subsystems in a computer software system
US7356802B2 (en)*2003-09-292008-04-08International Business Machines CorporationAutomatic customization of classes
US7870504B1 (en)2003-10-012011-01-11TestPlant Inc.Method for monitoring a graphical user interface on a second computer display from a first computer
US8024705B2 (en)*2003-11-122011-09-20Siemens Product Lifecycle Management Software Inc.System, method, and computer program product for distributed testing of program code
US7325227B2 (en)*2003-11-122008-01-29Siemens Product Lifecycle Management SoftwareSystem, method, and computer program product for identifying code development errors
US8799001B2 (en)*2003-11-172014-08-05Nuance Communications, Inc.Method and system for defining standard catch styles for speech application code generation
US20050114841A1 (en)*2003-11-212005-05-26Moskowitz Milton E.Automatic computer code review tool
US8381207B2 (en)2003-12-022013-02-19International Business Machines CorporationScript generation engine and mapping semantic models for target platform
US8700533B2 (en)*2003-12-042014-04-15Black Duck Software, Inc.Authenticating licenses for legally-protectable content based on license profiles and content identifiers
US9489687B2 (en)*2003-12-042016-11-08Black Duck Software, Inc.Methods and systems for managing software development
US7752559B1 (en)2003-12-052010-07-06The Mathworks, Inc.Graphical model preparation for embedded deployment
US7865480B2 (en)*2003-12-082011-01-04Oracle International CorporationSystems and methods for validating objects models
US7711753B2 (en)*2003-12-082010-05-04Oracle International CorporationSystems and methods for validating design meta-data
US7844640B2 (en)*2003-12-172010-11-30Sap AgData mapping visualization
WO2005059744A1 (en)*2003-12-182005-06-30Motorola IncA method of automatically generating test scripts from a system specification model
FR2864280A1 (en)*2003-12-192005-06-24Thales Sa METHOD OF MAKING A DOCUMENTARY CHAIN AND UPDATING IT FROM A STRUCTURED MODEL
US7930149B2 (en)2003-12-192011-04-19Sap AktiengesellschaftVersioning of elements in a configuration model
US20070074180A1 (en)*2003-12-222007-03-29Nasa Hq'sSystems, Methods and Apparatus for Procedure Development and Verification
US7739671B1 (en)2003-12-222010-06-15The United States Of America As Represented By The Administrator Of The National Aeronautics And Space AdministrationSystems, methods and apparatus for implementation of formal specifications derived from informal requirements
US7752608B1 (en)*2003-12-222010-07-06The United States Of America As Represented By The Administrator Of The National Aeronautics And Space AdministrationSystems, methods and apparatus for verification of knowledge-based systems
US7712073B1 (en)*2003-12-232010-05-04Sprint Communications Company L.P.Software development artifact creation tool
JP2005196291A (en)*2003-12-262005-07-21Fujitsu Ltd User interface application development program and development device
US20050144174A1 (en)*2003-12-312005-06-30Leonid PesensonFramework for providing remote processing of a graphical user interface
US7533365B1 (en)*2004-02-032009-05-12Borland Software CorporationDevelopment system with methodology for run-time restoration of UML model from program code
US8112383B2 (en)*2004-02-102012-02-07Microsoft CorporationSystems and methods for a database engine in-process data provider
US8135755B2 (en)*2005-06-292012-03-13Microsoft CorporationTemplates in a schema editor
US7788078B1 (en)2004-02-272010-08-31Synopsys, Inc.Processor/memory co-exploration at multiple abstraction levels
US7793258B2 (en)*2004-03-152010-09-07Ramco Systems LimitedSoftware development using visual interfaces
US20050204334A1 (en)*2004-03-152005-09-15Ramco Systems LimitedComponent based software system
US9009658B2 (en)*2004-03-152015-04-14Ramco Systems LimitedComponent based software system
US20050216884A1 (en)*2004-03-252005-09-29Microsoft CorporationObject generation
US8689202B1 (en)2004-03-302014-04-01Synopsys, Inc.Scheduling of instructions
US8677312B1 (en)2004-03-302014-03-18Synopsys, Inc.Generation of compiler description from architecture description
US20050222990A1 (en)*2004-04-062005-10-06Milne Kenneth TMethods and systems for using script files to obtain, format and disseminate database information
US9734222B1 (en)2004-04-062017-08-15Jpmorgan Chase Bank, N.A.Methods and systems for using script files to obtain, format and transport data
US20050229152A1 (en)*2004-04-082005-10-13Brian ConnellIntegrated modeling environment
US7590969B2 (en)*2004-04-142009-09-15Microsoft CorporationType system
US7797676B2 (en)*2004-04-202010-09-14International Business Machines CorporationMethod and system for switching between prototype and real code production in a graphical call flow builder
AU2005234798B2 (en)*2004-04-262009-01-08Jp Morgan Chase BankSystem and method for routing messages
GB0410047D0 (en)*2004-05-052004-06-09Silverdata LtdAn analytical software design system
DE102004023634B4 (en)*2004-05-102007-09-27Siemens Ag Method for checking the completeness and consistency of an information library
JP4100630B2 (en)*2004-05-142008-06-11インターナショナル・ビジネス・マシーンズ・コーポレーション UML design method
EP1756706B1 (en)*2004-05-202019-09-25Code Valley Corp Pty LtdCode generation techniques
US9280326B1 (en)2004-05-262016-03-08Synopsys, Inc.Compiler retargeting based on instruction semantic models
US20060004861A1 (en)*2004-05-282006-01-05Albanese Michael JSystem and method for displaying price modeling data
US8458060B2 (en)*2004-05-282013-06-04Vendavo, Inc.System and method for organizing price modeling data using hierarchically organized portfolios
US20050278227A1 (en)*2004-05-282005-12-15Niel EsarySystems and methods of managing price modeling data through closed-loop analytics
US8006225B1 (en)*2004-06-032011-08-23Synposys, Inc.Method and system for automatic generation of instruction-set documentation from an abstract processor model described using a hierarchical architectural description language
US7409569B2 (en)*2004-06-082008-08-05Dartdevices CorporationSystem and method for application driven power management among intermittently coupled interoperable electronic devices
US7360209B2 (en)*2004-07-162008-04-15Graphlogic Inc.Object process graph application controller-viewer
US8667465B2 (en)*2008-03-312014-03-04Accurev, Inc.System for estimating a software product release time from version information
US8473893B2 (en)*2008-09-302013-06-25Accurev, Inc.Integration of external software analysis processes with software configuration management applications
US8341590B1 (en)2007-12-122012-12-25Accurev, Inc.System for relating workflow status to code component status in a software project
US9292276B1 (en)2004-07-192016-03-22Micro Focus (IP) Development LimitedMethod and system for utilizing change packages
US8548967B1 (en)*2007-12-122013-10-01Accurev, Inc.System for visual query and manipulation of configuration management records
US7392471B1 (en)2004-07-282008-06-24Jp Morgan Chase BankSystem and method for comparing extensible markup language (XML) documents
US20060031819A1 (en)*2004-08-062006-02-09Microsoft CorporationMethods and apparatus for creating solutions
US7698291B2 (en)*2004-08-262010-04-13Sap AgMethod and system for integrating user-defined objects into a business management application
US20060059459A1 (en)*2004-09-132006-03-16Microsoft CorporationGenerating solution-based software documentation
US8051408B1 (en)*2004-09-132011-11-01The Mathworks, Inc.Method of providing interactive usage descriptions based on source code analysis
US8024703B2 (en)*2004-10-222011-09-20International Business Machines CorporationBuilding an open model driven architecture pattern based on exemplars
US7376933B2 (en)*2004-10-222008-05-20International Business Machines CorporationSystem and method for creating application content using an open model driven architecture
US20060101385A1 (en)*2004-10-222006-05-11Gerken Christopher HMethod and System for Enabling Roundtrip Code Protection in an Application Generator
US20060101387A1 (en)*2004-10-222006-05-11Gerken Christopher HAn Open Model Driven Architecture Application Implementation Service
US20060122724A1 (en)*2004-12-072006-06-08Photoronics, Inc. 15 Secor Road P.O. Box 5226 Brookfield, Connecticut 06804System and method for automatically generating a tooling specification using a logical operations utility that can be used to generate a photomask order
EP1674957A1 (en)*2004-12-212006-06-28Siemens AktiengesellschaftRule based, distributed engineering
US7814427B2 (en)*2005-01-052010-10-12Microsoft CorporationObject model tree diagram
US7774787B2 (en)*2005-01-112010-08-10Microsoft CorporationMethod for specifying and verifying multi-threaded object-oriented programs with invariants
US8225283B2 (en)*2005-01-312012-07-17International Business Machines CorporationMethod and apparatus for enabling collaborative product development processes
US7793255B1 (en)*2005-03-012010-09-07Oracle America, Inc.System and method for maintaining alternate object views
US7567975B2 (en)*2005-03-162009-07-28Oracle International CorporationIncremental evaluation of complex event-condition-action rules in a database system
US10127130B2 (en)2005-03-182018-11-13Salesforce.ComIdentifying contributors that explain differences between a data set and a subset of the data set
US9129226B2 (en)*2011-12-042015-09-08Beyondcore, Inc.Analyzing data sets with the help of inexpert humans to find patterns
US20060230389A1 (en)*2005-04-122006-10-12Moulckers Ingrid MSystem and method for specifying business requirements for dynamically generated runtime solution to a business problem
US20060229894A1 (en)*2005-04-122006-10-12Moulckers Ingrid MSystem and method for estimating expense and return on investment of a dynamically generated runtime solution to a business problem
EP1615125A1 (en)*2005-04-142006-01-11Agilent Technologies, Inc.Automatic source code generation
US7590978B2 (en)*2005-04-152009-09-15Microsoft CorporationInferring object invariant method and system
US7559054B2 (en)*2005-04-192009-07-07Microsoft CorporationAbstract interpretation with a congruence abstract domain and/or a heap succession abstract domain
US20060242174A1 (en)*2005-04-222006-10-26Igor TsyganskiySystems and methods for using object-oriented tools to debug business applications
US20060242197A1 (en)*2005-04-222006-10-26Igor TsyganskiyMethods of transforming application layer structure as objects
US8539003B2 (en)*2005-04-222013-09-17Sap AgSystems and methods for identifying problems of a business application in a customer support system
US20060242177A1 (en)*2005-04-222006-10-26Igor TsyganskiyMethods of exposing business application runtime exceptions at design time
US20060241961A1 (en)*2005-04-222006-10-26Igor TsyganskiyMethods of optimizing legacy application layer control structure using refactoring
US7702638B2 (en)*2005-04-222010-04-20Sap AgSystems and methods for off-line modeling a business application
US20060242171A1 (en)*2005-04-222006-10-26Igor TsyganskiyMethods of using code-based case tools to verify application layer configurations
US7958486B2 (en)*2005-04-222011-06-07Sap AgMethods and systems for data-focused debugging and tracing capabilities
US20060242194A1 (en)*2005-04-222006-10-26Igor TsyganskiySystems and methods for modeling and manipulating a table-driven business application in an object-oriented environment
US20060293935A1 (en)*2005-04-222006-12-28Igor TsyganskiyMethods and systems for incrementally exposing business application errors using an integrated display
US20060242188A1 (en)*2005-04-222006-10-26Igor TsyganskiyMethods of exposing a missing collection of application elements as deprecated
US20060293934A1 (en)*2005-04-222006-12-28Igor TsyganskiyMethods and systems for providing an integrated business application configuration environment
US7542980B2 (en)*2005-04-222009-06-02Sap AgMethods of comparing and merging business process configurations
JP4855710B2 (en)*2005-04-282012-01-18株式会社東芝 Software plug-in method and application program
US7886273B2 (en)*2005-04-292011-02-08The United States Of America As Represented By The Administrator Of The National Aeronautics And Space AdministrationSystems, methods and apparatus for generation and verification of policies in autonomic computing systems
EP1734442A1 (en)*2005-05-192006-12-20Agilent Technologies, Inc.Modular code generation
US7634766B2 (en)*2005-05-202009-12-15Sun Microsystems, Inc.Method and apparatus for pattern-based system design analysis using a meta model
US7703074B2 (en)*2005-05-202010-04-20Oracle America, Inc.Method and apparatus for tracking changes in a system
US20060265700A1 (en)*2005-05-202006-11-23Sun Microsystems, Inc.Method and apparatus for pattern-based system design analysis
US7653898B1 (en)2005-05-202010-01-26Sun Microsystems, Inc.Method and apparatus for generating a characteristics model for a pattern-based system design analysis using a schema
US20060265697A1 (en)*2005-05-202006-11-23Sun Microsystems, Inc.Pattern query language
US7571434B1 (en)2005-05-202009-08-04Sun Microsystems, Inc.Method and apparatus for transparent invocation of a characteristics extractor for pattern-based system design analysis
US7660802B2 (en)*2005-05-202010-02-09Sun Microsystems, Inc.Method and apparatus for generating components for pattern-based system design analysis using a characteristics model
US20060277525A1 (en)*2005-06-062006-12-07Microsoft CorporationLexical, grammatical, and semantic inference mechanisms
WO2007001604A2 (en)*2005-06-282007-01-04Exxonmobil Upstream Research CompanyHigh-level graphical programming language and tool for well management programming
US20070006160A1 (en)*2005-06-292007-01-04Sue KunzSoftware digital fingerprint
US7480673B2 (en)*2005-07-062009-01-20International Business Machines CorporationOptimized computer diagramming method
US20070022405A1 (en)*2005-07-202007-01-25Caterpillar Inc.Method and system for software design
US8250226B2 (en)*2005-07-212012-08-21Ca, Inc.Generating one or more clients for generating one or more synthetic transactions with one or more web service operations
US7870162B2 (en)*2005-07-292011-01-11Sap AgMethod for generating properly formed expressions
US7685567B2 (en)*2005-07-292010-03-23Microsoft CorporationArchitecture that extends types using extension methods
US20070027905A1 (en)*2005-07-292007-02-01Microsoft CorporationIntelligent SQL generation for persistent object retrieval
US7702686B2 (en)*2005-07-292010-04-20Microsoft CorporationRetrieving and persisting objects from/to relational databases
US7979472B2 (en)*2005-07-292011-07-12Sap AgMethod for conditionally branching a validation
US20070044083A1 (en)*2005-07-292007-02-22Microsoft CorporationLambda expressions
US7631011B2 (en)*2005-07-292009-12-08Microsoft CorporationCode generation patterns
US20070027849A1 (en)*2005-07-292007-02-01Microsoft CorporationIntegrating query-related operators in a programming language
US7752606B2 (en)*2005-08-102010-07-06Capital One Financial CorporationSoftware development tool using a structured format to generate software code
US8667395B2 (en)*2005-08-192014-03-04Nintendo Co., Ltd.Method and apparatus for creating video game and entertainment demonstrations with full preview and/or other features
US8196104B2 (en)*2005-08-312012-06-05Sap AgSystems and methods for testing application accessibility
JP2007079954A (en)*2005-09-142007-03-29Sony CorpInformation processing method and device, recording medium and program
US8719716B2 (en)2005-09-152014-05-06The Mathworks, Inc.Locked element for use in a graphical modeling environment
US20070067341A1 (en)*2005-09-202007-03-22International Business Machines CorporationAutomated user interface functional requirements tool
JP4783612B2 (en)*2005-10-122011-09-28富士通セミコンダクター株式会社 Extended language specification designation method, program development method, program, and computer-readable storage medium
US7499933B1 (en)2005-11-122009-03-03Jpmorgan Chase Bank, N.A.System and method for managing enterprise application configuration
AU2006315078B2 (en)*2005-11-182012-02-16Robert Arthur CrewdsonComputer software development system and method
US20090125892A1 (en)*2005-11-182009-05-14Robert Arthur CrewdsonComputer Software Development System and Method
US8176468B2 (en)*2005-12-012012-05-08Cypress Semiconductor CorporationMultivariable transfer functions
US20070143307A1 (en)*2005-12-152007-06-21Bowers Matthew NCommunication system employing a context engine
US7716639B2 (en)*2005-12-152010-05-11Abb Technology Ltd.Specification wizard
US8464210B1 (en)*2005-12-222013-06-11Rockstar Consortium Us LpSoftware development and testing environment
JP2007179165A (en)*2005-12-272007-07-12Internatl Business Mach Corp <Ibm> Computer program for deriving probabilistic performance evaluation model from UML design model and method for deriving probabilistic performance evaluation model
US8983823B1 (en)*2005-12-292015-03-17The Mathworks, Inc.Verification harness for automatically generating a text-based representation of a graphical model
US8522194B2 (en)2005-12-302013-08-27Sap AgSoftware modeling
US8396731B2 (en)2005-12-302013-03-12Sap AgArchitectural design for service procurement application software
US8316344B2 (en)2005-12-302012-11-20Sap AgSoftware model deployment units
US8448137B2 (en)*2005-12-302013-05-21Sap AgSoftware model integration scenarios
US8380553B2 (en)2005-12-302013-02-19Sap AgArchitectural design for plan-driven procurement application software
US8402426B2 (en)2005-12-302013-03-19Sap AgArchitectural design for make to stock application software
US7882486B2 (en)*2006-02-102011-02-01Microsoft CorporationAdding interactivity to artwork
US20120124550A1 (en)*2006-02-222012-05-17Robert NoceraFacilitating database application code translation from a first application language to a second application language
US8490048B2 (en)*2006-03-172013-07-16International Business Machines CorporationApparatus, system, and method for tool-based creation of a hub server/application interface
US7415448B2 (en)*2006-03-202008-08-19Microsoft CorporationAdaptive engine for processing geographic data
US8442850B2 (en)2006-03-302013-05-14Sap AgProviding accounting software application as enterprise services
US20070240128A1 (en)*2006-04-072007-10-11Patton Richard DSystems and methods for generating a user interface using a domain specific language
US8091069B2 (en)*2006-04-112012-01-03Rojer Alan SModule specification language and meta-module
US7934193B2 (en)*2006-04-112011-04-26Rojer Alan SProcessing a module specification to produce a module definition
US7962888B2 (en)*2006-04-112011-06-14Rojer Alan SProducing unitary class definitions from module specifications
US20070244691A1 (en)*2006-04-172007-10-18Microsoft CorporationTranslation of user interface text strings
US7784022B2 (en)*2006-04-252010-08-24Sap AgMapping a new user interface onto an existing integrated interface
US20080126264A1 (en)*2006-05-022008-05-29Tellefsen Jens ESystems and methods for price optimization using business segmentation
US8234630B2 (en)*2006-05-032012-07-31The Mathworks, Inc.Calling an entity of a graphical model with a non-graphical entity and calling a non-graphical entity of a graphical model with a graphical entity
JP2007304998A (en)*2006-05-122007-11-22Hitachi Software Eng Co LtdSource code generation method, device, and program
WO2008143660A1 (en)*2006-05-122008-11-27Iosemantics, LlcGenerating and utilizing finite input output models, comparison of semantic models and software quality assurance
WO2007133748A2 (en)*2006-05-152007-11-22Vendavo, Inc.Systems and methods for price setting and triangulation
JP2007328692A (en)*2006-06-092007-12-20Canon Inc Algebraic calculation method, apparatus and program
US8006226B2 (en)*2006-06-092011-08-23Sorriso Technologies Inc.Methods and apparatus for generating a web site from a use case
US7844942B2 (en)*2006-06-122010-11-30International Business Machines CorporationSystem and method for model driven transformation filtering
US7610172B2 (en)*2006-06-162009-10-27Jpmorgan Chase Bank, N.A.Method and system for monitoring non-occurring events
US8024235B2 (en)*2006-06-212011-09-20Microsoft CorporationAutomatic search functionality within business applications
CN101093493B (en)*2006-06-232011-08-31国际商业机器公司Speech conversion method for database inquiry and converter
US8522261B2 (en)*2006-06-302013-08-27Sap AgUsing status models with state guards in a computer system
US8365200B1 (en)2006-06-302013-01-29Sap AgUsing cancellation status models in a computer system
US8706776B1 (en)2006-06-302014-04-22Sap AgExtending status models in a computer system
WO2008000878A2 (en)*2006-06-302008-01-03Business Excellence Through Information Technologies, S.L.Electronic commerce system for the purchase of custom-developed computer applications for managing information using structured data models.
US8200715B1 (en)2006-06-302012-06-12Sap AgUsing status models with adaptable process steps in a computer system
CN101101547B (en)*2006-07-042012-07-18霍尼韦尔(北京)技术研发实验有限公司Dynamic computer system and structure
US8176467B2 (en)*2006-07-252012-05-08Harris CorporationComputer program generation system and method thereof
US7966599B1 (en)*2006-08-292011-06-21Adobe Systems IncorporatedRuntime library including a virtual file system
US7917890B2 (en)*2006-08-312011-03-29Jon BarcellonaEnterprise-scale application development framework utilizing code generation
US8200807B2 (en)*2006-08-312012-06-12The Mathworks, Inc.Non-blocking local events in a state-diagramming environment
US8589869B2 (en)2006-09-072013-11-19Wolfram Alpha LlcMethods and systems for determining a formula
US8381180B2 (en)*2006-09-082013-02-19Sap AgVisually exposing data services to analysts
US7584163B2 (en)*2006-09-142009-09-01Sap AgMethod and system for expression evaluation
JP2010504572A (en)*2006-09-202010-02-12ナショナル アイシーティー オーストラリア リミテッド Generation of transition systems used in model checking
US7647522B2 (en)*2006-09-282010-01-12Microsoft CorporationOperating system with corrective action service and isolation
US8127278B2 (en)2006-09-282012-02-28Sap AgSystem and method for extending legacy applications with undo/redo functionality
US8156480B2 (en)*2006-09-292012-04-10Intel CorporationMethods and apparatus to form a resilient objective instruction construct
US8739137B2 (en)*2006-10-192014-05-27Purdue Research FoundationAutomatic derivative method for a computer programming language
US7894917B2 (en)*2006-10-202011-02-22Rockwell Automation Technologies, Inc.Automatic fault tuning
US7844349B2 (en)*2006-10-202010-11-30Rockwell Automation Technologies, Inc.Standard MES interface for discrete manufacturing
US20080095196A1 (en)*2006-10-202008-04-24Rockwell Automation Technologies, Inc.Unit to unit transfer synchronization
US8601435B2 (en)*2006-10-202013-12-03Rockwell Automation Technologies, Inc.Module class subsets for industrial control
US8392008B2 (en)*2006-10-202013-03-05Rockwell Automation Technologies, Inc.Module arbitration and ownership enhancements
JP4589294B2 (en)2006-11-212010-12-01富士通株式会社 Design / verification support program and recording medium recording the program
GB0624168D0 (en)2006-12-042007-01-10Axiom Systems LtdService assembly and delivery
US8930890B2 (en)*2006-12-052015-01-06International Business Machines CorporationSoftware model skinning
US8756561B2 (en)*2006-12-052014-06-17International Business Machines CorporationSoftware model normalization and mediation
US8219650B2 (en)*2006-12-282012-07-10Sap AgCommunicating with a status management component in a computer system
US8689174B2 (en)*2006-12-282014-04-01Sap AgExtensibility of pattern components
US8161454B2 (en)*2007-01-222012-04-17Ford Motor CompanySoftware architecture for developing in-vehicle software applications
US8812957B2 (en)*2007-01-312014-08-19Adobe Systems IncorporatedRelevance slider in a site analysis report
US8099491B2 (en)*2007-01-312012-01-17Adobe Systems IncorporatedIntelligent node positioning in a site analysis report
US8997091B1 (en)*2007-01-312015-03-31Emc CorporationTechniques for compliance testing
WO2008097801A2 (en)*2007-02-052008-08-14Skyway Software, Inc.Method and system for creating, deploying, and utilizing a service
US8904340B2 (en)*2007-02-132014-12-02International Business Machines CorporationUse of temporary optimized settings to reduce cycle time of automatically created spreadsheets
US8768689B2 (en)*2007-02-142014-07-01Nuance Communications, Inc.Method and system for translation management of source language text phrases
KR100871563B1 (en)*2007-02-142008-12-02삼성전자주식회사 Apparatus and method for component based software development
EP1965300A1 (en)*2007-03-022008-09-03Siemens AktiengesellschaftA method for validating a graphical workflow translation
US20080256390A1 (en)*2007-04-132008-10-16Chaar Jarir KProject Induction in a Software Factory
US8141040B2 (en)*2007-04-132012-03-20International Business Machines CorporationAssembling work packets within a software factory
US8327318B2 (en)*2007-04-132012-12-04International Business Machines CorporationSoftware factory health monitoring
US8359566B2 (en)*2007-04-132013-01-22International Business Machines CorporationSoftware factory
US8296719B2 (en)*2007-04-132012-10-23International Business Machines CorporationSoftware factory readiness review
US8566777B2 (en)*2007-04-132013-10-22International Business Machines CorporationWork packet forecasting in a software factory
US8464205B2 (en)*2007-04-132013-06-11International Business Machines CorporationLife cycle of a work packet in a software factory
US9489418B2 (en)2007-04-272016-11-08International Business Machines CorporationProcessing database queries embedded in application source code from within integrated development environment tool
US9047337B2 (en)*2007-04-272015-06-02International Business Machines CorporationDatabase connectivity and database model integration within integrated development environment tool
US8392880B2 (en)*2007-04-272013-03-05International Business Machines CorporationRapid application development for database-aware applications
US8566793B2 (en)*2007-04-272013-10-22International Business Machines CorporationDetecting and displaying errors in database statements within integrated development environment tool
US20080276221A1 (en)*2007-05-022008-11-06Sap Ag.Method and apparatus for relations planning and validation
CN101681263B (en)*2007-05-162013-12-04国际商业机器公司 Consistent method and system for developing software asset-based solutions
US8060868B2 (en)*2007-06-212011-11-15Microsoft CorporationFully capturing outer variables as data objects
US8090735B2 (en)*2007-06-222012-01-03International Business Machines CorporationStatement generation using statement patterns
US8375351B2 (en)*2007-06-232013-02-12International Business Machines CorporationExtensible rapid application development for disparate data sources
US8001519B2 (en)*2007-06-272011-08-16International Business Machines CorporationModel driven development including aspect integration tool
US7702695B2 (en)*2007-06-272010-04-20Microsoft CorporationObject relational map verification system
US10783463B2 (en)*2007-06-272020-09-22International Business Machines CorporationSystem, method and program for tracking labor costs
US20090024979A1 (en)*2007-07-202009-01-22International Business Machines CorporationMethod and system for configuring a user interface
US8141030B2 (en)*2007-08-072012-03-20International Business Machines CorporationDynamic routing and load balancing packet distribution with a software factory
US8386999B2 (en)*2007-08-092013-02-26Infonovus Technologies, LlcMethod and system for analyzing a software design
US8250534B2 (en)*2007-08-092012-08-21Infonovus Technologies, LlcMethod and system for constructing a software application from a complete and consistent specification in a software development process
US8332807B2 (en)*2007-08-102012-12-11International Business Machines CorporationWaste determinants identification and elimination process model within a software factory operating environment
US8689194B1 (en)2007-08-202014-04-01The Mathworks, Inc.Optimization identification
US9189757B2 (en)*2007-08-232015-11-17International Business Machines CorporationMonitoring and maintaining balance of factory quality attributes within a software factory environment
US8539437B2 (en)*2007-08-302013-09-17International Business Machines CorporationSecurity process model for tasks within a software factory
WO2009029760A1 (en)*2007-08-312009-03-05Iosemantics, LlcQuality assurance tools for use with source code and a semantic model
US8429618B2 (en)*2007-09-192013-04-23Siemens Industry, Inc.Parametric regular object types with comprehensions for automated generation of software test fixtures
US20090094574A1 (en)*2007-09-242009-04-09Claude Dennis PegdenSystem and method for creating intelligent simulation objects using graphical process descriptions
US8091094B2 (en)2007-10-102012-01-03Sap AgMethods and systems for ambistateful backend control
US8381174B2 (en)*2007-10-312013-02-19National Instruments CorporationGlobal variable structure in a graphical program
US8316346B2 (en)*2007-11-062012-11-20International Business Machines CorporationMethod and system for selecting a software architecture for implementing service integration
JP5226283B2 (en)*2007-11-152013-07-03キヤノン株式会社 Information processing apparatus, information processing system, method, and program
US8671121B2 (en)*2007-11-262014-03-11International Business Machines CorporationModel augmentation in a model-driven application development environment
US8266519B2 (en)*2007-11-272012-09-11Accenture Global Services LimitedDocument analysis, commenting, and reporting system
US8412516B2 (en)2007-11-272013-04-02Accenture Global Services LimitedDocument analysis, commenting, and reporting system
US8271870B2 (en)*2007-11-272012-09-18Accenture Global Services LimitedDocument analysis, commenting, and reporting system
EP2071451A1 (en)*2007-12-072009-06-17Alcatel LucentDevice and method for building compilable and executable applications from specifications expressed by classes
US8458648B2 (en)*2007-12-102013-06-04International Business Machines CorporationGraphical modelization of user interfaces for data intensive applications
US8447657B2 (en)2007-12-312013-05-21Sap AgArchitectural design for service procurement application software
US8782618B1 (en)*2008-01-082014-07-15The Mathworks, Inc.Instrument based processing
US8370795B1 (en)*2008-01-312013-02-05Intuit Inc.Method and system for explaining a value of a field in a form
US8196112B1 (en)*2008-02-152012-06-05Amazon Technologies, Inc.Systems and methods for testing widgets in computer environments
US20090210853A1 (en)*2008-02-192009-08-20Anand KumarSystems and apparatus for software development
US8271951B2 (en)*2008-03-042012-09-18International Business Machines CorporationSystem and methods for collecting software development feedback
KR100994070B1 (en)*2008-03-192010-11-11(주)케투씨소프트 Reserved component container based software development method and apparatus
JP5087133B2 (en)*2008-03-212012-11-28株式会社三菱東京Ufj銀行 Application development support apparatus, program, and recording medium
US8504980B1 (en)2008-04-142013-08-06Sap AgConstraining data changes during transaction processing by a computer system
US20100058198A1 (en)*2008-04-162010-03-04Modria, Inc.Collaborative realtime planning using a model driven architecture and iterative planning tools
US20090271765A1 (en)*2008-04-292009-10-29Microsoft CorporationConsumer and producer specific semantics of shared object protocols
US20090276757A1 (en)*2008-04-302009-11-05Fraunhofer Usa, Inc.Systems and methods for inference and management of software code architectures
US8850409B2 (en)*2008-05-212014-09-30Optumsoft, Inc.Notification-based constraint set translation to imperative execution
US8667469B2 (en)*2008-05-292014-03-04International Business Machines CorporationStaged automated validation of work packets inputs and deliverables in a software factory
US8595044B2 (en)*2008-05-292013-11-26International Business Machines CorporationDetermining competence levels of teams working within a software
US8010512B2 (en)*2008-06-162011-08-30International Business Machines CorporationSystem and method for model-driven object store
US8732838B2 (en)*2008-06-262014-05-20Microsoft CorporationEvaluating the effectiveness of a threat model
US8255869B2 (en)*2008-06-302012-08-28Rockwell Automation Technologies, Inc.Industry template customization and transclusion for use in industrial automation and information solutions
US8677310B2 (en)*2008-06-302014-03-18Rockwell Automation Technologies, Inc.Industry template abstracting and creation for use in industrial automation and information solutions
US8245191B2 (en)*2008-07-032012-08-14International Business Machines CorporationPolicy application rules for automated configuration of software components
US9639331B2 (en)2008-07-092017-05-02International Business Machines CorporationService interface creation and modification for object-oriented services
JP4894826B2 (en)2008-07-142012-03-14ソニー株式会社 COMMUNICATION DEVICE, COMMUNICATION SYSTEM, NOTIFICATION METHOD, AND PROGRAM
US8452629B2 (en)2008-07-152013-05-28International Business Machines CorporationWork packet enabled active project schedule maintenance
US8527329B2 (en)*2008-07-152013-09-03International Business Machines CorporationConfiguring design centers, assembly lines and job shops of a global delivery network into “on demand” factories
US20100023920A1 (en)*2008-07-222010-01-28International Business Machines CorporationIntelligent job artifact set analyzer, optimizer and re-constructor
US8140367B2 (en)*2008-07-222012-03-20International Business Machines CorporationOpen marketplace for distributed service arbitrage with integrated risk management
US8418126B2 (en)*2008-07-232013-04-09International Business Machines CorporationSoftware factory semantic reconciliation of data models for work packets
US8375370B2 (en)*2008-07-232013-02-12International Business Machines CorporationApplication/service event root cause traceability causal and impact analyzer
US8271949B2 (en)2008-07-312012-09-18International Business Machines CorporationSelf-healing factory processes in a software factory
US8448129B2 (en)*2008-07-312013-05-21International Business Machines CorporationWork packet delegation in a software factory
US8336026B2 (en)2008-07-312012-12-18International Business Machines CorporationSupporting a work packet request with a specifically tailored IDE
US20100031175A1 (en)*2008-08-042010-02-04Michael Lee KijewskiComputerized method for relating variables in user-defined equations to dimensions on digital drawings
US20110145653A1 (en)*2008-08-152011-06-16Verum Holding B.V.Method and system for testing complex machine control software
US20110224954A1 (en)*2008-08-262011-09-15Cinergix Pty LtdModelling of systems
US8401928B2 (en)*2008-09-182013-03-19Sap AgProviding supplier relationship management software application as enterprise services
US8584085B2 (en)*2008-09-242013-11-12Accenture Global Services LimitedIdentification of concepts in software
US9335761B2 (en)*2008-09-302016-05-10Rockwell Automation Technologies, Inc.Procedure classification for industrial automation
US20100088685A1 (en)*2008-10-062010-04-08Microsoft CorporationSystem and method for mapping a domain modeling language to a relational store
US8356288B2 (en)*2008-11-102013-01-15Sap AgMethod and apparatus for monitoring runtime of persistence applications
JP2010128583A (en)*2008-11-252010-06-10Toshiba CorpTest-facilitating design apparatus, its method and program
US8401908B2 (en)2008-12-032013-03-19Sap AgArchitectural design for make-to-specification application software
WO2010064317A2 (en)*2008-12-052010-06-10富士通株式会社Operation management support program, recording medium on which said program is recorded, operation management support device, and operation management support method
US8671035B2 (en)2008-12-112014-03-11Sap AgProviding payroll software application as enterprise services
US8949788B2 (en)*2008-12-172015-02-03Red Hat, Inc.Building and packaging software
US8495596B1 (en)*2009-02-092013-07-23Amdocs Software Systems LimitedSystem, method, and computer program for interfacing an automatic operational support system with a legacy operational support system
US20100235275A1 (en)*2009-03-062010-09-16Carl AnsleyCard Processing
US8849873B2 (en)*2009-03-182014-09-30Bentley Systems, IncorporatedSpecifications automation system and method
TW201106251A (en)2009-04-242011-02-16IbmEditing apparatus, editing method and program
US9213768B1 (en)2009-05-152015-12-15Wolfram Alpha LlcAssumption mechanism for queries
US8601015B1 (en)2009-05-152013-12-03Wolfram Alpha LlcDynamic example generation for queries
JP5304475B2 (en)*2009-06-232013-10-02富士通株式会社 Information processing apparatus and information processing method
US8595697B2 (en)*2009-07-012013-11-26International Business Machines CorporationSerializing a templated markup language representation of test artifacts
FR2948788B1 (en)*2009-07-302011-09-16Xaga Network APPLICATION MANAGEMENT SYSTEM
US8589858B1 (en)*2009-09-142013-11-19Lockheed Martin CorporationRequirement manager for UML and SysML application
US8706771B2 (en)*2009-09-302014-04-22Smartshift GmbhSystems and methods for analyzing and transforming an application from a source installation to a target installation
US8301168B2 (en)*2009-10-162012-10-30At&T Mobility Ii LlcDevices and methods for selectively filtering message content
US10185594B2 (en)*2009-10-292019-01-22International Business Machines CorporationSystem and method for resource identification
US8436867B1 (en)*2009-11-062013-05-07PixarSystem and method for generating computer graphic images by identifying variant and invariant shader arguments
US8677313B2 (en)*2009-11-302014-03-18Accenture Global Services LimitedFunctional design creation tool
US8549353B2 (en)*2009-12-292013-10-01Microgen Aptitutde LimitedBatch processing error handling modes
US8997053B2 (en)2010-01-142015-03-31Worksoft, Inc.System and method for automated testing of software applications with dynamic user interfaces spanning multiple technologies
US20110191748A1 (en)*2010-01-292011-08-04International Business Machines CorporationSystems and methods for design time service verification and validation
EP2362333A1 (en)2010-02-192011-08-31Accenture Global Services LimitedSystem for requirement identification and analysis based on capability model structure
US20110213637A1 (en)*2010-02-262011-09-01Gm Global Technology Operations, IncRequirements engineering tool called requirement editor
US9116708B2 (en)*2010-03-052015-08-25Nec CorporationProgram creation support apparatus, program, and information system
US8949773B2 (en)*2010-03-252015-02-03International Business Machines CorporationDeriving process models from natural language use case models
US9146913B2 (en)2010-03-292015-09-29Bentley Systems, IncorporatedSpecifications automation system and method
US8701080B2 (en)2010-04-052014-04-15Accenture Global Services LimitedTemplate components having constraints representative of best practices in integration software development
US8495580B2 (en)2010-04-072013-07-23International Business Machines CorporationFacilitating use of model transformations
US8739118B2 (en)2010-04-082014-05-27Microsoft CorporationPragmatic mapping specification, compilation and validation
US8484015B1 (en)2010-05-142013-07-09Wolfram Alpha LlcEntity pages
US20110302551A1 (en)*2010-06-022011-12-08Hummel Jr David MartinSystem and method for analytic process design
US8473895B2 (en)*2010-06-082013-06-25Microsoft CorporationProviding diverse solutions using design space exploration
US20110314449A1 (en)*2010-06-182011-12-22Infosys Technologies LimitedMethod and system for estimating effort for maintenance of software
US8607191B2 (en)*2010-06-302013-12-10International Business Machines CorporationAutomated discovery of programmatic resources
US8566731B2 (en)2010-07-062013-10-22Accenture Global Services LimitedRequirement statement manipulation system
US8572574B2 (en)*2010-07-162013-10-29Fujitsu LimitedSolving hybrid constraints to validate specification requirements of a software module
US8812298B1 (en)2010-07-282014-08-19Wolfram Alpha LlcMacro replacement of natural language input
US8510650B2 (en)*2010-08-112013-08-13Stephen J. GarlandMultiple synchronized views for creating, analyzing, editing, and using mathematical formulas
US8407073B2 (en)2010-08-252013-03-26International Business Machines CorporationScheduling resources from a multi-skill multi-level human resource pool
US9087236B2 (en)*2010-09-132015-07-21International Business Machines CorporationAutomated recognition of process modeling semantics in flow diagrams
US8776014B2 (en)*2010-09-232014-07-08Microsoft CorporationSoftware build analysis
US9177017B2 (en)*2010-09-272015-11-03Microsoft Technology Licensing, LlcQuery constraint encoding with type-based state machine
EP2625606A4 (en)2010-10-082014-11-26IriseSystem and method for extending a visualization platform
WO2012069077A1 (en)*2010-11-232012-05-31Nokia Siemens Networks OyNetwork element configuration management
WO2012074338A2 (en)*2010-12-022012-06-07에스케이텔레콤 주식회사Natural language and mathematical formula processing method and device therefor
US9069448B2 (en)*2010-12-032015-06-30Salesforce.Com, Inc.Filtering objects in a multi-tenant environment
EP2466455A1 (en)*2010-12-152012-06-20Schneider Electric Buildings ABDefinition of objects in object-oriented programming environments
US20120180033A1 (en)*2011-01-122012-07-12David Amos BrownSystem and Methodology for Autonomous, Value-Centric, Architectural, Software Programming
US9015011B2 (en)*2011-01-252015-04-21Accenture Global Services LimitedAssistant tool
US9043759B1 (en)2011-01-272015-05-26Trimble Navigation LimitedSystem and method for generating software unit tests simultaneously with API documentation
US9280442B1 (en)2011-01-272016-03-08Trimble Navigation LimitedSystem and method for generating coverage reports for software unit tests
US9400778B2 (en)2011-02-012016-07-26Accenture Global Services LimitedSystem for identifying textual relationships
US20120246609A1 (en)2011-03-242012-09-27International Business Machines CorporationAutomatic generation of user stories for software products via a product content space
US9117227B1 (en)2011-03-312015-08-25Twitter, Inc.Temporal features in a messaging platform
US10543715B2 (en)2016-09-082020-01-28Stempf Automotive Industries, Inc.Wheel centering sleeve
US8682895B1 (en)*2011-03-312014-03-25Twitter, Inc.Content resonance
US9319359B1 (en)2011-03-312016-04-19Twitter, Inc.Promoting content in a real-time messaging platform
US20120260237A1 (en)*2011-04-102012-10-11Requirementslive LlcPortable Business Language and Automated Software Application Development System
US8935654B2 (en)2011-04-212015-01-13Accenture Global Services LimitedAnalysis system for test artifact generation
US9817677B2 (en)*2011-04-222017-11-14Microsoft Technologies Licensing, LLCRule based data driven validation
JP2012238235A (en)*2011-05-122012-12-06Canon IncProgram verification device and program
US8660878B2 (en)2011-06-152014-02-25International Business Machines CorporationModel-driven assignment of work to a software factory
US9063672B2 (en)*2011-07-112015-06-23Honeywell International Inc.Systems and methods for verifying model equivalence
US9268665B2 (en)2011-07-262016-02-23Trimble Navigation LimitedSystem and method for identifying fault prone computer code files
US9069814B2 (en)2011-07-272015-06-30Wolfram Alpha LlcMethod and system for using natural language to generate widgets
US8914422B2 (en)*2011-08-192014-12-16Salesforce.Com, Inc.Methods and systems for designing and building a schema in an on-demand services environment
US9507871B2 (en)*2011-08-292016-11-29The Boeing CompanyMethods and systems for a state-based web framework architecture
US9063673B2 (en)*2011-08-302015-06-23Uniquesoft, LlcSystem and method for implementing application code from application requirements
US9734252B2 (en)2011-09-082017-08-15Wolfram Alpha LlcMethod and system for analyzing data using a query answering system
US8898628B2 (en)2011-09-232014-11-25Ahmad RAZAMethod and an apparatus for developing software
US8943470B2 (en)*2011-09-232015-01-27The Mathworks, Inc.Requirements framework
US9940327B2 (en)*2011-10-122018-04-10International Business Machines CorporationMethod for generating workflow from business specification
US9244819B2 (en)*2011-10-312016-01-26International Business Machines CorporationAttribute value properties for test selection with cartesian product models
US9851950B2 (en)2011-11-152017-12-26Wolfram Alpha LlcProgramming in a precise syntax using natural language
US10796232B2 (en)2011-12-042020-10-06Salesforce.Com, Inc.Explaining differences between predicted outcomes and actual outcomes of a process
US10802687B2 (en)2011-12-042020-10-13Salesforce.Com, Inc.Displaying differences between different data sets of a process
US8577840B2 (en)*2012-01-032013-11-05International Business Machines CorporationReplication of data sets
GB2490190A (en)*2012-01-112012-10-24Accenture Global Services LtdTesting a requirement statement using a grammatical parser and applying a test artefact rule set.
WO2013111316A1 (en)*2012-01-272013-08-01富士通株式会社Information processing method, device and program
US9152385B2 (en)*2012-02-222015-10-06GM Global Technology Operations LLCSystems and methods for generating high-quality formal executable software feature requirements
US9021420B2 (en)*2012-03-022015-04-28Xerox CorporationDeployment of business processes in service-oriented architecture environments
EP2639693A1 (en)*2012-03-122013-09-18Barium ABBusiness management system
US9389872B2 (en)*2012-03-162016-07-12Vmware, Inc.Software wizard implementation framework
US9075616B2 (en)2012-03-192015-07-07Enterpriseweb LlcDeclarative software application meta-model and system for self-modification
US9977655B2 (en)*2012-03-202018-05-22Massively Parallel Technologies, Inc.System and method for automatic extraction of software design from requirements
US9424168B2 (en)*2012-03-202016-08-23Massively Parallel Technologies, Inc.System and method for automatic generation of software test
US8996472B2 (en)2012-04-162015-03-31Sap SeVerification of status schemas based on business goal definitions
US9400983B1 (en)2012-05-102016-07-26Jpmorgan Chase Bank, N.A.Method and system for implementing behavior isolating prediction model
US8850407B2 (en)*2012-05-232014-09-30Hewlett-Packard Development Company, L.P.Test script generation
US9400639B2 (en)2012-06-222016-07-26Microsoft Technology Licensing, LlcGenerating programs using context-free compositions and probability of determined transformation rules
US9460200B2 (en)2012-07-022016-10-04International Business Machines CorporationActivity recommendation based on a context-based electronic files search
US8903813B2 (en)2012-07-022014-12-02International Business Machines CorporationContext-based electronic document search using a synthetic event
US8898165B2 (en)2012-07-022014-11-25International Business Machines CorporationIdentification of null sets in a context-based electronic document search
US9098586B1 (en)2012-07-052015-08-04EarthNetTV Inc.Private user interest recognition and targeted recommendation system
US20140012740A1 (en)*2012-07-062014-01-09Great Bridge CorporationCollecting and analyzing transaction datacollecting and analyzing transaction and demographic data to fulfill queries and target surveys
US9027001B2 (en)2012-07-102015-05-05Honeywell International Inc.Systems and methods for verifying expression folding
US8966441B2 (en)*2012-07-122015-02-24Oracle International CorporationDynamic scripts to extend static applications
US9009736B2 (en)*2012-07-262015-04-14Sap SeFunction execution framework wrapper layer
US8996473B2 (en)2012-08-062015-03-31Sap SeChecking compatibility of extended and core SAM schemas based on complex goals
US9262499B2 (en)2012-08-082016-02-16International Business Machines CorporationContext-based graphical database
US20140052757A1 (en)*2012-08-172014-02-20International Business Machines CorporationTechniques providing a software fitting assessment
US8959119B2 (en)2012-08-272015-02-17International Business Machines CorporationContext-based graph-relational intersect derived database
US9405424B2 (en)2012-08-292016-08-02Wolfram Alpha, LlcMethod and system for distributing and displaying graphical items
US20150019537A1 (en)2012-09-072015-01-15Splunk Inc.Generating Reports from Unstructured Data
US9582585B2 (en)2012-09-072017-02-28Splunk Inc.Discovering fields to filter data returned in response to a search
US8788525B2 (en)2012-09-072014-07-22Splunk Inc.Data model for machine data for semantic search
US9619580B2 (en)2012-09-112017-04-11International Business Machines CorporationGeneration of synthetic context objects
US9251237B2 (en)2012-09-112016-02-02International Business Machines CorporationUser-specific synthetic context object matching
US8620958B1 (en)2012-09-112013-12-31International Business Machines CorporationDimensionally constrained synthetic context objects database
US9111102B2 (en)*2012-09-172015-08-18Microsoft Technology Licensing, LlcCreation of security roles through user walkthrough of business process workflow
US9223846B2 (en)2012-09-182015-12-29International Business Machines CorporationContext-based navigation through a database
US9280322B2 (en)*2012-09-272016-03-08Intel CorporationGenerating source code
US8826240B1 (en)*2012-09-292014-09-02Appurify, Inc.Application validation through object level hierarchy analysis
US9741138B2 (en)2012-10-102017-08-22International Business Machines CorporationNode cluster relationships in a graph database
US8931109B2 (en)2012-11-192015-01-06International Business Machines CorporationContext-based security screening for accessing data
US9058240B2 (en)*2012-12-032015-06-16International Business Machines CorporationMulti-context remote development
US9612947B2 (en)2012-12-032017-04-04Ca, Inc.Code-free testing framework
US9465591B2 (en)*2012-12-172016-10-11Unisys CorporationSyntax language generator for compiler validation
US9229932B2 (en)2013-01-022016-01-05International Business Machines CorporationConformed dimensional data gravity wells
US8983981B2 (en)2013-01-022015-03-17International Business Machines CorporationConformed dimensional and context-based data gravity wells
US8914413B2 (en)*2013-01-022014-12-16International Business Machines CorporationContext-based data gravity wells
US9043290B2 (en)*2013-01-142015-05-26International Business Machines CorporationRewriting relational expressions for different type systems
US9075544B2 (en)2013-01-152015-07-07International Business Machines CorporationIntegration and user story generation and requirements management
US9069647B2 (en)2013-01-152015-06-30International Business Machines CorporationLogging and profiling content space data and coverage metric self-reporting
US9396342B2 (en)2013-01-152016-07-19International Business Machines CorporationRole based authorization based on product content space
US9111040B2 (en)2013-01-152015-08-18International Business Machines CorporationIntegration of a software content space with test planning and test case generation
US9081645B2 (en)2013-01-152015-07-14International Business Machines CorporationSoftware product licensing based on a content space
US9087155B2 (en)2013-01-152015-07-21International Business Machines CorporationAutomated data collection, computation and reporting of content space coverage metrics for software products
US9141379B2 (en)2013-01-152015-09-22International Business Machines CorporationAutomated code coverage measurement and tracking per user story and requirement
US9063809B2 (en)2013-01-152015-06-23International Business Machines CorporationContent space environment representation
US9218161B2 (en)2013-01-152015-12-22International Business Machines CorporationEmbedding a software content space for run-time implementation
US9659053B2 (en)2013-01-152017-05-23International Business Machines CorporationGraphical user interface streamlining implementing a content space
US9069752B2 (en)2013-01-312015-06-30International Business Machines CorporationMeasuring and displaying facets in context-based conformed dimensional data gravity wells
US10067855B2 (en)*2013-01-312018-09-04Entit Software LlcError developer association
US9053102B2 (en)2013-01-312015-06-09International Business Machines CorporationGeneration of synthetic context frameworks for dimensionally constrained hierarchical synthetic context-based objects
US8856946B2 (en)2013-01-312014-10-07International Business Machines CorporationSecurity filter for context-based data gravity wells
US9292506B2 (en)2013-02-282016-03-22International Business Machines CorporationDynamic generation of demonstrative aids for a meeting
US9110722B2 (en)2013-02-282015-08-18International Business Machines CorporationData processing work allocation
US9672228B2 (en)2013-03-112017-06-06Honeywell International Inc.Methods and systems for creating a complex user interface adapting a generic database software application to individually manage subset domains in complex database
US10078575B2 (en)*2013-03-132018-09-18Microsoft Technology Licensing, LlcDiagnostics of state transitions
US9280323B2 (en)*2013-03-132016-03-08Sap SeDisplay of source code semantic layers
US20140282369A1 (en)*2013-03-142014-09-18Adminovate, Inc.Software application generator
WO2014152800A1 (en)2013-03-142014-09-25Massively Parallel Technologies, Inc.Project planning and debugging from functional decomposition
US10650408B1 (en)2013-03-152020-05-12Twitter, Inc.Budget smoothing in a messaging platform
US10963922B1 (en)2013-03-152021-03-30Twitter, Inc.Campaign goal setting in a messaging platform
US9134962B1 (en)2013-03-152015-09-15Sanctum Solutions, Inc.Interactive content development
US9661453B2 (en)*2013-03-162017-05-23Fairwayiq, Inc.Intelligent golf course
TWI622931B (en)2013-03-192018-05-01動態微型系統公司Tool compiler
US10152526B2 (en)2013-04-112018-12-11International Business Machines CorporationGeneration of synthetic context objects using bounded context objects
US12047340B2 (en)2013-04-292024-07-23Dell Products L.P.System for managing an instructure with security
US9535973B2 (en)2013-04-292017-01-03Moogsoft, Inc.Methods for decomposing events from managed infrastructures
US10803133B2 (en)2013-04-292020-10-13Moogsoft Inc.System for decomposing events from managed infrastructures that includes a reference tool signalizer
US11010220B2 (en)2013-04-292021-05-18Moogsoft, Inc.System and methods for decomposing events from managed infrastructures that includes a feedback signalizer functor
US10700920B2 (en)2013-04-292020-06-30Moogsoft, Inc.System and methods for decomposing events from managed infrastructures that includes a floating point unit
US10417594B2 (en)2013-05-022019-09-17Sap SeValidation of functional correctness of SAM schemas including action chains
US10346388B2 (en)*2013-05-032019-07-09Sap SePerformance and quality optimized architecture for cloud applications
US9195608B2 (en)2013-05-172015-11-24International Business Machines CorporationStored data analysis
US9348794B2 (en)2013-05-172016-05-24International Business Machines CorporationPopulation of context-based data gravity wells
US10296618B1 (en)2013-05-202019-05-21EMC IP Holding Company LLCStorage system query mechanism and techniques
US9940104B2 (en)*2013-06-112018-04-10Microsoft Technology Licensing, Llc.Automatic source code generation
US9485306B2 (en)2013-06-212016-11-01Here Global B.V.Methods, apparatuses, and computer program products for facilitating a data interchange protocol
US9454348B2 (en)2013-06-212016-09-27Here Global B.V.Methods, apparatuses, and computer program products for facilitating a data interchange protocol modeling language
US9569469B2 (en)*2013-07-262017-02-14Honeywell International Inc.Methods and systems for providing intuitive direction for populating complex model content into a database
IN2013MU02497A (en)2013-07-292015-06-26Tata Consultancy Services Ltd
US9223773B2 (en)*2013-08-082015-12-29Palatir Technologies Inc.Template system for custom document generation
US9329849B2 (en)*2013-08-262016-05-03Facebook, Inc.Systems and methods for converting typed code
US9354948B2 (en)2013-09-062016-05-31Sap SeData models containing host language embedded constraints
US9176801B2 (en)*2013-09-062015-11-03Sap SeAdvanced data models containing declarative and programmatic constraints
US9639572B2 (en)2013-09-062017-05-02Sap SeSQL enhancements simplifying database querying
US9442977B2 (en)2013-09-062016-09-13Sap SeDatabase language extended to accommodate entity-relationship models
US9619552B2 (en)2013-09-062017-04-11Sap SeCore data services extensibility for entity-relationship models
US9430523B2 (en)2013-09-062016-08-30Sap SeEntity-relationship model extensions using annotations
US9361407B2 (en)2013-09-062016-06-07Sap SeSQL extended with transient fields for calculation expressions in enhanced data models
US9146712B2 (en)*2013-09-182015-09-29Vmware, Inc.Extensible code auto-fix framework based on XML query languages
US8819617B1 (en)*2013-09-192014-08-26Fmr LlcSystem and method for providing access to data in a plurality of software development systems
US9092575B2 (en)2013-09-192015-07-28Fmr LlcSystem and method for providing access to data in a plurality of software development systems
US10394533B2 (en)*2013-09-302019-08-27The Mathworks, Inc.Reusable component in a modeling environment
US9483549B2 (en)2013-09-302016-11-01Microsoft Technology Licensing, LlcPersisting state at scale across browser sessions
US10521753B2 (en)*2013-10-092019-12-31Sap SeUsage description language
IN2013MU03243A (en)*2013-10-152015-07-17Tata Consultancy Services Ltd
US9823905B2 (en)*2013-11-112017-11-21International Business Machines CorporationEvent based code generation
DE102013225058A1 (en)*2013-12-052015-06-11Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. DEVICE, SYSTEM AND METHOD FOR THE EFFICIENT AND DELIVERABLE SYNCHRONIZATION OF GRAPHIC DATA STRUCTURES
IN2013CH06085A (en)*2013-12-262015-07-03Inforys Ltd
JP6249770B2 (en)*2013-12-272017-12-20キヤノン株式会社 Character input device
US9454620B2 (en)*2014-02-282016-09-27Here Global B.V.Methods, apparatuses and computer program products for automated learning of data models
EP2916183B1 (en)*2014-03-062016-11-09dSPACE digital signal processing and control engineering GmbHMethod for generating a control program for a control system
US9268537B1 (en)*2014-04-292016-02-23The Mathworks, Inc.Automatic generation of domain-aware phase ordering for effective optimization of code for a model
FR3021769B1 (en)2014-05-272016-07-01Thales Sa DEVICE AND METHOD FOR GENERATING AT LEAST ONE COMPUTER FILE FOR PRODUCING A GRAPHICAL INTERFACE OF ELECTRONIC EQUIPMENT, AND ASSOCIATED COMPUTER PROGRAM PRODUCT
US9736032B2 (en)*2014-05-302017-08-15Microsoft Technology Licensing, LlcPattern-based validation, constraint and generation of hierarchical metadata
US20150356090A1 (en)*2014-06-092015-12-10Northwestern UniversitySystem and Method for Dynamically Constructing Theatrical Experiences from Digital Content
CN105320504B (en)*2014-06-252018-08-17成都普中软件有限公司A kind of visual software modeling method constructing software view based on software member view
US10452992B2 (en)2014-06-302019-10-22Amazon Technologies, Inc.Interactive interfaces for machine learning model evaluations
CN106575246B (en)*2014-06-302021-01-01亚马逊科技公司Machine learning service
US10339465B2 (en)2014-06-302019-07-02Amazon Technologies, Inc.Optimized decision tree based models
US11100420B2 (en)2014-06-302021-08-24Amazon Technologies, Inc.Input processing for machine learning
US10963810B2 (en)2014-06-302021-03-30Amazon Technologies, Inc.Efficient duplicate detection for machine learning data sets
US10169715B2 (en)2014-06-302019-01-01Amazon Technologies, Inc.Feature processing tradeoff management
US10102480B2 (en)2014-06-302018-10-16Amazon Technologies, Inc.Machine learning service
US9886670B2 (en)*2014-06-302018-02-06Amazon Technologies, Inc.Feature processing recipes for machine learning
US10540606B2 (en)2014-06-302020-01-21Amazon Technologies, Inc.Consistent filtering of machine learning data
US10318882B2 (en)2014-09-112019-06-11Amazon Technologies, Inc.Optimized training of linear machine learning models
US9672474B2 (en)2014-06-302017-06-06Amazon Technologies, Inc.Concurrent binning of machine learning data
US9844723B2 (en)*2014-07-252017-12-19Zynga Inc.In-browser emulation of multiple technologies to create consistent visualization experience
GB2528697A (en)*2014-07-292016-02-03IbmGenerating a database structure from a scanned drawing
US11182691B1 (en)2014-08-142021-11-23Amazon Technologies, Inc.Category-based sampling of machine learning data
US10275458B2 (en)2014-08-142019-04-30International Business Machines CorporationSystematic tuning of text analytic annotators with specialized information
US11630645B2 (en)*2014-09-132023-04-18Aaron EvansSystem and method for managing and using data model
US9158786B1 (en)2014-10-012015-10-13Bertram Capital Management, LlcDatabase selection system and method to automatically adjust a database schema based on an input data
US20160098256A1 (en)*2014-10-032016-04-07General Motors LlcVisual tool and architecting logical layers of software components
US9851949B2 (en)*2014-10-072017-12-26Kevin D. HowardSystem and method for automatic software application creation
US10275154B2 (en)2014-11-052019-04-30Oracle International CorporationBuilding memory layouts in software programs
US10353793B2 (en)2014-11-052019-07-16Oracle International CorporationIdentifying improvements to memory usage of software programs
US9552192B2 (en)*2014-11-052017-01-24Oracle International CorporationContext-based generation of memory layouts in software programs
US10108536B2 (en)2014-12-102018-10-23General Electric CompanyIntegrated automated test case generation for safety-critical software
US9747079B2 (en)*2014-12-152017-08-29General Electric CompanyMethod and system of software specification modeling
US9563450B1 (en)*2014-12-152017-02-07Emc CorporationExpression based hierarchical mechanism for HTML form data validation
US10979304B2 (en)2015-01-272021-04-13Moogsoft Inc.Agent technology system with monitoring policy
US11924018B2 (en)2015-01-272024-03-05Dell Products L.P.System for decomposing events and unstructured data
US11817993B2 (en)2015-01-272023-11-14Dell Products L.P.System for decomposing events and unstructured data
US10873508B2 (en)2015-01-272020-12-22Moogsoft Inc.Modularity and similarity graphics system with monitoring policy
US10425291B2 (en)2015-01-272019-09-24Moogsoft Inc.System for decomposing events from managed infrastructures with prediction of a networks topology
US10402390B1 (en)*2015-02-112019-09-03Workday, Inc.Model validation system
US9971838B2 (en)2015-02-202018-05-15International Business Machines CorporationMitigating subjectively disturbing content through the use of context-based data gravity wells
WO2016133533A1 (en)*2015-02-202016-08-25Hewlett Packard Enterprise Development LpPersonalized profile-modified search for dialog concepts
US10275227B1 (en)*2015-02-202019-04-30The Mathworks, Inc.Determining functional equivalence of configurations of a model
US20160246582A1 (en)*2015-02-252016-08-25Red Hat, Inc.Generic Semantic Configuration Service
US9710238B2 (en)2015-03-262017-07-18IfWizard CorporationAutomatically optimizing analytics database server
US9477446B1 (en)*2015-03-312016-10-25Toyota Jidosha Kabushiki KaishaBottom-up approach for integrating models for software components using contracts
US9952837B1 (en)2015-04-012018-04-24The Mathworks, Inc.Reusable component in a modeling environment
US10303441B2 (en)2015-04-282019-05-28Nadia Analía HuebraProcess and system for automatic generation of functional architecture documents and software design and analysis specification documents from natural language
US10831449B2 (en)2015-04-282020-11-10Lexica S.A.S.Process and system for automatic generation of functional architecture documents and software design and analysis specification documents from natural language
WO2016183211A1 (en)2015-05-122016-11-17Phase Change Software LlcMachine-based normalization of machine instructions
US20160350081A1 (en)2015-05-272016-12-01Runnable Inc.Automatic container definition
US9582268B2 (en)*2015-05-272017-02-28Runnable Inc.Automatic communications graphing for a source application
US10884997B2 (en)2015-06-102021-01-05International Business Machines CorporationMaintaining a master schema
EP3106897A1 (en)*2015-06-192016-12-21Centre National d'Etudes SpatialesGnss receiver with an on-board capability to implement an optimal error correction mode
EP3115898B1 (en)*2015-07-062022-06-15IntuilabMethod for generating user-level events for an application
US10372706B2 (en)2015-07-292019-08-06Oracle International CorporationTracking and maintaining expression statistics across database queries
US10204135B2 (en)2015-07-292019-02-12Oracle International CorporationMaterializing expressions within in-memory virtual column units to accelerate analytic queries
IN2015CH03905A (en)*2015-07-302015-08-14Wipro Ltd
US10346140B2 (en)*2015-08-052019-07-09General Electric CompanySystem and method for model based technology and process for safety-critical software development
US9720652B2 (en)2015-08-062017-08-01Symphore, LLCGenerating a software complex using superordinate design input
WO2017027360A1 (en)2015-08-072017-02-16Fairwayiq, Inc.System and method for managing and interacting with patrons at an activity venue
US9898261B1 (en)*2015-09-302018-02-20Open Text CorporationMethod and system for configuring processes of software applications using activity fragments
US10257275B1 (en)2015-10-262019-04-09Amazon Technologies, Inc.Tuning software execution environments using Bayesian models
US9891890B2 (en)2015-11-092018-02-13Microsoft Technology Licensing, LlcGeneration of an application from template
US9940222B2 (en)2015-11-202018-04-10General Electric CompanySystem and method for safety-critical software automated requirements-based test case generation
US9852053B2 (en)*2015-12-082017-12-26Google LlcDynamic software inspection tool
JP2017107377A (en)*2015-12-092017-06-15株式会社リコーApparatus management device, apparatus management system, verification method and program
US9747085B2 (en)*2015-12-112017-08-29Paypal, Inc.Source code generation from prototype source
US20170168792A1 (en)*2015-12-152017-06-15Futurewei Technologies, Inc.Space and time aware organization and isolation of components in real time systems
KR101731629B1 (en)2015-12-242017-05-02고려대학교 산학협력단Method and device for automatic generating go code from circus
US11593342B2 (en)2016-02-012023-02-28Smartshift Technologies, Inc.Systems and methods for database orientation transformation
US10025696B2 (en)2016-02-092018-07-17General Electric CompanySystem and method for equivalence class analysis-based automated requirements-based test case generation
GB2547220A (en)2016-02-102017-08-16Testplant Europe LtdMethod of, and apparatus for, testing computer hardware and software
GB2547222A (en)2016-02-102017-08-16Testplant Europe LtdMethod of, and apparatus for, testing computer hardware and software
US20170242668A1 (en)*2016-02-242017-08-24Microsoft Technology Licensing, LlcContent publishing
JP6620609B2 (en)*2016-03-092019-12-18富士通株式会社 Distributed processing execution management program, distributed processing execution management method, and distributed processing execution management device
CN107229616B (en)*2016-03-252020-10-16阿里巴巴集团控股有限公司Language identification method, device and system
US10587708B2 (en)2016-03-282020-03-10Microsoft Technology Licensing, LlcMulti-modal conversational intercom
US11487512B2 (en)*2016-03-292022-11-01Microsoft Technology Licensing, LlcGenerating a services application
US11100449B1 (en)*2016-04-052021-08-24Jpmorgan Chase Bank, N.A.Systems and methods for efficiency management
US11295229B1 (en)2016-04-192022-04-05Amazon Technologies, Inc.Scalable generation of multidimensional features for machine learning
US10713015B2 (en)2016-05-152020-07-14Servicenow, Inc.Visual programming system
US10394552B2 (en)*2016-05-172019-08-27Dropbox, Inc.Interface description language for application programming interfaces
US10585655B2 (en)2016-05-252020-03-10Smartshift Technologies, Inc.Systems and methods for automated retrofitting of customized code objects
US12204845B2 (en)2016-07-212025-01-21Palantir Technologies Inc.Cached database and synchronization system for providing dynamic linked panels in user interface
US10324609B2 (en)*2016-07-212019-06-18Palantir Technologies Inc.System for providing dynamic linked panels in user interface
US10719188B2 (en)2016-07-212020-07-21Palantir Technologies Inc.Cached database and synchronization system for providing dynamic linked panels in user interface
US10528607B2 (en)2016-07-292020-01-07Splunk Inc.Syntax templates for coding
US10089103B2 (en)2016-08-032018-10-02Smartshift Technologies, Inc.Systems and methods for transformation of reporting schema
US10521502B2 (en)*2016-08-102019-12-31International Business Machines CorporationGenerating a user interface template by combining relevant components of the different user interface templates based on the action request by the user and the user context
WO2018044791A1 (en)2016-08-302018-03-08Lifecell CorporationSystems and methods for medical device control
US10324908B2 (en)*2016-09-012019-06-18Sap SeExposing database artifacts
US10893011B2 (en)*2016-09-132021-01-12Gluru LimitedSemantic interface definition language for action discovery in cloud services and smart devices
US10120665B1 (en)2016-09-292018-11-06Amazon Technologies, Inc.Latency-aware host-agnostic runtime
WO2018067624A1 (en)2016-10-052018-04-12Wal-Mart Stores, Inc.Systems and methods for synchronizing database schema
US10372443B2 (en)2016-10-182019-08-06Oracle International CorporationMulti-platform pattern-based user interfaces
US10331415B2 (en)*2016-11-082019-06-25International Business Machines CorporationFormal specification generation using examples
US10521197B1 (en)2016-12-022019-12-31The Mathworks, Inc.Variant modeling elements in graphical programs
US10326864B2 (en)*2017-02-152019-06-18Sap SeDynamic orchestration of microservices
CN106997378B (en)*2017-03-132020-05-15上海摩库数据技术有限公司Redis-based database data aggregation synchronization method
CA2999581A1 (en)2017-03-282018-09-28Walmart Apollo, LlcSystems and methods for computer assisted database change documentation
US10929759B2 (en)*2017-04-062021-02-23AIBrain CorporationIntelligent robot software platform
US11151992B2 (en)2017-04-062021-10-19AIBrain CorporationContext aware interactive robot
US10963493B1 (en)2017-04-062021-03-30AIBrain CorporationInteractive game with robot system
US10275225B1 (en)*2017-05-042019-04-30Amazon Technologies, Inc.Implicit value store mapping
US10379825B2 (en)*2017-05-222019-08-13Ab Initio Technology LlcAutomated dependency analyzer for heterogeneously programmed data processing system
US10460044B2 (en)*2017-05-262019-10-29General Electric CompanyMethods and systems for translating natural language requirements to a semantic modeling language statement
CN109002279A (en)*2017-06-012018-12-14如如研创股份有限公司Automated software generation system
US10466979B1 (en)*2017-06-012019-11-05Nationwide Mutual Insurance CompanySoftware requirements creating and tracking system and method
US10599460B2 (en)2017-08-072020-03-24Modelop, Inc.Analytic model execution engine with instrumentation for granular performance analysis for metrics and diagnostics for troubleshooting
WO2019035903A1 (en)2017-08-162019-02-21Walmart Apollo, LlcSystems and methods for distributed data validation
US10877735B1 (en)*2017-09-252020-12-29Amazon Technologies, Inc.Automated generation of software applications using analysis of submitted content items
US10691426B2 (en)*2017-10-262020-06-23Saudi Arabian Oil CompanyBuilding flexible relationships between reusable software components and data objects
US10521202B2 (en)*2017-11-202019-12-31Coupa Software IncorporatedCustomizable project and help building interfaces for deployable software
US10740550B1 (en)2017-11-202020-08-11Amazon Technologies, Inc.Network-accessible data management service with web-of-sheets data model
US10552540B2 (en)2017-11-272020-02-04International Business Machines CorporationAutomated application composer with natural language processing
US10331421B2 (en)*2017-11-302019-06-25International Business Machines CorporationExecution of a composite template to provision a composite of software service instances
US10331419B2 (en)*2017-11-302019-06-25International Business Machines CorporationCreating composite templates for service instances
US11055134B2 (en)2017-11-302021-07-06International Business Machines CorporationPerforming an action on a composite of software instances
US10338913B2 (en)2017-12-052019-07-02Archemy, Inc.Active adaptation of networked compute devices using vetted reusable software components
US10705805B1 (en)2017-12-122020-07-07Amazon Technologies, Inc.Application authoring using web-of-sheets data model
JP6940831B2 (en)*2018-01-102021-09-29日本電気株式会社 Decision device, decision method, and decision program
US10528343B2 (en)2018-02-062020-01-07Smartshift Technologies, Inc.Systems and methods for code analysis heat map interfaces
US10698674B2 (en)2018-02-062020-06-30Smartshift Technologies, Inc.Systems and methods for entry point-based code analysis and transformation
US10740075B2 (en)2018-02-062020-08-11Smartshift Technologies, Inc.Systems and methods for code clustering analysis and transformation
US10915307B2 (en)2018-02-222021-02-09Cisco Technology, Inc.Automatically producing software images
US10664294B2 (en)*2018-02-282020-05-26Intuit Inc.Matching adopting users and contributing users for decentralized software localization
WO2019216082A1 (en)*2018-05-072019-11-14日本電気株式会社System configuration derivation device and system configuration derivation method
US11586603B1 (en)2018-05-232023-02-21Amazon Technologies, Inc.Index sheets for robust spreadsheet-based applications
US10586362B2 (en)*2018-06-182020-03-10Microsoft Technology Licensing, LlcInteractive layout-aware construction of bespoke charts
WO2019246630A1 (en)*2018-06-222019-12-26Otsuka America Pharmaceutical Inc.Application programming interface using digital templates to extract information from multiple data sources
US11226955B2 (en)2018-06-282022-01-18Oracle International CorporationTechniques for enabling and integrating in-memory semi-structured data and text document searches with in-memory columnar query processing
US20200042290A1 (en)*2018-08-022020-02-06Arcare Innova Corp.BOM (bill-of-material)-Based Structured Specification Generating Method
US10783063B2 (en)*2018-10-232020-09-22Salesforce.Com, Inc.Systems and methods for testing a customer environment
US10719304B2 (en)2018-11-162020-07-21Fujitsu LimitedComputer program generation using a library
CN109726213B (en)*2018-12-102021-11-19阿里巴巴(中国)有限公司Program code conversion method, device, medium and computing equipment
US12019716B2 (en)*2018-12-112024-06-25Avago Technologies International Sales Pte. LimitedMultimedia content recognition with local and cloud-assisted machine learning
WO2020139379A1 (en)*2018-12-282020-07-02LunaPBCCommunity data aggregation, completion, correction, and use
US10860295B1 (en)*2019-01-032020-12-08Amazon Technologies, Inc.Automated detection of ambiguities in software design diagrams
US12223262B1 (en)2019-03-272025-02-11Amazon Technologies, Inc.Expressions management service for data sheet-based applications
US11681504B1 (en)2019-04-262023-06-20Opturo, Inc.Automated application builder using configuration files
CN110175019B (en)*2019-06-042021-11-16南京大学Interrupt driving system verification method based on interrupt sequence diagram
US10698704B1 (en)*2019-06-102020-06-30Captial One Services, LlcUser interface common components and scalable integrable reusable isolated user interface
US10649745B1 (en)2019-06-102020-05-12Capital One Services, LlcUser interface common components and scalable integrable reusable isolated user interface
CN112230909B (en)*2019-07-152023-05-23腾讯科技(深圳)有限公司Method, device, equipment and storage medium for binding data of applet
US10956134B2 (en)*2019-08-022021-03-23Sap SeItemization of rule branch condition expressions
US11036478B2 (en)*2019-08-072021-06-15Sap SeAutomated determination of transformation objects
US11433536B2 (en)*2019-09-192022-09-06UiPath, Inc.Process understanding for robotic process automation (RPA) using sequence extraction
US11275566B2 (en)*2019-09-242022-03-15Elemental Reasoning, LLCSystem and method for source code generation
US11188311B2 (en)2019-09-302021-11-30Microsoft Technology Licensing, LlcAutomated software generation through mutation and artificial selection
US11113186B1 (en)*2019-12-132021-09-07Amazon Technologies, Inc.Testing and publishing of resource handlers in a cloud environment
US11144314B2 (en)2020-01-172021-10-12Accenture Global Solutions LimitedSystems and methods for software documentation and code generation management
US12384031B2 (en)*2020-02-282025-08-12Nec CorporationControl device, control method and storage medium
US11269694B2 (en)2020-03-032022-03-08The Toronto-Dominion BankAutomated API code generation
US11210285B2 (en)*2020-03-062021-12-28Ab Initio Technology LlcGeneration of optimized logic from a schema
US11829689B1 (en)2020-06-092023-11-28The Mathworks, Inc.Systems and methods for creating variant regions in acausal simulation models
JP6887182B1 (en)*2020-07-012021-06-16株式会社アサヌマホールディングス Computer system and application programming interface device that realizes cooperation between objects whose input and output are categorized by using object groups in which object categories that can be placed are defined.
US11580797B2 (en)2020-09-142023-02-14Toyota Research Institute, Inc.Systems and methods for monitoring specifications over simulation and test data
US12038903B1 (en)2020-10-232024-07-16State Farm Mutual Automobile Insurance CompanySystems and methods for enhanced cloud-based rules conflict checking with data validation
US11797541B1 (en)2020-10-232023-10-24State Farm Mutual Automobile Insurance CompanySystems and methods for enhanced rules conflict checking with data validation
US12326851B1 (en)2020-10-232025-06-10State Farm Mutual Automobile Insurance CompanySystems and methods for over-time event monitoring with enhanced rules conflict checking with data validation
US11256493B1 (en)2020-11-032022-02-22Bank Of America CorporationContainer image optimizer
US11429353B1 (en)*2020-12-092022-08-30Amazon Technologies, Inc.Dynamic service provisioning using templatized infrastructure resources
US12001273B2 (en)*2021-04-082024-06-04Dell Products L.P.Software validation framework
US11409505B1 (en)*2021-04-162022-08-0927 Software U.S. Inc.Automated authoring of software solutions from a data model with related patterns
WO2022218549A1 (en)*2021-04-162022-10-20Huawei Technologies Co., Ltd.Apparatus and method for generating requirement specifications
US11693652B2 (en)2021-04-162023-07-0427 Software U.S. Inc.Automated authoring of software solutions from a data model
US12340196B2 (en)2021-05-042025-06-24Enterpriseweb LlcSystems and methods for declarative design and execution of intent-based services
US11972255B2 (en)2021-06-252024-04-30International Business Machines CorporationCompliance content generation
US11675582B2 (en)2021-07-152023-06-13Kyndryl, Inc.Neural networks to identify source code
US11520463B1 (en)*2021-08-092022-12-06Tableau Software, LLCValidating relationships between classes in object models
US20230103938A1 (en)*2021-10-012023-04-06Mutara, Inc.Customer Driven Service Development and Integration
US12197460B2 (en)*2021-10-262025-01-14Sap SeTransport of master data dependent customizations
US11704233B2 (en)*2021-11-222023-07-18International Business Machines CorporationShift left model execution in software delivery
US12253937B1 (en)*2021-12-012025-03-18Zoox, Inc.Software tool qualification for safety-critical systems
US12099817B2 (en)*2022-01-272024-09-24Accenture Global Solutions LimitedIntelligent industry compliance reviewer
US11416494B1 (en)2022-01-282022-08-16People Center, Inc.Providing triggers based on one-to-many or many-to-one relationships in a system of record
CN118872257A (en)2022-03-232024-10-29三星电子株式会社 Electronic device for detecting spam calls and operating method thereof
US20230315412A1 (en)*2022-03-302023-10-05Microsoft Technology Licensing, LlcScalable behavioral interface specification checking
US12160510B2 (en)*2022-04-182024-12-03Dell Products L.P.Automatic key cleanup to better utilize key table space
US12436760B2 (en)*2022-06-102025-10-07The Travelers Indemnity CompanyInteractive code visualization system
KR102696519B1 (en)*2022-06-282024-08-20황수진Automatic programming system and method using programming model
US20240028362A1 (en)*2022-07-222024-01-25Vmware, Inc.Object validation in software-defined data center scripts
US20250046195A1 (en)*2023-08-012025-02-06Raziel EllaSystem for generating unique navigational input for an air-borne vehicle, and a method tehreof
US12360978B1 (en)*2024-01-122025-07-15Fujitsu LimitedData type based aggregation of multiple linked tables for machine learning tasks
US12307247B1 (en)*2024-02-022025-05-20Marek DziubinskiTransformer-based programming code value quantification system
US12437238B1 (en)2024-03-202025-10-07Anthropic, PbcGeneration of agentic trajectories for training artificial intelligence agents to automate multimodal interface task workflows
US12242827B1 (en)2024-04-302025-03-04People Center, Inc.Dynamic user interface customization for no-code application development
US12314745B1 (en)*2024-12-062025-05-27Monarch Specialty Group, Inc.Technologies for enabling rule engines to guide users in completing transactions based on engaging with language models

Family Cites Families (55)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US4841441A (en)1984-08-011989-06-20Adata Software LimitedMethod of creating a computer system
US4734854A (en)1985-10-081988-03-29American Telephone And Telegraph CompanySystem for generating software source code components
US5371895A (en)1985-10-081994-12-06The Foxboro CompanyLocal equipment controller for computerized process control applications utilizing language structure templates in a hierarchical organization and method of operating the same
JPH0619715B2 (en)*1987-12-031994-03-16シャープ株式会社 Question answering device
IN170793B (en)1987-12-181992-05-23Hitachi Ltd
JP2624753B2 (en)1988-03-181997-06-25株式会社日立製作所 How to create higher-level specifications
ES2017029A6 (en)*1989-07-261990-12-16Erana Agustin AranaCore collecting tray provided with an in-built clipping system and adjustable cross travel allowing the core to be centered with the manipulator shaft
CA2284250C (en)1989-09-012001-12-04Amdahl CorporationComputer method for implementing a get instruction
DE3935627A1 (en)*1989-10-261991-05-02Schlafhorst & Co W CONNECTING SYSTEM BETWEEN A SPINDING MACHINE AND A WINDING MACHINE
US5159687A (en)*1989-11-141992-10-27Caseworks, Inc.Method and apparatus for generating program code files
US5204939A (en)*1989-12-141993-04-20Fujitsu LimitedRule base processing system and rule evaluation control method therein
US5603018A (en)1991-07-151997-02-11Mitsubishi Denki Kabushiki KaishaProgram developing system allowing a specification definition to be represented by a plurality of different graphical, non-procedural representation formats
US5485601A (en)1992-05-141996-01-16Ching; HughCompletely automated and self-generating software system
JP3181994B2 (en)1992-09-032001-07-03株式会社日立製作所 How to automatically create job flow specifications
US5640576A (en)1992-10-021997-06-17Fujitsu LimitedSystem for generating a program using the language of individuals
US5742827A (en)1992-11-021998-04-21Fujitsu LimitedMethod of automatically forming program specifications and apparatus therefor
US5353401A (en)1992-11-061994-10-04Ricoh Company, Ltd.Automatic interface layout generator for database systems
JPH06308918A (en)*1993-04-211994-11-04Fujitsu LtdControl method for displaying screen and control device for displaying screen
JPH06332710A (en)*1993-05-211994-12-02Fujitsu Ltd Object-oriented data processing system
US5758160A (en)1993-06-281998-05-26Object Technology Licensing CorporationMethod and apparatus for building a software program using dependencies derived from software component interfaces
CA2124505C (en)*1993-07-212000-01-04William A. S. BuxtonUser interface having simultaneously movable tools and cursor
CA2124624C (en)*1993-07-211999-07-13Eric A. BierUser interface having click-through tools that can be composed with other tools
US5581670A (en)*1993-07-211996-12-03Xerox CorporationUser interface having movable sheet with click-through tools
WO1995003586A1 (en)*1993-07-211995-02-02Persistence Software, Inc.Method and apparatus for generation of code for mapping relational data to objects
US5842205A (en)1993-12-021998-11-24Vie Systems, Inc.Method and process of inter-machine communication and generalized method for program preparation therefor
US5875331A (en)1994-09-301999-02-23International Business Machines Corp.System and method for generating target language code utilizing an object oriented code generator
JPH08234975A (en)*1995-02-281996-09-13Fujitsu Ltd Program generation apparatus and method
JPH08255075A (en)*1995-03-171996-10-01Fujitsu Ltd Software design support system for task division support
US5805891A (en)1995-07-261998-09-08International Business Machines CorporationSystem and method for managing maintenance of computer software
JPH09212352A (en)1996-01-311997-08-15Hitachi Software Eng Co LtdProgram development support system
US5742754A (en)1996-03-051998-04-21Sun Microsystems, Inc.Software testing apparatus and method
US6275976B1 (en)*1996-03-152001-08-14Joseph M. ScanduraAutomated method for building and maintaining software including methods for verifying that systems are internally consistent and correct relative to their specifications
WO1997038386A1 (en)*1996-04-101997-10-16Konnersman Paul MComputer-based system for work processes that consist of interdependent decisions involving one or more participants
US5960200A (en)*1996-05-031999-09-28I-CubeSystem to transition an enterprise to a distributed infrastructure
US6434598B1 (en)*1996-07-012002-08-13Sun Microsystems, Inc.Object-oriented system, method and article of manufacture for a client-server graphical user interface (#9) framework in an interprise computing framework system
US6385765B1 (en)*1996-07-022002-05-07The Research FoundationSpecification and verification for concurrent systems with graphical and textual editors
US6058493A (en)1997-04-152000-05-02Sun Microsystems, Inc.Logging and reproduction of automated test operations for computing systems
US5966534A (en)1997-06-271999-10-12Cooke; Laurence H.Method for compiling high level programming languages into an integrated processor with reconfigurable logic
US5995736A (en)*1997-07-241999-11-30Ati Technologies, Inc.Method and system for automatically modelling registers for integrated circuit design
US6289502B1 (en)*1997-09-262001-09-11Massachusetts Institute Of TechnologyModel-based software design and validation
KR100269258B1 (en)*1997-10-212000-10-16정선종 Integrated CASE Information Repository Metamodel System for Process Methodology and its Integration Support Method
US5956725A (en)1997-11-261999-09-21Interanational Business Machines CorporationSchema mapping to a legacy table with primary and foreign key support
US6618852B1 (en)1998-09-142003-09-09Intellichem, Inc.Object-oriented framework for chemical-process-development decision-support applications
US6393456B1 (en)*1998-11-302002-05-21Microsoft CorporationSystem, method, and computer program product for workflow processing using internet interoperable electronic messaging with mime multiple content type
US6199195B1 (en)*1999-07-082001-03-06Science Application International CorporationAutomatically generated objects within extensible object frameworks and links to enterprise resources
US6571232B1 (en)*1999-11-012003-05-27Sun Microsystems, Inc.System and method for browsing database schema information
WO2001052056A2 (en)*2000-01-142001-07-19Saba Software, Inc.Method and apparatus for a business applications management system platform
US7334216B2 (en)2000-04-042008-02-19Sosy, Inc.Method and apparatus for automatic generation of information system user interfaces
US6681383B1 (en)2000-04-042004-01-20Sosy, Inc.Automatic software production system
US6850922B1 (en)*2000-07-142005-02-01International Business Machines CorporationBusiness logic support
US6721807B2 (en)*2000-08-102004-04-13International Business Machines CorporationExtensible and efficient double dispatch in single-dispatch object-oriented programming languages
JP3892685B2 (en)*2001-07-262007-03-14株式会社東芝 Helical antenna and portable terminal device
US7096223B2 (en)*2001-09-202006-08-22Wellogix Inc.Process and system for managing and reconciling field documentation data within a complex project workflow system
US7032210B2 (en)*2001-11-112006-04-18International Business Machines CorporationMethod and system for generating program source code of a computer application from an information model
JP4157071B2 (en)*2004-03-312008-09-24大日本印刷株式会社 Resin for forming receptor layer of thermal transfer image receiving sheet and thermal transfer image receiving sheet using the same

Cited By (198)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US7210117B2 (en)*1999-08-192007-04-24National Instruments CorporationSystem and method for programmatically generating a graphical program in response to program information
US7941438B2 (en)*2000-04-042011-05-10Sosy, Inc.Method and apparatus for automatic generation of information system user interfaces
US20080275910A1 (en)*2000-04-042008-11-06Pedro Juan Molina-MorenoMethod and apparatus for automatic generation of information system user interfaces
US20100077331A1 (en)*2000-08-242010-03-25Xemplex Pty LtdMethod of graphically defining a formula
US7487207B2 (en)2000-09-282009-02-03Bea Systems, Inc.System and method for determining the functionality of a software application based on nodes within the software application and transitions between the nodes
US7987448B2 (en)2000-12-202011-07-26National Instruments CorporationConversion of a first diagram having states and transitions to a graphical data flow program using an intermediate XML representation
US20020083413A1 (en)*2000-12-202002-06-27National Instruments CorporationSystem and method for programmatically generating a graphical program in response to a state diagram
US20090204937A1 (en)*2000-12-202009-08-13Kodosky Jeffrey LConversion of a First Executable Diagram Having Interconnected Nodes to a Second Executable Diagram Using an Intermediate XML Representation
US7818715B2 (en)2000-12-202010-10-19National Instruments CorporationGenerating a hardware description from a graphical program in response to receiving a diagram with states and state transitions
US7882491B2 (en)2000-12-202011-02-01National Instruments CorporationAutomatic generation of a graphical program with a structure node in response to receiving a diagram with states and state transitions
US7979843B2 (en)2000-12-202011-07-12National Instruments CorporationConversion of a first executable diagram having interconnected nodes to a second executable diagram using an intermediate XML representation
US7818716B2 (en)2000-12-202010-10-19National Instruments CorporationPriorities of transitions of a diagram with states
US20090204940A1 (en)*2000-12-202009-08-13Kodosky Jeffrey LConversion of a First Diagram Having States and Transitions to a Graphical Data Flow Program Using an Intermediate XML Representation
US20070261024A1 (en)*2000-12-202007-11-08Kodosky Jeffrey LAutomatic Generation of a Graphical Program with a Structure Node in Response to Receiving a Diagram with States and State Transitions
US20070204234A1 (en)*2000-12-202007-08-30Kodosky Jeffrey LPriorities of Transitions of a Diagram with States
US20090235231A1 (en)*2000-12-202009-09-17Kodosky Jeffrey LGenerating a Hardware Description Based on a Diagram with States and State Transitions
US20070198923A1 (en)*2000-12-202007-08-23Kodosky Jeffrey LAutomatic Modification of a Graphical Program Based on Corresponding Changes to a Diagram with States and State Transitions
US8656351B2 (en)2000-12-202014-02-18National Intruments CorporationConfiguring a state diagram with graphical source code
US8099712B2 (en)2000-12-202012-01-17National Instruments CorporationGenerating a hardware description based on a diagram with states and state transitions
US7882490B2 (en)2000-12-202011-02-01National Instruments CorporationAutomatic generation of a data flow diagram from a diagram with states and transitions
US20070169053A1 (en)*2000-12-202007-07-19Kodosky Jeffrey LAutomatic Generation of a Data Flow Diagram from a Diagram with States and Transitions
US20070150859A1 (en)*2000-12-202007-06-28Kodosky Jeffrey LGenerating a Hardware Description from a Graphical Program in Response to Receiving a Diagram with States and State Transitions
US7694273B2 (en)2000-12-202010-04-06National Instruments CorporationAutomatic modification of a graphical program based on corresponding changes to a diagram with states and state transitions
US7200838B2 (en)*2000-12-202007-04-03National Instruments CorporationSystem and method for automatically generating a graphical program in response to a state diagram
US20080222539A1 (en)*2001-02-142008-09-11Mitsubishi Denki Kabushiki KaishaUser interface designing apparatus
US8059092B2 (en)2001-02-142011-11-15Mitsubishi Denki Kabushiki KaishaUser interface designing apparatus
US20020109721A1 (en)*2001-02-142002-08-15Mitsubishi Denki Kabushiki KaishaUser interface designing apparatus
US7385585B2 (en)*2001-02-142008-06-10Mitsubishi Denki Kabushiki KaishaUser interface designing apparatus
US7406682B2 (en)*2001-03-262008-07-29Emc CorporationTranslator-compiler for converting legacy management software
US20040015889A1 (en)*2001-03-262004-01-22Todd Stephen J.Translator-compiler for converting legacy management software
US20030217333A1 (en)*2001-04-162003-11-20Greg SmithSystem and method for rules-based web scenarios and campaigns
US7499948B2 (en)2001-04-162009-03-03Bea Systems, Inc.System and method for web-based personalization and ecommerce management
US7392546B2 (en)2001-06-112008-06-24Bea Systems, Inc.System and method for server security and entitlement processing
US7451163B2 (en)2001-10-242008-11-11Bea Systems, Inc.Data synchronization
US7367014B2 (en)2001-10-242008-04-29Bea Systems, Inc.System and method for XML data representation of portlets
US7516167B2 (en)2001-10-242009-04-07Bea Systems, Inc.Data synchronization
US7472342B2 (en)2001-10-242008-12-30Bea Systems, Inc.System and method for portal page layout
US7451477B2 (en)2001-10-242008-11-11Bea Systems, Inc.System and method for rule-based entitlements
US7350226B2 (en)2001-12-132008-03-25Bea Systems, Inc.System and method for analyzing security policies in a distributed computer network
US20050144175A1 (en)*2002-02-182005-06-30Siemens AktiengesellschaftMethod and system for administrating use of a service
US20030182458A1 (en)*2002-03-222003-09-25Ali Syed M.Generating a decoupled presentation layer in an application
US20070214271A1 (en)*2002-05-012007-09-13Bea Systems, Inc.Enterprise application platform
US7496687B2 (en)2002-05-012009-02-24Bea Systems, Inc.Enterprise application platform
US7725560B2 (en)2002-05-012010-05-25Bea Systems Inc.Web service-enabled portlet wizard
US7426548B2 (en)2002-05-012008-09-16Bea Systems, Inc.Enterprise application platform
US8190648B1 (en)*2002-05-142012-05-29Bentley Systems, IncorporatedMethod and system for the storage and use of engineering modeling alternatives with unitized data
US20050177817A1 (en)*2002-07-302005-08-11Stephane ArcaroSoftware for generating a computer application code and software description language
US7954084B2 (en)*2002-07-302011-05-31SereneoSoftware for generating a computer application code and software description language
US20040044990A1 (en)*2002-08-282004-03-04Honeywell International Inc.Model-based composable code generation
US7219328B2 (en)*2002-08-282007-05-15Honeywell International Inc.Model-based composable code generation
US20050004911A1 (en)*2002-09-252005-01-06Oracle International CorporationGraphical condition builder for facilitating database queries
US7383513B2 (en)*2002-09-252008-06-03Oracle International CorporationGraphical condition builder for facilitating database queries
US7653930B2 (en)2003-02-142010-01-26Bea Systems, Inc.Method for role and resource policy management optimization
US7992189B2 (en)2003-02-142011-08-02Oracle International CorporationSystem and method for hierarchical role-based entitlements
US7591000B2 (en)2003-02-142009-09-15Oracle International CorporationSystem and method for hierarchical role-based entitlements
US8831966B2 (en)2003-02-142014-09-09Oracle International CorporationMethod for delegated administration
US20040167900A1 (en)*2003-02-202004-08-26Bea Systems, Inc.Virtual repository complex content model
US7562298B2 (en)2003-02-202009-07-14Bea Systems, Inc.Virtual content repository browser
US7415478B2 (en)*2003-02-202008-08-19Bea Systems, Inc.Virtual repository complex content model
US7840614B2 (en)2003-02-202010-11-23Bea Systems, Inc.Virtual content repository application program interface
US7433896B2 (en)2003-02-202008-10-07Bea Systems, Inc.Federated management of content repositories
US8099779B2 (en)2003-02-202012-01-17Oracle International CorporationFederated management of content repositories
US7483904B2 (en)2003-02-202009-01-27Bea Systems, Inc.Virtual repository content model
US7810036B2 (en)2003-02-282010-10-05Bea Systems, Inc.Systems and methods for personalizing a portal
US7313754B2 (en)*2003-03-142007-12-25Texterity, Inc.Method and expert system for deducing document structure in document conversion
WO2004084009A3 (en)*2003-03-142005-03-10Texterity IncMethod and expert system for document conversion
US20040181746A1 (en)*2003-03-142004-09-16Mclure PetraMethod and expert system for document conversion
US20040220910A1 (en)*2003-05-022004-11-04Liang-Jie ZangSystem and method of dynamic service composition for business process outsourcing
US7114146B2 (en)*2003-05-022006-09-26International Business Machines CorporationSystem and method of dynamic service composition for business process outsourcing
US20050015743A1 (en)*2003-07-172005-01-20Raytheon CompanyDesigning computer programs
US8219968B2 (en)*2003-07-172012-07-10Raytheon CompanyDesigning computer programs
US7644432B2 (en)2003-10-102010-01-05Bea Systems, Inc.Policy inheritance through nested groups
US7603548B2 (en)2003-10-102009-10-13Bea Systems, Inc.Security provider development model
US20050251852A1 (en)*2003-10-102005-11-10Bea Systems, Inc.Distributed enterprise security system
US20050257245A1 (en)*2003-10-102005-11-17Bea Systems, Inc.Distributed security system with dynamic roles
US7594112B2 (en)2003-10-102009-09-22Bea Systems, Inc.Delegated administration for a distributed security system
US7594224B2 (en)2003-10-102009-09-22Bea Systems, Inc.Distributed enterprise security system
US7603547B2 (en)2003-10-102009-10-13Bea Systems, Inc.Security control module
US20050081166A1 (en)*2003-10-142005-04-14Stokke Michael A.System and method facilitating automated navigation for user interface(s)
WO2005055006A3 (en)*2003-11-262006-10-05Garpac CorpBusiness software application generation system and method
US20050154742A1 (en)*2003-11-262005-07-14Aviv RothBusiness software application generation system and method
WO2005073876A3 (en)*2004-01-312005-09-29Patrick Ian CarmodyDevelopment and maintenance of computer databases
US6876314B1 (en)2004-02-182005-04-05Robocoder CorporationSelf-generating automatic code generator
US7640251B2 (en)*2004-03-152009-12-29Rameo Systems LimitedStructured approach to software specification
US7657542B2 (en)*2004-03-152010-02-02Ramco Systems LimitedSoftware life cycle availability over the internet
US20050203913A1 (en)*2004-03-152005-09-15Ramco Systems LimitedSoftware life cycle availability over the internet
US20050203865A1 (en)*2004-03-152005-09-15Ramco Systems LimitedStructured approach to software specification
US7774601B2 (en)2004-04-062010-08-10Bea Systems, Inc.Method for delegated administration
US20050234849A1 (en)*2004-04-132005-10-20Bea Systems, Inc.System and method for content lifecycles
US20050251512A1 (en)*2004-04-132005-11-10Bea Systems, Inc.System and method for searching a virtual content repository
US7475091B2 (en)2004-04-132009-01-06Bea Systems, Inc.System and method for viewing a virtual content repository
US20060028252A1 (en)*2004-04-132006-02-09Bea Systems, Inc.System and method for content type management
US7580953B2 (en)2004-04-132009-08-25Bea Systems, Inc.System and method for schema lifecycles in a virtual content repository that integrates a plurality of content repositories
US20060041558A1 (en)*2004-04-132006-02-23Mccauley RodneySystem and method for content versioning
US20050257154A1 (en)*2004-05-142005-11-17Bea Systems, Inc.Graphical association of elements for portal and webserver administration
US20050256899A1 (en)*2004-05-142005-11-17Bea Systems, Inc.System and method for representing hierarchical data structures
US20050256906A1 (en)*2004-05-142005-11-17Bea Systems, Inc.Interface for portal and webserver administration-efficient updates
US20050257172A1 (en)*2004-05-142005-11-17Bea Systems, Inc.Interface for filtering for portal and webserver administration
US7343379B2 (en)*2004-05-212008-03-11Bea Systems, Inc.System and method for controls
US7607126B2 (en)2004-05-212009-10-20Bea Systems, Inc.System and method for external override of annotations
US8005871B2 (en)*2004-05-212011-08-23Oracle International CorporationSystem and method for control architecture
US20080163235A1 (en)*2004-05-212008-07-03Bea Systems, Inc.System and method for control architecture
US7451433B2 (en)2004-05-212008-11-11Bea Systems, Inc.System and method for descriptor classes
US20050262499A1 (en)*2004-05-212005-11-24Bea Systems, Inc.System and method for external override of annotations
US20050262091A1 (en)*2004-05-212005-11-24Bea Systems, Inc.System and method for controls
US7783670B2 (en)2004-11-182010-08-24Bea Systems, Inc.Client server conversion for representing hierarchical data structures
US20060123026A1 (en)*2004-11-182006-06-08Bea Systems, Inc.Client server conversion for representing hierarchical data structures
US7689999B2 (en)2004-12-012010-03-30Bea Systems, Inc.Sharing dynamically changing resources in software systems
US7627866B2 (en)2004-12-152009-12-01Bea Systems, Inc.Systems and methods for dynamic application patching
US7610576B2 (en)*2005-01-192009-10-27Sap AgSystem and method for simultaneous display of processes and associated files
US20060161901A1 (en)*2005-01-192006-07-20Sap AktiengesellschaftSystem and method for automatically generating flow diagrams
US7853931B2 (en)2005-01-192010-12-14Sap AgSystem and method for automatically generating flow diagrams
US7814457B2 (en)*2005-01-192010-10-12Sap AgSystem and method for revising flow diagrams displaying a process
US20060161899A1 (en)*2005-01-192006-07-20Sap AktiengesellschaftSystem and method for simultaneous display of processes and associated files
US20060161900A1 (en)*2005-01-192006-07-20Sap AktiengesellschaftSystem and method for revising flow diagrams displaying a process
US20070006134A1 (en)*2005-06-212007-01-04AlcatelData processing method compatible with an object modeling formalism
US20070074148A1 (en)*2005-06-292007-03-29American Express Travel Related Services Company, Inc.System and method for selecting a suitable technical architecture to implement a proposed solution
US7437341B2 (en)*2005-06-292008-10-14American Express Travel Related Services Company, Inc.System and method for selecting a suitable technical architecture to implement a proposed solution
US7818344B2 (en)2005-09-262010-10-19Bea Systems, Inc.System and method for providing nested types for content management
US7953734B2 (en)2005-09-262011-05-31Oracle International CorporationSystem and method for providing SPI extensions for content management system
US7752205B2 (en)2005-09-262010-07-06Bea Systems, Inc.Method and system for interacting with a virtual content repository
US7917537B2 (en)2005-09-262011-03-29Oracle International CorporationSystem and method for providing link property types for content management
US7483893B2 (en)2005-09-262009-01-27Bae Systems, Inc.System and method for lightweight loading for managing content
US8930889B2 (en)*2005-11-172015-01-06The United States Of America, As Represented By The Secretary Of The NavySoftware modeling system and method
US20070168924A1 (en)*2005-11-172007-07-19The Government Of The United States As Represented By The Secretary Of The NavySoftware modeling system and method
US8397209B2 (en)*2005-11-172013-03-12The Government Of The United States Of America, As Represented By The Secretary Of The NavySoftware modeling system and method
US20130227518A1 (en)*2005-11-172013-08-29The Government Of The United States Of America, As Represented By The Secretary Of The NavySoftware Modeling System and Method
US20070157159A1 (en)*2005-12-292007-07-05Ulf FildebrandtLimiting extensibility of a visual modeling language
US7757204B2 (en)*2005-12-292010-07-13Sap AgLimiting extensibility of a visual modeling language
US20070282719A1 (en)*2006-04-272007-12-06Zemah HaimPlatform generator for processing financial activities and management thereof
US7861290B2 (en)2006-09-222010-12-28Oracle International CorporationNon-invasive insertion of pagelets
US7886352B2 (en)2006-09-222011-02-08Oracle International CorporationInterstitial pages
US7861289B2 (en)2006-09-222010-12-28Oracle International CorporationPagelets in adaptive tags in non-portal reverse proxy
US7865943B2 (en)2006-09-222011-01-04Oracle International CorporationCredential vault encryption
US20080077981A1 (en)*2006-09-222008-03-27Bea Systems, Inc.Pagelets in adaptive tags in non-portal reverse proxy
US20080077983A1 (en)*2006-09-222008-03-27Bea Systems, Inc.Non-invasive insertion of pagelets
US8397283B2 (en)2006-09-222013-03-12Oracle International CorporationUser role mapping in web applications
US20080313728A1 (en)*2006-09-222008-12-18Bea Systems, Inc.Interstitial pages
US20110047611A1 (en)*2006-09-222011-02-24Bea Systems, Inc.User Role Mapping in Web Applications
US7904953B2 (en)2006-09-222011-03-08Bea Systems, Inc.Pagelets
US20080077982A1 (en)*2006-09-222008-03-27Bea Systems, Inc.Credential vault encryption
US8136150B2 (en)2006-09-222012-03-13Oracle International CorporationUser role mapping in web applications
US20080077980A1 (en)*2006-09-222008-03-27Bea Systems, Inc.Pagelets
US20080250388A1 (en)*2006-09-222008-10-09Bea Systems, Inc.Pagelets in adaptive tags
US20080077809A1 (en)*2006-09-222008-03-27Bea Systems, Inc.Credential Vault Encryption
US8146051B2 (en)*2006-10-022012-03-27International Business Machines CorporationMethod and computer program product for providing a representation of software modeled by a model
US20080082958A1 (en)*2006-10-022008-04-03Alan HartmanMethod and Computer Program Product for Providing a Representation of Software Modeled by a Model
US8463852B2 (en)2006-10-062013-06-11Oracle International CorporationGroupware portlets for integrating a portal with groupware systems
US20080127081A1 (en)*2006-11-242008-05-29Andreas SchumannMethod of Exchanging Data and Control Methods Between Software Components and Re-Useable Software Components
US8332812B2 (en)*2006-11-242012-12-11Tangro Software Components GmbhMethod of exchanging data and control methods between software components and re-useable software components
US7926026B2 (en)*2006-12-202011-04-12Sap AgGraphical analysis to detect process object anomalies
US20080155335A1 (en)*2006-12-202008-06-26Udo KleinGraphical analysis to detect process object anomalies
US8843883B2 (en)*2007-01-032014-09-23International Business Machines CorporationSystem and method for model-driven dashboard for business performance management
US20080163164A1 (en)*2007-01-032008-07-03International Business Machines CorporationSystem and method for model-driven dashboard for business performance management
US8776015B1 (en)*2007-02-082014-07-08The Mathworks, Inc.Pattern modeling methods and systems
US8336025B1 (en)2007-02-082012-12-18The Mathworks, Inc.Pattern modeling methods and systems
US20080235658A1 (en)*2007-03-212008-09-25Asaf AdiCode generation for real-time event processing
US8108833B2 (en)2007-04-202012-01-31National Instruments CorporationAutomatically generating a graphical data flow program from a statechart
US8387002B2 (en)2007-04-202013-02-26National Instruments CorporationStatechart development environment with embedded graphical data flow code editor
US8214796B2 (en)2007-04-202012-07-03National Instruments CorporationEvent firing node for asynchronously passing events from a graphical data flow program to a statechart
US20080263521A1 (en)*2007-04-202008-10-23Neumann Nicholas GDebugging a Statechart Using a Graphical Program
US20080263463A1 (en)*2007-04-202008-10-23Neumann Nicholas GConfigurable Wires in a Statechart
US8266584B2 (en)2007-04-202012-09-11National Instruments CorporationStatechart development environment with a plurality of user-selectable event modes
US20080263516A1 (en)*2007-04-202008-10-23Toga HartadinataStatechart Development Environment with a Plurality of User-Selectable Event Modes
US20080263515A1 (en)*2007-04-202008-10-23Dellas Christina MAutomatically Generating a Graphical Data Flow Program from a Statechart
US8640100B2 (en)2007-04-202014-01-28National Instruments CorporationDebugging a statechart using a graphical program
US7882445B2 (en)2007-04-202011-02-01National Instruments CorporationConfigurable wires in a statechart
US20080263512A1 (en)*2007-04-202008-10-23Dellas Christina MStatechart Development Environment with Embedded Graphical Data Flow Code Editor
US20080263513A1 (en)*2007-04-202008-10-23Neumann Nicholas GEvent Firing Node for Asynchronously Passing Events from a Graphical Data Flow Program to a Statechart
US8200604B2 (en)2007-06-292012-06-12Microsoft CorporationMulti-platform business calculation rule language and execution environment
US8020144B2 (en)*2007-06-292011-09-13Microsoft CorporationMetadata-based application deployment
US20090006409A1 (en)*2007-06-292009-01-01Microsoft CorporationMetadata-based application deployment
US20170116251A1 (en)*2008-01-222017-04-27Salesforce.Com, Inc.System, method and computer program product for creating a visual component for tenants of an on-demand database service
US20090193396A1 (en)*2008-01-302009-07-30Toga HartadinataDebugging a Statechart for a Real Time Target
US8458667B2 (en)2008-01-302013-06-04National Instruments CorporationDebugging a statechart for a real time target
US20090282384A1 (en)*2008-05-122009-11-12Raytheon CompanyFramework-Based Model-Driven Software Development
US20110154288A1 (en)*2009-12-222011-06-23Board Of Regents, The University Of Texas SystemAutomation Support For Domain Modeling
US8707250B2 (en)*2009-12-222014-04-22Board Of Regents, The University Of Texas SystemAutomation support for domain modeling
US8856734B2 (en)2011-03-112014-10-07Oracle International CorporationType-safe dependency injection of services into enterprise components
US20120246316A1 (en)*2011-03-222012-09-27Ramu Jagadish PAutomatic Registration of Enterprise Resources in a Dynamic Module System Services Registry
US8706881B2 (en)*2011-03-222014-04-22Oracle International CorporationAutomatic registration of enterprise resources in a dynamic module system services registry
US20120304096A1 (en)*2011-05-272012-11-29Menahem ShikhmanGraphically based method for developing rules for managing a laboratory workflow
US9123002B2 (en)*2011-05-272015-09-01Abbott Informatics CorporationGraphically based method for developing rules for managing a laboratory workflow
CN102609402A (en)*2012-01-122012-07-25北京航空航天大学Device and method for generation and management of ontology model based on real-time strategy
US20130246995A1 (en)*2012-03-132013-09-19Outsystems - Software Em Rede S.A.Systems, methods, and apparatus for model-based security control
US10467207B2 (en)*2013-05-242019-11-05Sap SeHandling changes in automatic sort
US20140351272A1 (en)*2013-05-242014-11-27Sap AgHandling changes in automatic sort
US9311124B2 (en)2013-11-072016-04-12Sap SeIntegrated deployment of centrally modified software systems
US11087340B1 (en)*2013-12-172021-08-10EMC IP Holding Company LLCSystems and methods for configuring converged infrastructure components
CN107851001A (en)*2015-05-132018-03-27纳迪亚·安娜莉亚·韦夫拉 Method for displaying computer applications of software-type applications based on design specifications
EP3296866A4 (en)*2015-05-132019-01-16Huebra, Nadia AnalíaMethod implemented by a computer that presents software-type applications based on design specifications
US10754626B2 (en)*2018-11-302020-08-25Shopify Inc.Visual and code views in a process workflow user interface
US11403076B2 (en)2018-11-302022-08-02Shopify Inc.Functional and code views in a process workflow
US11842173B2 (en)2018-11-302023-12-12Shopify Inc.Functional and code views in a process workflow
US12210853B2 (en)2018-11-302025-01-28Shopify Inc.Functional and code views in a process workflow
US10901729B2 (en)*2019-03-202021-01-26Visa International Service AssociationSystem and method for merging specification files for an application programming interface
US20220206759A1 (en)*2020-12-282022-06-30Temper Systems, Inc.Producing idiomatic software documentation for many programming languages from a common specification
US12032927B2 (en)*2020-12-282024-07-09Temper Systems, Inc.Producing idiomatic software documentation for many programming languages from a common specification

Also Published As

Publication numberPublication date
US7584451B2 (en)2009-09-01
WO2001075593A3 (en)2002-08-08
US20070089103A1 (en)2007-04-19
WO2001075593A2 (en)2001-10-11
JP2009193592A (en)2009-08-27
US20070168907A1 (en)2007-07-19
US8365138B2 (en)2013-01-29
CA2723005A1 (en)2001-10-11
JP2004506962A (en)2004-03-04
CA2403975C (en)2012-05-01
JP2007257654A (en)2007-10-04
AU2001241945B2 (en)2004-11-11
AU4194501A (en)2001-10-15
CA2403975A1 (en)2001-10-11
US20090132995A1 (en)2009-05-21
US7278130B2 (en)2007-10-02
US8037449B2 (en)2011-10-11
US6681383B1 (en)2004-01-20
US20090125546A1 (en)2009-05-14
EP1272927A2 (en)2003-01-08
US7555742B2 (en)2009-06-30
US7137100B2 (en)2006-11-14
US20040233232A1 (en)2004-11-25
US20020100014A1 (en)2002-07-25
WO2001075593A9 (en)2003-07-10
US20020062475A1 (en)2002-05-23
US20080209391A1 (en)2008-08-28
US8245183B2 (en)2012-08-14
US8141031B2 (en)2012-03-20

Similar Documents

PublicationPublication DateTitle
US7278130B2 (en)Automatic software production system
US7941438B2 (en)Method and apparatus for automatic generation of information system user interfaces
AU2001241945A1 (en)Automatic software production system
US7577934B2 (en)Framework for modeling and providing runtime behavior for business software applications
JP2009193592A5 (en)
US7448028B2 (en)System and method for selective local object retrieval
US20040250258A1 (en)System and method for rule based object navigation
El Miloudi et al.A Multiview formal Model of use Case Diagrams using Z notation: towards improving functional Requirements quality
ConnorTypes and polymorphism in persistent programming systems
US20040249823A1 (en)System and method for object navigation grammar completion
TöbergModelling and enforcing access control requirements for smart contracts
Pereira et al.A Model-Driven Approach for the Management and Enforcement of Coding Conventions
TeixeiraControlled Specification and Generation of Spreasheets
KnutssonImplementation and evaluation of data persistence tools for temporal versioned data models
Manjunath SwamyA hybrid approach for extractive document summarization
Bäckström et al.Meta-Model Guided Error Correction for UML Models
GriebelRepository Support for Visualization in Relational Databases
SunAn OCL-based verification approach to analyzing static properties of a UML model.
Femi-SunmailaDevelopment of a Visual Integrated Development Environment for Drafting Smart Contracts
Fadini et al.PROGETIO FINALIZZATO SISTEMI INFORMATICI E CALCOLO PARALLELO SOTIOPROGETIO 6 Metodi e Strumenti per la Progettazione di Sistemi
GadeAn object-oriented rapid prototyping methodology for software requirements analysis
MONTECCHIA Model-Driven Approach for the Management and Enforcement of Coding Conventions

Legal Events

DateCodeTitleDescription
STCBInformation on status: application discontinuation

Free format text:ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION


[8]ページ先頭

©2009-2025 Movatter.jp