download RecurrenceRange.java
Language: Java
LOC: 7
Project Info
Event Scheduler(eventscheduler)
Server: Spider_20090227_inc
Type: filesystem
...Scheduler_v2\src\scheduler\
   Allocation.java
   AllocationGroup.java
   AllocationItem.java
   AllocationRule.java
   AllocationSolution.java
   DataTreeElement.java
   DataTreeItem.java
   DateSeriesIterator.java
   Event.java
   EventDateItem.java
   Recurrence.java
   RecurrencePattern.java
   RecurrenceRange.java
   Resource.java
   ...eAllocationProblem.java
   ResourceAllocator.java
   ResourceConstraints.java
   ResourceRequest.java
   ResourceSpecification.java
   ...rceUsageConstraint.java

/*
 * RecurrenceRange.java
 *
 * Created on March 19, 2006, 9:13 PM
 *
 * To change this template, choose Tools | Options and locate the template under
 * the Source Creation and Management node. Right-click the template and choose
 * Open. You can then make changes to the template in the Source Editor.
 */

package scheduler;

/**
 *
 * @author Michael Kelly
 */
public interface RecurrenceRange extends DataTreeItem
{
    public java.util.Date getStartDate();
    
    public java.util.Collection<java.util.Date> 
            getDatesInRange(RecurrencePattern recPattern);
}

About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us