Uses of Enum Class
weka.core.packageManagement.VersionPackageConstraint.VersionComparison
Packages that use VersionPackageConstraint.VersionComparison
-
Uses of VersionPackageConstraint.VersionComparison in weka.core.packageManagement
Methods in weka.core.packageManagement that return VersionPackageConstraint.VersionComparisonModifier and TypeMethodDescriptionReturns a VersionComparison that represents the comparison between the supplied version 1 and version 2.VersionRangePackageConstraint.getLowerComparison()
Get the lower comparisonVersionRangePackageConstraint.getUpperComparison()
Get the upper comparisonVersionPackageConstraint.getVersionComparison()
Returns the enum constant of this class with the specified name.VersionPackageConstraint.VersionComparison.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in weka.core.packageManagement with parameters of type VersionPackageConstraint.VersionComparisonModifier and TypeMethodDescriptionvoid
VersionRangePackageConstraint.setRangeConstraint
(String bound1, VersionPackageConstraint.VersionComparison comp1, String bound2, VersionPackageConstraint.VersionComparison comp2) Set the range bounds and constraints.void
VersionPackageConstraint.setVersionConstraint
(VersionPackageConstraint.VersionComparison c)