Class AssetGraphMLProvider

    • Method Detail

      • createAssetTopology

        public void createAssetTopology​(GeneratorConfig config)
        Generates and installs a new AssetTopology defined by the config
        Parameters:
        config -
      • removeAssetTopology

        public void removeAssetTopology​(String providerId)
        Removes the AssetTopology defined by the config
        Parameters:
        providerId - The providerId to delete.
      • regenerateAssetTopology

        public void regenerateAssetTopology​(String providerId)
        Regenerates the AssetTopology defined by the providerId
        Parameters:
        providerId - The providerId to regenerate.
      • regenerateAllAssetTopologies

        public void regenerateAllAssetTopologies()
        Makes a best effort to regenerated all of the asset topologies defined in the assetGraphDefinitionRepository Throws a runtime exception if all the topologies are not regenerated
      • init

        public void init()
      • destroy

        public void destroy()