What is an interface?
What should the contract be conformed to?
What is a required interface syntax?
A required interface indicates that a classifier uses the services defined by the interface
What is an assembly connector?
You can connect the provided and required interface using an assembly connector
What is ports organising interface?
• Specifies the interaction point between a classifier and its environment
• A port is typed by its provided and required interfaces:
- May have a name
What is the key to interfaces?
• Interfaces are key to component based development
What is a component?
What can a component be (2 kinds)
Can be either logical or physical
What is a subsystem?
How do you finding interfaces and ports?
How do you design interfaces?
What is a physical archietecture?
What are the advantages of using interfaces?
What are the disadvantages of using interfaces?
What’s the implementation purpose?
Whats a deployment diagram?
Describe the physical architecture of deployment diagrams
What is an artifact?
• An artefact represents a type of a real-world thing, file
What does Manifest mean?
Manifest means to implement a component
Whats the relationship between artifacts?