CN105786514A - Framework dynamic maturity measuring method - Google Patents

Framework dynamic maturity measuring method Download PDF

Info

Publication number
CN105786514A
CN105786514A CN201610112152.XA CN201610112152A CN105786514A CN 105786514 A CN105786514 A CN 105786514A CN 201610112152 A CN201610112152 A CN 201610112152A CN 105786514 A CN105786514 A CN 105786514A
Authority
CN
China
Prior art keywords
framework
user
maximum
performance
dynamic
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.)
Granted
Application number
CN201610112152.XA
Other languages
Chinese (zh)
Other versions
CN105786514B (en
Inventor
李必信
姜雨晴
廖力
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.)
Huawei Technologies Co Ltd
Southeast University
Original Assignee
Southeast University
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 Southeast University filed Critical Southeast University
Priority to CN201610112152.XA priority Critical patent/CN105786514B/en
Publication of CN105786514A publication Critical patent/CN105786514A/en
Application granted granted Critical
Publication of CN105786514B publication Critical patent/CN105786514B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3604Software analysis for verifying properties of programs
    • G06F11/3612Software analysis for verifying properties of programs by runtime analysis

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a framework dynamic maturity measuring method. Framework performance related basic data and function related basic data are measured through framework dynamic simulation, formal verification and other methods. The user expectant satisfaction condition of the framework reflects to be performance through a computational formula in the aspect of performance, the constrain satisfaction condition of the framework reflects to be function accuracy, framework reliability and the like. According to the performance, the accuracy and reliability, the framework dynamic maturity is obtained, a use is helped to find the problems existing in the framework, and the framework quality is improved.

Description

