Home | History | Annotate | Download | only in pipeline

Lines Matching refs:representations

36         ArrayList<FilterRepresentation> representations;
40 representations = new ArrayList<FilterRepresentation>();
44 representations.add(representation);
48 for (FilterRepresentation rep : representations) {
57 if (representations.size() != step.representations.size()) {
60 for (int i = 0; i < representations.size(); i++) {
61 FilterRepresentation r1 = representations.get(i);
62 FilterRepresentation r2 = step.representations.get(i);
88 if (representations.size() > 0) {
89 return representations.get(0).getName();
97 for (FilterRepresentation representation : representations) {
105 for (FilterRepresentation representation : representations) {
113 for (FilterRepresentation representation : representations) {