Uses of Class
weka.core.packageManagement.PackageConstraint
Packages that use PackageConstraint
-
Uses of PackageConstraint in weka.core
Methods in weka.core with parameters of type PackageConstraintModifier and TypeMethodDescriptionstatic PackageWekaPackageManager.mostRecentVersionWithRespectToConstraint(PackageConstraint toCheck) Find the most recent version of the package encapsulated in the supplied PackageConstraint argument that satisfies the constraint -
Uses of PackageConstraint in weka.core.packageManagement
Subclasses of PackageConstraint in weka.core.packageManagementModifier and TypeClassDescriptionclassConcrete implementation of PackageConstraint that encapsulates constraints related to version numbers.classA concrete implementation of PackgageConstraint that encapsulates ranged version number constraints.Methods in weka.core.packageManagement that return PackageConstraintModifier and TypeMethodDescriptionabstract PackageConstraintPackageConstraint.checkConstraint(PackageConstraint target) Check the target package constraint against the constraint embodied in this package constraint.VersionPackageConstraint.checkConstraint(PackageConstraint target) Check the target package constraint against the constraint embodied in this package constraint.VersionRangePackageConstraint.checkConstraint(PackageConstraint target) Dependency.getTarget()Get the target package constraint.Methods in weka.core.packageManagement with parameters of type PackageConstraintModifier and TypeMethodDescriptionabstract PackageConstraintPackageConstraint.checkConstraint(PackageConstraint target) Check the target package constraint against the constraint embodied in this package constraint.VersionPackageConstraint.checkConstraint(PackageConstraint target) Check the target package constraint against the constraint embodied in this package constraint.VersionRangePackageConstraint.checkConstraint(PackageConstraint target) voidDependency.setTarget(PackageConstraint target) Set the target package constraint.Constructors in weka.core.packageManagement with parameters of type PackageConstraintModifierConstructorDescriptionDependency(Package source, PackageConstraint target) Construct a new Dependency from a supplied source package and PackageConstraint containing the target package.