Class GraphmlRepositoryImpl

    • Constructor Detail

      • GraphmlRepositoryImpl

        public GraphmlRepositoryImpl()
    • Method Detail

      • save

        public void save​(java.lang.String name,
                         java.lang.String label,
                         GraphmlType graphmlType)
                  throws java.io.IOException
        Specified by:
        save in interface GraphmlRepository
        Throws:
        java.io.IOException
      • delete

        public void delete​(java.lang.String name)
                    throws java.io.IOException
        Specified by:
        delete in interface GraphmlRepository
        Throws:
        java.io.IOException
      • buildCfgFilepath

        protected static java.lang.String buildCfgFilepath​(java.lang.String filename,
                                                           java.lang.String cfgFilePrefix)
      • buildTopologyCfgFilepath

        protected static java.lang.String buildTopologyCfgFilepath​(java.lang.String filename)
      • buildGraphCfgFilepath

        protected static java.lang.String buildGraphCfgFilepath​(java.lang.String filename)
      • buildGraphmlFilepath

        protected static java.lang.String buildGraphmlFilepath​(java.lang.String filename)