Knowledge

Our knowledge base :)


Project maintained by teamfcm Hosted on GitHub Pages — Theme by mattgraham
Home Uml

Structural things

Structural things define the static part of the model. They represent the physical and conceptual elements. Following are the brief descriptions of the structural things.

Class

Class represents a set of objects having similar responsibilities.

ClassIMG

Interface

Interface defines a set of operations, which specify the responsibility of a class.

InterfaceIMG

Collaboration

Collaboration defines an interaction between elements.

CollabIMG

Use case

Use case represents a set of actions performed by a system for a specific goal.

UseIMG

Component

Component describes the physical part of a system.

CompoIMG

Node

A node can be defined as a physical element that exists at run time.

nodeIMG