A kind of dynamic Maturity measure of framework
Technical field
The present invention relates to a kind of method measuring the dynamic Maturity of framework, belong to software architecture tolerance field.
Background technology
The dynamic need of software includes the demands such as performance, safety, customer experience and reliability as the important component part of software quality demand, increasingly receives the concern of people.And the traditional software development approach of software dynamic need is only just paid close attention in the software development cycle later stage, the consequence such as excessive risk and high cost will be brought to developer, if the behavioral characteristics of software can be predicted at the commitment of software development cycle, software architecture Problems existing and development bottleneck can be found in advance, and find out possible prioritization scheme.
The present invention proposes the appraisal procedure of a kind of software development commitment, for the dynamic behaviour feature of software architecture, has invented the dynamic Maturity measure of a kind of framework.
Software architecture Maturity, i.e. DSAM, refer to software architecture degree close to ripe framework on behavioral characteristics, and in order to make problem be unlikely to too complicated and controlled, the behavioral characteristics paid close attention to here includes reliability, accuracy and performance.One ripe framework refers to that acute variation will not occur its mature indicator when architectural evolution is to certain phase, only fluctuates within the specific limits, and framework now reaches maturity state.Ripe framework is modified again, and its certain (or some) behavioral characteristics (such as, reliability) can become very poor so that this framework has been unsatisfactory for current demand.
Summary of the invention
Technical problem: the present invention provides one in software development early stage, Software Architecture Design to be measured, and helps the user discover that design problem, time update, reduces the dynamic Maturity measure of framework of risk and software development maintenance cost.
Technical scheme: the dynamic Maturity measure of framework of the present invention, it is characterised in that the method includes the steps of:
Step 1) qualification inspection: inspection framework describes whether the bibliographic structure of document comprises all documents carried out needed for DSAM tolerance, in this way, then enter step 2), otherwise, method ends flow process, described framework describes document and includes component diagram, deployment diagram, Use Case Map, precedence diagram, system sequence diagrams and constraint document.
Step 2) collect metadata and intermediate data, specific as follows:
1. the dynamic Maturity measure of framework, it is characterised in that the method includes the steps of:
Step 1) qualification inspection: inspection framework describes whether the bibliographic structure of document comprises all documents carried out needed for DSAM tolerance, in this way, then enter step 2), otherwise, method ends flow process, described framework describes document and includes component diagram, deployment diagram, Use Case Map, precedence diagram, system sequence diagrams and constraint document;
Step 2) collect metadata and intermediate data, specific as follows:
A) performance data is obtained:
First metadata is obtained: utilizing emulation technology to obtain the simulation result of framework, described simulation result includes maximum operation time, average operating time, maximum response time, average response time, maximum memory occupancy, the internal memory utilization of unit interval, maximum CPU occupancy and the CPU occupancy of unit interval;
Then intermediate data is obtained: the performance Performance according to equation below computing architecture:
P e r f o r m a n c e = ( W 1 × A v g E x c T i m e E p A E T + W 2 × A v g Re s T i m e E p A R T + W 3 × M e m U s e U n i t T i m e E p M U U T + W 4 × C P U U s e U n i t T i m e E p C U U T ) × 1 4 ( W 1 × M a x E x c T i m e E p M E T + W 2 × M a x Re s T i m e E p M R T + W 3 × M a x M e m U s e E p M M U + W 4 × M a x C P U U s e E p M C U ) × 1 4
Wherein, MaxExcTime represents the maximum operation time, and namely in all interaction sequence, the maximum duration of user and system interaction, AvgExcTime represents the average operation time, i.e. average time required for all interaction sequence;
MaxResTime represents maximum response time, namely in all user operations, and the maximum response time of system of users, AvgResTime represents average response time, namely in all user operations, the average response time of system of users;
MaxMemUse represents maximum memory occupancy, and namely in all interaction sequence execution processes, the maximum occupancy of internal memory, MemUseUnitTime represents the internal memory utilization of unit interval, i.e. all interaction sequence unit interval internal memory utilizations;
MaxCPUUse represents maximum CPU occupancy, and namely in all interaction sequence execution processes, the maximum occupancy of CPU, CPUUseUnitTime represents the CPU occupancy of unit interval, i.e. all interaction sequence unit interval CPU utilizations;
EpAET represents the desired average operating time of user, and EpMET represents user's desired maximum operation time;
EpART represents the desired average response time of user, and EpMRT represents the desired maximum response time of user;
EpMUUT represents the desired unit interval internal memory utilization of user, and EpMMU represents the desired maximum memory occupancy of user;
EpCUUT represents user's utilization of desired unit interval CPU, and EpMCU represents the desired maximum CPU occupancy of user;
Condition, thus obtaining the function number being unsatisfactory for constraint, namely not exclusively correct function number;
Then intermediate data is obtained: calculate accuracy CorrectRate according to equation below:
Wherein, correct function number represents the function number meeting constraints, and general function number represents the function sum that this framework comprises.
C) reliability data is obtained:
First obtain metadata: the method using mathematical statistics or expertise, obtain the basic participant of framework and perform the probability of failure of probability and each member connecting;
Then intermediate data is obtained: calculate reliability Reliability according to equation below:
Re l i a b i 1 i t y = Σ i = 1 m ( ActorEP i × Σ j = 1 n ( ucEP j × 1 k × Σ 1 k ( Π p component p x p × Π q component q x q ) ) )
Wherein, componentpIt is the probability of success of component p, x in component diagrampIt is that it performs number of times;ConnectorqIt is the probability of success of each connector, y in component diagramqIt is that it performs number of times;K be in component diagram with certain use-case related application scene number;ucEPjBeing the execution probability of use-case j, n is the number of the use-case being connected with certain user;ActorEPiBeing the user i probability using system, m is the number of user;
Step 3) according to the dynamic Maturity DSAM of following formula computing architecture:
DSAM=(CorrectRate × Reliability)Performance
Further, in the inventive method, being all millisecond about the linear module of time in the formula of computing architecture performance Performance, the linear module of internal memory is all byte, and the linear module about CPU is the percentage ratio taken;Calculating in the process of accuracy CorrectRate, described constraints refers to the content of definition in user's linear time temporal logic constraint document;The i.e. corresponding function of each precedence diagram, each function need to meet multiple condition simultaneously, as long as there being a condition to be unsatisfactory for, then be considered as this function and do not satisfy the constraint condition.
Further, in the inventive method, described step 3) in, when accuracy and reliability, the two is arbitrary when being 0, according to the dynamic Maturity DSAM of following formula computing architecture:
DSAM=0.05Performance
When accuracy and reliability are 1 simultaneously, according to the dynamic Maturity DSAM of following formula computing architecture:
DSAM=0.95Performance
DSAM chooses reliability, accuracy and three angles of performance and is the bigger the better to the metric showing the behavior characteristics of framework, reliability and accuracy, and performance is then the smaller the better, as follows according to this feature DSAM computing formula:
DSAM=(CorrectRate × Reliability)Performance
The form of the computing formula of the dynamic Maturity of above-mentioned framework is exponential function, and with performance, reliability and accuracy for input parameter, wherein performance parameter is more big, represents and more can not meet user performance demand, calculates the dynamic Maturity of framework got more low;And accuracy and reliability are more big, represent use this framework exploitation software have bigger probability assurance function correctly run, failure, thus calculate the dynamic Maturity of framework higher.
The present invention utilizes framework attribute measure to realize the data collection that the dynamic Maturity of framework (DSAM, DynamicSoftwareArchitectureMaturity) is measured, and calculates DSAM according to the data collected further.
Beneficial effect: the present invention compared with prior art, has the advantage that
Framework represents the high-level design of software development, and for design measure often adopt expert assessment and evaluation, check design principle meet situation, etc. method carry out qualitative measure, and the design documentation paid close attention to mostly is detailed design phase product, such as class figure etc., the measurement results existed is too unilateral, excessively rely on the problems such as expertise, thus the present invention be compared with prior art, there is following advantage:
(1) the inventive method is measured for the framework document of software development commitment, instructs framework to improve further, such that it is able to effectively reduce the risk and cost in software development process;
(2) result that the present invention obtains using framework emulation, formal verification and attribute measure inputs parameter as DSAM tolerance, and Data Source is more rich, and inspection target is more, and more objective;
(3) result that the inventive method is final is the dynamic Maturity of framework, shows as concrete numerical value, instruction framework dynamic behaviour meets the situation of user's request, to user with direct feel.
Accompanying drawing explanation
Fig. 1 is that DSAM measures flow chart;
Fig. 2 is component diagram
Fig. 3 is deployment diagram
Fig. 4 is system sequence diagrams
Fig. 5 is Use Case Map
Fig. 6 is Metric precedence diagram
Fig. 7 is ScenarioEvaluate precedence diagram
Fig. 8 is Simulation precedence diagram
Fig. 9 is verification precedence diagram.
Detailed description of the invention
Below in conjunction with embodiment and Figure of description, the present invention is further illustrated.
Describe in order to convenient, it is assumed that there is an examples of architectures, this example uses EA (EnterpriseArchitect) modeling tool to draw component diagram, deployment diagram, system sequence diagrams, Use Case Map and precedence diagram, as shown in Fig. 2 to Fig. 9, and assume that the project that this framework is corresponding is ArchitectureTool and start context is 2.3.
Step 1) qualification inspection: check that whether bibliographic structure and indispensable framework document be complete, wherein bibliographic structure design documentation realizes based on EA instrument, wherein framework describes document and includes component diagram, deployment diagram, Use Case Map, precedence diagram, system sequence diagrams and constraint document, this framework is qualified on inspection, it is possible to carry out step 2).
Step 2) data collection, including metadata and intermediate data, specific as follows:
A) performance data is obtained:
In order to better show the performance of this framework, above-mentioned simulation parameter is divided into maximum case and the big class of average case two calculate the worst behavior pattern and average behavior pattern here respectively, further it is divided by with user's expectation, this framework can be obtained at aspect of performance relative to the desired satisfaction degree of user, thus the quality of systematic function is described.It should be noted that value of calculation is more little, illustrate that performance is more high.
Utilize the performance metadata that emulation technology obtains as follows:
User's expected results is as shown in the table:
Weighted value is as follows:
W1 W2 W3 W4
Weighted value 1 0.6 0.9 0.8
Then intermediate data is obtained: according to data above in conjunction with Performance formula, calculation of performance indicators, result is 0.553155 (performance indications under bad situation) and 0.75535 (performance indications under average case), the result of performance is the smaller the better, obvious the two numerical value shows that this framework has substantially met the expection of user, but the performance under bad situation to be far superior to the performance indications under average case.
B) accuracy data are obtained:
Accuracy response system provides function to meet the situation of user-defined constraints.Wherein, constraints refers to that user LTL (linear time temporal logic) retrains the condition that in document, the system of definition need to meet, here it is considered that, each precedence diagram is a function, each function need to meet some conditions, as long as having a condition to be unsatisfactory for, then it is incorrect for being considered as this function.Verifying whether this framework meets LTL constraints used here as Formal Verification instrument Spin, metric is more big, represents that the function accuracy of this framework is more high.
First metadata is obtained: it is as follows that the LTL of this framework retrains document content,
//LTLinfo
//Attribute:Correctness
<>(XMIRead>0)
//Attribute:Assertion
([](!(getSDTimeSimulationResult>0)))&&(<>((getSDTimeSimulationResult>0)||(<>getSDResourceSimulationResult)))
//Attribute:Safety
(<>(selectUML>0))->(!(selectUML>0>0)U(analyzeUML>0))
//Attribute:Liveness
(<>(create>0))U(<>(MaintainabilityAnalysis>0))
//Attribute:Fairness
[](((StateXMIRead)&&(!startSDSimulation))->((!startSDSimulation)U(((startSSDSimulation)&&(!startSDSimulation))||([](!startSDSimulation)))))
Above-mentioned LTL retrains in document, defines 5 base attribute: Correctness, Assertion, Safety, Liveness and Fairness altogether.Run Spin instrument, result show ScenarioEvaluate corresponding for Fig. 7 violate in Safety attribute "!(selectUML > 0 > 0) U (analyzeUML > 0) "; represent that selectUML is false until analyzeUML sets up; namely selectUML off-duty is until analyzeUML has run selectUML and just run; and in Fig. 7, the sequential relationship of the two statement representative is that selectUML runs prior to analyzeUML, it is clear that LTL constraint is not satisfied;Simulation precedence diagram corresponding for Fig. 8 violate in Assertion attribute " [] (!(getSDTimeSimulationResult > 0)) ", represent that getSDTimeSimulationResult sets up never, in Fig. 8, this statement is then bound to be run, it is clear that LTL constraint is not satisfied.
This framework has 4 precedence diagrams (Fig. 6~Fig. 9), i.e. 4 functions, and Fig. 7 and Fig. 8 violates the Safety attribute in LTL constraint and Assertion attribute respectively, and namely mistake function number is 2.
Then obtaining intermediate data: mistake function number is 2, general function number is 4, then the accuracy of this framework is 0.5.
C) reliability data is obtained:
Reliability investigates the interaction of intermodule, the component of software for calculation framework and the connector probability of success in each application scenarios of system, thus doping system risk probability.Metric is more big, represents that the reliability of this framework is more high.
First obtaining metadata: according to system running log, can obtain each module probability of failure of system, following table illustrates component probability of failure.
Component name Probability of failure
ComprehensiveEvaluation 0.001
Metric 0.0005
RunFrame 0.001
Scenario 0.002
Simulation 0.001
Validator 0.001
Verification 0.001
The contrast relationship of object occurrence number and component in precedence diagram, as shown in the table:
In this example, in conjunction with upper table and precedence diagram 7 to Fig. 9, it is known that the component related in scene is all disposed in the same node, thus the reliability of this framework is not constituted impact by connector.
Use-case performs probability, such as following table.
ComprehensiveEvaluation 0.1
InputCheck 0.1
Metric 0.2
Scenario 0.2
Simulation 0.2
Verification 0.2
As seen from Figure 5, system user only one of which, this user uses the probability of system to be 1, and this user employs 6 use-cases.
Then obtain intermediate data: utilize above-mentioned data, calculate reliability as follows:
Reliability=1* (the 0.1*ComprehensiveEvaluation probability of success+0.1*InputCheck probability of success+0.2*Metric probability of success+0.2*Scenario probability of success+0.2*Simulation probability of success+0.2*Verification probability of success)
=1* (0.1*1+0.1*1+0.2* (1-0.0005) ^ (1+5+1+2+2+1)+0.2* (1-0.002) ^ (3+8+1+5)+0.2* (1-0.001) ^ (6+2+2+2)+0.2* (1-0.001) ^ (3+5+1+1+1+1))
=0.1+0.1+0.2*0.995^12+0.2*0.998^17+0.2*0.999^12+0.2*0.999 ^12
≈0.9769
Step 3) the dynamic Maturity DSAM of computing architecture:
According to formula by step 2) result bring into, obtaining DSAM measurement results under worst performance conditions is 0.67277, and the measurement results under average behavior situation is 0.58204, and the former is substantially better than the latter, and both gaps are caused by do as one likes energy.From DSAM result, this framework known also has the space promoted further, if it is desired to the dynamic Maturity of Lifting Scheme should be started with from the average behavior situation that framework accuracy and framework emulate further.
Above-described embodiment is only the preferred embodiment of the present invention; it is noted that, for those skilled in the art; under the premise without departing from the principles of the invention; some improvement and equivalent replacement can also be made; the claims in the present invention are improved and are equal to the technical scheme after replacing by these, each fall within protection scope of the present invention.

