Uses of Class
samples.multicostregular.asap.data.base.ASAPShift

Packages that use ASAPShift
samples.multicostregular.asap.data   
samples.multicostregular.asap.data.base   
 

Uses of ASAPShift in samples.multicostregular.asap.data
 

Fields in samples.multicostregular.asap.data with type parameters of type ASAPShift
 HashMap<String,ASAPShift> ASAPItemHandler.shifts
           
 

Methods in samples.multicostregular.asap.data that return ASAPShift
 ASAPShift ASAPItemHandler.getShift(String id)
           
 ASAPShift ASAPItemHandler.makeShift(String id)
           
 ASAPShift ASAPItemHandler.makeShift(String ID, String label, String colour, String description, int start, int end, int duration)
           
 

Methods in samples.multicostregular.asap.data that return types with arguments of type ASAPShift
 Collection<ASAPShift> ASAPItemHandler.getShifts()
           
 

Methods in samples.multicostregular.asap.data with parameters of type ASAPShift
 boolean ASAPShiftSet.isInPattern(ASAPShift s)
           
 ASAPShiftGroup ASAPItemHandler.makeShiftGroup(String id, ASAPShift... shift)
           
 ASAPShiftOn ASAPItemHandler.makeShiftOn(int weight, ASAPShift shift, ASAPEmployee employee, ASAPDate date)
           
 void ASAPItemHandler.putShift(String id, ASAPShift s)
           
 

Uses of ASAPShift in samples.multicostregular.asap.data.base
 

Subclasses of ASAPShift in samples.multicostregular.asap.data.base
 class ASAPRestShift
          Created by IntelliJ IDEA.
 

Methods in samples.multicostregular.asap.data.base that return ASAPShift
 ASAPShift ASAPShiftGroup.get(int i)
           
 ASAPShift ASAPShiftOn.getShift()
           
 

Methods in samples.multicostregular.asap.data.base that return types with arguments of type ASAPShift
 ArrayList<ASAPShift> ASAPCover.getShifts()
           
 Iterator<ASAPShift> ASAPShiftGroup.iterator()
           
 

Methods in samples.multicostregular.asap.data.base with parameters of type ASAPShift
 boolean ASAPShiftGroup.add(ASAPShift s)
           
 int ASAPContract.getMaxShiftType(ASAPShift s)
           
 int ASAPContract.getMinShiftType(ASAPShift s)
           
 boolean ASAPSubPattern.isInPattern(ASAPShift s)
           
 boolean ASAPShiftGroup.isInPattern(ASAPShift s)
           
 boolean ASAPShift.isInPattern(ASAPShift s)
           
 boolean ASAPRestShift.isInPattern(ASAPShift s)
           
 boolean ASAPPatternElement.isInPattern(ASAPShift s)
           
 void ASAPCover.push(ASAPSkill skill, ASAPShift shift, Integer pref, Integer min, Integer max)
           
 

Constructors in samples.multicostregular.asap.data.base with parameters of type ASAPShift
ASAPShiftGroup(ASAPItemHandler handler, String id, ASAPShift... shift)
           
ASAPShiftOn(ASAPItemHandler handler, int weight, ASAPShift shift, ASAPEmployee employee, ASAPDate date)
           
 



Copyright © 2012. All Rights Reserved.