Uses of Class
wt.eff.EffSet

Packages that use EffSet
wt.eff Provides generic base effectivity functionality via EffService, EffConfigSpecAssistant and EffGroupAssistant to assert that a PDM object is effective under certain conditions; an out-of-the-box reference implementation of this base functionality is defined by wt.effectivity
 

Uses of EffSet in wt.eff
 

Fields in wt.eff declared as EffSet
private static EffSet UpdateEffsTask.EMPTY_SET
           
private  EffSet EffGroup.RangeSet.effSet
           
private static EffSet UpdateEffsTask.EMPTY_SET
           
private  EffSet EffGroup.RangeSet.effSet
           
 

Methods in wt.eff that return EffSet
private  EffSet UpdateEffsTask.union(EffSet a, EffSet b)
           
private  EffSet UpdateEffsTask.intersection(EffSet a, EffSet b)
           
private  EffSet UpdateEffsTask.difference(EffSet a, EffSet b)
           
private  EffSet UpdateEffsTask.union(EffSet a, EffSet b)
           
private  EffSet UpdateEffsTask.intersection(EffSet a, EffSet b)
           
private  EffSet UpdateEffsTask.difference(EffSet a, EffSet b)
           
 

Methods in wt.eff with parameters of type EffSet
 void UpdateEffsTask.updateEffs(long emvBID, EffSet newEffs, EffHistoryMap antiHistoryMap, int predHistSize)
          Updates the effectivities of the specified EffManagedVersion.
private  EffSet UpdateEffsTask.union(EffSet a, EffSet b)
           
private  EffSet UpdateEffsTask.intersection(EffSet a, EffSet b)
           
private  EffSet UpdateEffsTask.difference(EffSet a, EffSet b)
           
private  void UpdateEffsTask.restore(EffSet effSet)
          Restores from factual deletion the specified Eff objects.
private  void UpdateEffsTask.advanceCreation(EffSet effSet)
          Advances the creation audits of the specified Eff objects.
private  void UpdateEffsTask.advanceDeletion(EffSet effSet)
          Advances the factual deletion audits of the specified Eff objects.
private  void UpdateEffsTask.delete(EffSet effSet)
          Factually deletes specified Eff objects.
private  void UpdateEffsTask.store(EffSet effSet)
          Persist the specified new Eff objects.
private  void UpdateEffsTask.remove(EffSet effSet)
          Properly deletes (i.e., removes from persistence) the specified Eff objects.
 void UpdateEffsTask.updateEffs(long emvBID, EffSet newEffs, EffHistoryMap antiHistoryMap, int predHistSize)
          Updates the effectivities of the specified EffManagedVersion.
private  EffSet UpdateEffsTask.union(EffSet a, EffSet b)
           
private  EffSet UpdateEffsTask.intersection(EffSet a, EffSet b)
           
private  EffSet UpdateEffsTask.difference(EffSet a, EffSet b)
           
private  void UpdateEffsTask.restore(EffSet effSet)
          Restores from factual deletion the specified Eff objects.
private  void UpdateEffsTask.advanceCreation(EffSet effSet)
          Advances the creation audits of the specified Eff objects.
private  void UpdateEffsTask.advanceDeletion(EffSet effSet)
          Advances the factual deletion audits of the specified Eff objects.
private  void UpdateEffsTask.delete(EffSet effSet)
          Factually deletes specified Eff objects.
private  void UpdateEffsTask.store(EffSet effSet)
          Persist the specified new Eff objects.
private  void UpdateEffsTask.remove(EffSet effSet)
          Properly deletes (i.e., removes from persistence) the specified Eff objects.
 

Constructors in wt.eff with parameters of type EffSet
EffSet(EffSet s1, EffSet s2)
          Constructs a new EffSet containing the merge of the argument EffSet objects.
EffGroup.RangeSet(EffSet effSet)
           
EffSet(EffSet s1, EffSet s2)
          Constructs a new EffSet containing the merge of the argument EffSet objects.
EffGroup.RangeSet(EffSet effSet)