|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.bnl.star.offline.scheduler.dataset.datasetManipulators.SplitByRegX
public class SplitByRegX
This class markers the dataset for splitting between non-matching regular expression capture groups in an ordered list
| Constructor Summary | |
|---|---|
SplitByRegX(java.lang.String splitBy)
This function takes a an ordered list and splits makes on the boundary of dissimulator regular expression capture groups. |
|
| Method Summary | |
|---|---|
void |
modify(Dataset dataset,
Request request)
This function takes a an ordered list and splits makes on the boundary of dissimulator regular expression capture groups. |
boolean |
requirementsSatisfied()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SplitByRegX(java.lang.String splitBy)
splitBy - A expression capture group used to test for boundarys between entries| Method Detail |
|---|
public void modify(Dataset dataset,
Request request)
modify in interface DatasetManipulatordataset - The dataset to be modifyedrequest - The request object of the current request for with will use the datasetpublic boolean requirementsSatisfied()
requirementsSatisfied in interface DatasetManipulator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||