Namespace DiagramModel.Components
Classes
Class
Component
Represents component in the diagram model. Requires component name, parent component and valid children component types. Holds info about children components, allows their filtration based on provided type and offers interface for their manipulation (namely for adding and deleting certain children components).
ComponentFactory
Provides interface for creating components based on their unique typename. To be used with add command.