Claims (3)

1. the dynamic Maturity measure of framework, it is characterised in that the method includes the steps of:
Step 1) qualification inspection: inspection framework describes whether the bibliographic structure of document comprises all documents carried out needed for DSAM tolerance, in this way, then enter step 2), otherwise, method ends flow process, described framework describes document and includes component diagram, deployment diagram, Use Case Map, precedence diagram, system sequence diagrams and constraint document;
Step 2) collect metadata and intermediate data, specific as follows:
A) performance data is obtained:
First metadata is obtained: utilizing emulation technology to obtain the simulation result of framework, described simulation result includes maximum operation time, average operating time, maximum response time, average response time, maximum memory occupancy, the internal memory utilization of unit interval, maximum CPU occupancy and the CPU occupancy of unit interval;
Then intermediate data is obtained: the performance Performance according to equation below computing architecture:
P e r f o r m a n c e = ( W 1 &times; A v g E x c T i m e E p A E T + W 2 &times; A v g Re s T i m e E p A R T + W 3 &times; M e m U s e U n i t T i m e E p M U U T + W 4 &times; C P U U s e U n i t T i m e E p C U U T ) &times; 1 4 ( W 1 &times; M a x E x c T i m e E p M E T + W 2 &times; M a x Re s T i m e E p M R T + W 3 &times; M a x M e m U s e E p M M U + W 4 &times; M a x C P U U s e E p M C U ) &times; 1 4
Wherein, MaxExcTime represents the maximum operation time, and namely in all interaction sequence, the maximum duration of user and system interaction, AvgExcTime represents the average operation time, i.e. average time required for all interaction sequence;
MaxResTime represents maximum response time, namely in all user operations, and the maximum response time of system of users, AvgResTime represents average response time, namely in all user operations, the average response time of system of users;
MaxMemUse represents maximum memory occupancy, and namely in all interaction sequence execution processes, the maximum occupancy of internal memory, MemUseUnitTime represents the internal memory utilization of unit interval, i.e. all interaction sequence unit interval internal memory utilizations;
MaxCPUUse represents maximum CPU occupancy, and namely in all interaction sequence execution processes, the maximum occupancy of CPU, CPUUseUnitTime represents the CPU occupancy of unit interval, i.e. all interaction sequence unit interval CPU utilizations;
EpAET represents the desired average operating time of user, and EpMET represents user's desired maximum operation time;
EpART represents the desired average response time of user, and EpMRT represents the desired maximum response time of user;
EpMUUT represents the desired unit interval internal memory utilization of user, and EpMMU represents the desired maximum memory occupancy of user;
EpCUUT represents user's utilization of desired unit interval CPU, and EpMCU represents the desired maximum CPU occupancy of user;
W1, W2, W3And W4For weight parameter, wherein W1Represent the weight of operation time, W2Represent the weight of response time, W3Represent the weight of EMS memory occupation amount, W4Represent that CPU makes the weight of consumption.Further, W1, W2, W3And W4Span be all (0,1);
B) accuracy data are obtained:
First obtaining metadata: utilize Formal Verification, verify whether precedence diagram corresponding to each function meets constraints, statistics obtains the function number being unsatisfactory for constraint further, i.e. mistake function number;
Then intermediate data is obtained: calculate accuracy CorrectRate according to equation below:
Wherein, correct function number represents the function number meeting constraints, and general function number represents the function sum that this framework comprises;
C) reliability data is obtained:
First obtaining metadata: the method using mathematical statistics or expertise, the participant obtaining framework performs the probability of failure of probability and each member connecting;
Then intermediate data is obtained: according to equation below computing architecture reliability Reliability:
Re l i a b i l i t y = &Sigma; i = 1 m ( ActorEP i &times; &Sigma; j = 1 n ( ucEP j &times; 1 k &times; &Sigma; 1 k ( &Pi; p component p x p &times; &Pi; q component q x q ) ) )
Wherein, componentpIt is the probability of success of component p, x in component diagrampIt is that it performs number of times;ConnectorqIt is the probability of success of each connector, y in component diagramqIt is that it performs number of times;K be in component diagram with certain use-case related application scene number;ucEPjBeing the execution probability of use-case j, n is the number of the use-case being connected with certain user;ActorEPiBeing the user i probability using system, m is the number of user;
Step 3) according to the dynamic Maturity DSAM of following formula computing architecture:
DSAM=(CorrectRate × Reliability)Performance
2. a kind of dynamic Maturity measure of framework according to claim 1, it is characterized in that, described step 2) in, the formula of computing architecture performance Performance is all millisecond about the linear module of time, the linear module of internal memory is all byte, and the linear module about CPU is the percentage ratio taken;Calculating in the process of accuracy CorrectRate, described constraints refers to the content of definition in user's linear time temporal logic constraint document;The i.e. corresponding function of each precedence diagram, each function need to meet multiple condition simultaneously, as long as there being a condition to be unsatisfactory for, then be considered as this function and do not satisfy the constraint condition.
3. a kind of dynamic Maturity measure of framework according to claim 1, it is characterised in that described step 3) in, when accuracy and reliability, the two is arbitrary when being 0, according to the dynamic Maturity DSAM of following formula computing architecture:
DSAM=0.05Performance
When accuracy and reliability are 1 simultaneously, according to the dynamic Maturity DSAM of following formula computing architecture:
DSAM=0.95Performance
CN201610112152.XA 2016-02-29 2016-02-29 A kind of framework dynamic maturity measure Expired - Fee Related CN105786514B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610112152.XA CN105786514B (en) 2016-02-29 2016-02-29 A kind of framework dynamic maturity measure

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610112152.XA CN105786514B (en) 2016-02-29 2016-02-29 A kind of framework dynamic maturity measure

