インテリジェンスサイクル
単なる「情報」を目的に添った形の「知識」に変換する プロセス。
計画と指示、要求事項(Planning and Direction)
情報収集(Collection)
情報の加工(Processing)
全情報源分析と生産(All Source Analysis and Production)
情報の配布(Dissemination)
intelligence cycle
OODAループ
管理サイクル、マネジメントサイクル (management cycle)
軍隊(armed forces) - 情報機関(intelligence agency)
情報戦(IW : information warfare) - 情報優勢(information superiority)
諜報 - 諜報活動
インテリジェンス・サイクル - Wikipedia
https://plantuml-proxy.vercel.app/svg/https://scrapbox.io/api/code/suto3/インテリジェンスサイクル/ic01.pu#.svg
code:ic01.pu
@startdot
digraph ic {
label="インテリジェンスサイクル";
node fontsize = 12, shape = box, style=rounded ;
s1 label="計画と指示、要求事項\n(Planning and Direction)";
s2 label="情報収集\n(Collection)";
s3 label="情報の加工\n(Processing)";
s4 label="全情報源分析と生産\n(All Source Analysis and Production)";
s5 label="情報の配布\n(Dissemination)";
s1 -> s2 -> s3;
s3 -> s4 -> s5 -> s1;
{rank = same; s2; s5;}
{rank = same; s3; s4;}
}
@enddot