public void loadLogicalArchitectureData(Element e) { PersistentDomain pd = new PersistentDomain( this.defineDomainService, this.moduleService, this.appliedRuleService, this.exceptionService); pd.setParseData(DomainElement.LOGICAL); pd.loadWorkspaceData(e); }
public Element getLogicalArchitectureData() { PersistentDomain pd = new PersistentDomain( this.defineDomainService, this.moduleService, this.appliedRuleService, this.exceptionService); pd.setParseData(DomainElement.LOGICAL); return pd.getWorkspaceData(); }