Publications (2)

Publication Number Publication Date
CN105786514A true CN105786514A (en) 2016-07-20
CN105786514B CN105786514B (en) 2019-01-11

Family

ID=56403197

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610112152.XA Expired - Fee Related CN105786514B (en) 2016-02-29 2016-02-29 A kind of framework dynamic maturity measure

Country Status (1)

Country Link
CN (1) CN105786514B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100070981A1 (en) * 2008-09-16 2010-03-18 Computer Associates Think, Inc. System and Method for Performing Complex Event Processing
US20100299678A1 (en) * 2009-05-20 2010-11-25 Microsoft Corporation Dynamic event collection and structured storage
CN104008059A (en) * 2014-06-17 2014-08-27 东南大学 Software architecture assessment method based on measurement and predication technology
CN104008058A (en) * 2014-06-16 2014-08-27 东南大学 Framework evaluating method based on prototype simulation
CN104050087A (en) * 2014-07-04 2014-09-17 东南大学 Software architecture correctness verification method based on UML model

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100070981A1 (en) * 2008-09-16 2010-03-18 Computer Associates Think, Inc. System and Method for Performing Complex Event Processing
US20100299678A1 (en) * 2009-05-20 2010-11-25 Microsoft Corporation Dynamic event collection and structured storage
CN104008058A (en) * 2014-06-16 2014-08-27 东南大学 Framework evaluating method based on prototype simulation
CN104008059A (en) * 2014-06-17 2014-08-27 东南大学 Software architecture assessment method based on measurement and predication technology
CN104050087A (en) * 2014-07-04 2014-09-17 东南大学 Software architecture correctness verification method based on UML model

