Uses of Enum Class
weka.core.packageManagement.VersionPackageConstraint.VersionComparison
-
Uses of VersionPackageConstraint.VersionComparison in weka.core.packageManagement
Modifier 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.Modifier 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)