Decision-to-decision path (original) (raw)

Property Value
dbo:abstract A decision-to-decision path, or DD-path, is a path of execution (usually through a flow graph representing a program, such as a flow chart) between two decisions. More recent versions of the concept also include the decisions themselves in their own DD-paths. (en) 決策到決策路徑(decision-to-decision path)是指當用控制流圖表示程式時,一條不包含任何決策節點的路徑,換句話說,決策到決策路徑是介於二個決策點中的路徑。 決策點是類似if-else指令或for迴圈一様,會根據變數的數值決定後續執行程式的節點。 決策到決策路徑有以下的特性: * 啟始節點和結束節點不是同一個節點。 * 除啟始節點和結束節點外,所有節點的入度及出度均為1,也就是每個節點都只是一個邊的起點和一個邊的終點。 若利用控制流程圖計算循環複雜度時,每一個決策到決策路徑均可以簡化為一個節點,不會影響循環複雜度的計算。 (zh)
dbo:thumbnail wiki-commons:Special:FilePath/DD-Path.svg?width=300
dbo:wikiPageExternalLink http://www.eecs.yorku.ca/course_archive/2011-12/W/4313/slides/11-Paths.pdf
dbo:wikiPageID 9704668 (xsd:integer)
dbo:wikiPageLength 4504 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1016698542 (xsd:integer)
dbo:wikiPageWikiLink dbc:Software_testing dbr:Control-flow_graph dbr:Basis_path_testing dbr:Path_(graph_theory) dbr:Essential_complexity_(numerical_measure_of_"structuredness") dbr:Linear_code_sequence_and_jump dbr:Cyclomatic_complexity dbr:Basic_block dbr:Flowchart dbr:Code_coverage dbr:White-box_testing dbr:Flow_chart dbr:ISTQB dbr:Branch_coverage dbr:File:DD-Path.svg
dbp:wikiPageUsesTemplate dbt:Dubious dbt:Reflist dbt:Soft-eng-stub
dct:subject dbc:Software_testing
gold:hypernym dbr:Path
rdf:type dbo:Place
rdfs:comment A decision-to-decision path, or DD-path, is a path of execution (usually through a flow graph representing a program, such as a flow chart) between two decisions. More recent versions of the concept also include the decisions themselves in their own DD-paths. (en) 決策到決策路徑(decision-to-decision path)是指當用控制流圖表示程式時,一條不包含任何決策節點的路徑,換句話說,決策到決策路徑是介於二個決策點中的路徑。 決策點是類似if-else指令或for迴圈一様,會根據變數的數值決定後續執行程式的節點。 決策到決策路徑有以下的特性: * 啟始節點和結束節點不是同一個節點。 * 除啟始節點和結束節點外,所有節點的入度及出度均為1,也就是每個節點都只是一個邊的起點和一個邊的終點。 若利用控制流程圖計算循環複雜度時,每一個決策到決策路徑均可以簡化為一個節點,不會影響循環複雜度的計算。 (zh)
rdfs:label Decision-to-decision path (en) 决策到决策路径 (zh)
owl:sameAs freebase:Decision-to-decision path wikidata:Decision-to-decision path dbpedia-zh:Decision-to-decision path https://global.dbpedia.org/id/4iqYf
prov:wasDerivedFrom wikipedia-en:Decision-to-decision_path?oldid=1016698542&ns=0
foaf:depiction wiki-commons:Special:FilePath/DD-Path.svg
foaf:isPrimaryTopicOf wikipedia-en:Decision-to-decision_path
is dbo:wikiPageRedirects of dbr:DD-Path dbr:DD-path dbr:DD_path dbr:Decision_to_decision_path
is dbo:wikiPageWikiLink of dbr:Elementary_comparison_testing dbr:Essential_complexity dbr:Basis_path_testing dbr:Cyclomatic_complexity dbr:Basic_block dbr:DD-Path dbr:DD-path dbr:DD_path dbr:Decision_to_decision_path
is foaf:primaryTopic of wikipedia-en:Decision-to-decision_path