Also Published As

Publication number Publication date
CN105786514B (en) 2019-01-11

Similar Documents

Publication Publication Date Title
CN107885656B (en) Automatic product algorithm testing method and application server
Holzmann The model checker SPIN
Zutshi et al. Multiple shooting, cegar-based falsification for hybrid systems
CN108376221A (en) A kind of software system security verification and appraisal procedure based on AADL model extensions
CN107783758B (en) A kind of intelligence contract engineering method
CN106446412B (en) Model-based test method for avionics system
CN112052172B (en) Rapid test method and device for third-party channel and electronic equipment
CN108449313B (en) Electronic device, Internet service system risk early warning method and storage medium
US20140201723A1 (en) Systems and Methods for Evaluating Stability of Software Code for Control Systems
CN112199293A (en) Software quality evaluation method and device, terminal equipment and storage medium
CN105243245A (en) Reliability modeling method for failure mechanism correlational relationship of circuit module based on Petri grid
US8983816B2 (en) Efficient evaluation of network robustness with a graph
CN102184136B (en) Method for checking operation state and demand consistency of AADL (Architecture Analysis and Design Language) model
US20130035908A1 (en) Identifying invariant candidates based on proofs
CN105224449A (en) The method of testing of the application program on mobile terminal and device
Stratigopoulos et al. Multidimensional analog test metrics estimation using extreme value theory and statistical blockade
CN105786514A (en) Framework dynamic maturity measuring method
CN105447251B (en) A kind of verification method based on transaction types excitation
CN104156312A (en) Method for evaluating software reliability
CN112783747A (en) Execution time prediction method and device for application program
CN112579458A (en) Test method, device, equipment and storage medium of actuarial system
CN105760653A (en) System safety analyzing method based on random time Petri network
US10546083B1 (en) System, method, and computer program product for improving coverage accuracy in formal verification
CN110851344A (en) Big data testing method and device based on computational formula complexity and electronic equipment
CN114021514B (en) Method for simulating and screening bottleneck units through SPICE voltage or temperature scanning

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C41 Transfer of patent application or patent right or utility model
TA01 Transfer of patent application right

Effective date of registration: 20170116

Address after: 211189 Jiangsu Road, Jiangning District, Southeast University, No. 2, No.

Applicant after: Dongnan Univ.

Applicant after: Huawei Technology Co Ltd

Address before: 211189 Jiangsu Road, Jiangning District, Southeast University, No. 2, No.

Applicant before: Dongnan Univ.

GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20190111

Termination date: 20200229