Uses of Class
edu.isi.pegasus.planner.selector.replica.Regex.Rank
-
Packages that use Regex.Rank Package Description edu.isi.pegasus.planner.selector.replica -
-
Uses of Regex.Rank in edu.isi.pegasus.planner.selector.replica
Fields in edu.isi.pegasus.planner.selector.replica with type parameters of type Regex.Rank Modifier and Type Field Description private java.util.SortedSet<Regex.Rank>
Regex. mSortedRegexSet
The Set of regular expressions that orders the regex expressions to use in ascending order.Methods in edu.isi.pegasus.planner.selector.replica that return types with arguments of type Regex.Rank Modifier and Type Method Description private java.util.SortedSet<Regex.Rank>
Regex. getRegexSet(java.util.Properties properties)
Returns a sorted set containing the various Patterns pre-compiled.
-