internal ViewSet() { _systemLandscapeViews = new HashSet <SystemLandscapeView>(); _systemContextViews = new HashSet <SystemContextView>(); _containerViews = new HashSet <ContainerView>(); _componentViews = new HashSet <ComponentView>(); _dynamicViews = new HashSet <DynamicView>(); _deploymentViews = new HashSet <DeploymentView>(); _filteredViews = new HashSet <FilteredView>(); Configuration = new ViewConfiguration(); }
public void CopyConfigurationFrom(ViewConfiguration configuration) { LastSavedView = configuration.LastSavedView; }