Searched refs:endTimeList (Results 1 – 2 of 2) sorted by relevance
123 ArrayList<Time> endTimeList = new ArrayList<Time>(); in getEnd() local131 endTimeList.add(new TimeImpl(endTimeStringList[i], in getEnd()141 if (endTimeList.size() == 0) { in getEnd()146 endTimeList.add(new TimeImpl("indefinite", getEndConstraints())); in getEnd()151 endTimeList.add(new TimeImpl( in getEnd()159 return new TimeListImpl(endTimeList); in getEnd()
91 TimeList endTimeList = child.getEnd(); in getImplicitDuration() local92 for (int j = 0; j < endTimeList.getLength(); ++j) { in getImplicitDuration()93 Time endTime = endTimeList.item(j); in getImplicitDuration()