インタフェースへの接続 (1)
コンポネントは,他のコンポネントが「提供する」インタフェースに「接続」,あるいは「使う」ことができる
インタフェースはそれぞれ非依存
interface Foo { ... };interface Bar { ... };component CompA entity { provides Foo f; provides Bar b;};component CompB entity { uses Foo f; uses Bar b;};
前のスライド
次のスライド
最初のスライドに戻る
グラフィックスの表示