Uses of Class
weka.core.packageManagement.Dependency
Packages that use Dependency
-
Uses of Dependency in weka.core
Methods in weka.core that return types with arguments of type DependencyModifier and TypeMethodDescriptionstatic List<Dependency>WekaPackageManager.getAllDependenciesForPackage(Package target, Map<String, List<Dependency>> conflicts) Get a list of dependencies for a given packageMethod parameters in weka.core with type arguments of type DependencyModifier and TypeMethodDescriptionstatic List<Dependency>WekaPackageManager.getAllDependenciesForPackage(Package target, Map<String, List<Dependency>> conflicts) Get a list of dependencies for a given package -
Uses of Dependency in weka.core.packageManagement
Methods in weka.core.packageManagement that return types with arguments of type DependencyModifier and TypeMethodDescriptionDefaultPackageManager.getAllDependenciesForPackage(Package target, Map<String, List<Dependency>> conflicts) Gets a full list of packages (encapsulated in Dependency objects) that are required by directly and indirectly by the named target package.abstract List<Dependency>PackageManager.getAllDependenciesForPackage(Package target, Map<String, List<Dependency>> conflicts) Gets a full list of packages (encapsulated in Dependency objects) that are required by directly and indirectly by the named target package.DefaultPackage.getBaseSystemDependency()Gets the dependency on the base system that this package requires.abstract List<Dependency>Package.getBaseSystemDependency()Gets the dependency on the base system that this package requires.DefaultPackage.getDependencies()Get the list of packages that this package depends on.abstract List<Dependency>Package.getDependencies()Get the list of packages that this package depends on.DefaultPackage.getIncompatibleDependencies()Gets a list of installed packages that this package depends on that are currently incompatible with this package.DefaultPackage.getIncompatibleDependencies(List<Package> packages) Gets those packages from the supplied list that this package depends on and are currently incompatible with this package.abstract List<Dependency>Package.getIncompatibleDependencies()Gets a list of installed packages that this package depends on that are currently incompatible with this package.abstract List<Dependency>Package.getIncompatibleDependencies(List<Package> packages) Gets those packages from the supplied list that this package depends on and are currently incompatible with this package.DefaultPackage.getMissingDependencies()Gets a list of packages that this package depends on that are not currently installed.DefaultPackage.getMissingDependencies(List<Package> packages) Gets a list of packages that this package depends on that are not in the supplied list of packages.abstract List<Dependency>Package.getMissingDependencies()Gets a list of packages that this package depends on that are not currently installed.abstract List<Dependency>Package.getMissingDependencies(List<Package> packages) Gets a list of packages that this package depends on that are not in the supplied list of packages.Method parameters in weka.core.packageManagement with type arguments of type DependencyModifier and TypeMethodDescriptionDefaultPackageManager.getAllDependenciesForPackage(Package target, Map<String, List<Dependency>> conflicts) Gets a full list of packages (encapsulated in Dependency objects) that are required by directly and indirectly by the named target package.abstract List<Dependency>PackageManager.getAllDependenciesForPackage(Package target, Map<String, List<Dependency>> conflicts) Gets a full list of packages (encapsulated in Dependency objects) that are required by directly and indirectly by the named target package.