Персональные инструменты

Smwtest — различия между версиями

Материал из Кафедра Автоматики и телемеханики

Перейти к: навигация, поиск
Строка 80: Строка 80:
 
"System V.0" -> "System V.2";
 
"System V.0" -> "System V.2";
 
"System V.2" -> "System V.3";
 
"System V.2" -> "System V.3";
 +
}
 +
</graphviz>
 +
 +
<graphviz caption='Hello SVG and PNG' alt='phylogenetic tree' format='png'>
 +
digraph PhiloDilemma {
 +
node [shape=box];  bec3; rel3; bec2; rel2; acq2; acq3; bec1; rel1; acq1;
 +
node [shape=circle,fixedsize=true,width=0.9];  hu3; th3; ri3; ea3; hu2; th2; ri2; ea2; hu1; th1; ri1; ea1;
 +
ri3->acq2;
 +
ri3->acq3;
 +
hu3->acq3;
 +
bec3->hu3;
 +
th3->bec3;
 +
rel3->th3;
 +
rel3->ri3;
 +
ea3->rel3;
 +
acq3->ea3;
 +
ri2->acq1;
 +
ri2->acq2;
 +
hu2->acq2;
 +
bec2->hu2;
 +
th2->bec2;
 +
rel2->th2;
 +
rel2->ri2;
 +
ea2->rel2;
 +
acq2->ea2;
 +
ri1->acq3;
 +
ri1->acq1;
 +
hu1->acq1;
 +
bec1->hu1;
 +
th1->bec1;
 +
rel1->th1;
 +
rel1->ri1;
 +
ea1->rel1;
 +
acq1->ea1;
 +
 +
overlap=false
 +
label="PetriNet Model PhiloDilemma\nExtracted from ConceptBase and layed out by Graphviz "
 +
fontsize=12;
 
}
 
}
 
</graphviz>
 
</graphviz>

Версия 20:44, 11 декабря 2011

phylogenetic tree

phylogenetic tree

phylogenetic tree

.