<< atkTr_seq Attack Tree atkTr_upperBound >>

Attack Tree >> Attack Tree > atkTr_sortState

atkTr_sortState

sorts a multiset distribution tlist with the states in ascending order

Calling Sequence

Y=atkTr_sortState(X)

Parameters

X :

a multiset distribution tlist.

Y :

a multiset distribution tlist.

Description

returns Y the multiset distribution tlist obtained from X where the states are sorted in ascending order.

Examples

X=tlist(['distribution','state','probability'],[2,15,9,2],[0.125,0.25,0.5,0.125])
Y=atkTr_sortState(X)

Report an issue
<< atkTr_seq Attack Tree atkTr_upperBound >>