Example #1
0
 /**
  * Unloads the XSD.
  *
  * @throws UdmException
  */
 public void removeXSD() throws UdmException {
   // remove all the XSD
   UdmHelper.RemoveXsd(getDiagramMetaXsdFileLocation());
 }
Example #2
0
 /**
  * Unloads the diagram.
  *
  * @throws UdmException
  */
 public void unloadDiagram() throws UdmException {
   UdmHelper.unloadDiagram(getDiagramMetaXmlFileLocation());
 }