Uses of Class
com.kpro.dataobjects.Case

Packages that use Case
com.kpro.algorithm   
com.kpro.dataobjects   
 

Uses of Case in com.kpro.algorithm
 

Methods in com.kpro.algorithm with parameters of type Case
private  double Bitmapwithdata.getDistData(Case a, Case b)
           
private  double bitmapDistance.getDistData(Case a, Case b)
          Calculates distance in Data-string from case a to case b using string comparison and multiplies with a STATIC number if 1st strings are not equal
private  double Bitmapwithdata.getDistPurpose(Case a, Case b)
          Calculates distance in the Purpose field from case a to case b using bit map distance = a interseption b * weight
private  double bitmapDistance.getDistPurpose(Case a, Case b)
          Calculates distance in the Purpose field from case a to case b using bit map distance = a interseption b * weight
private  double bitmapDistanceWisOne.getDistPurpose(Case a, Case b)
          Calculates distance in the Purpose field from case a to case b using bit map distance = a interseption b * weight
private  double Bitmapwithdata.getDistRecip(Case a, Case b)
          Calculates distance in the Recipien field from case a to case b using bit map distance = a interseption b * weight
private  double bitmapDistance.getDistRecip(Case a, Case b)
          Calculates distance in the Recipien field from case a to case b using bit map distance = a interseption b * weight
private  double bitmapDistanceWisOne.getDistRecip(Case a, Case b)
          Calculates distance in the Recipien field from case a to case b using bit map distance = a interseption b * weight
private  double Bitmapwithdata.getDistReten(Case a, Case b)
          Calculates distance in the Retention field from case a to case b using bit map distance = a interseption b * weight
private  double bitmapDistance.getDistReten(Case a, Case b)
          Calculates distance in the Retention field from case a to case b using bit map distance = a interseption b * weight
private  double bitmapDistanceWisOne.getDistReten(Case a, Case b)
          Calculates distance in the Retention field from case a to case b using bit map distance = a interseption b * weight
private  double Bitmapwithdata.getSumDistance(Case a, Case b)
          Returns the distance between two cases a and b based on purpose, recipient, retention, and data.
private  double bitmapDistance.getSumDistance(Case a, Case b)
          Returns sum of distances of all fields between case a and b
private  double bitmapDistanceWisOne.getSumDistance(Case a, Case b)
          Returns the distance between two cases a and b based on purpose, recipient, retention, and data.
 

Uses of Case in com.kpro.dataobjects
 

Fields in com.kpro.dataobjects with type parameters of type Case
private  java.util.ArrayList<Case> PolicyObject.cases
           
 

Methods in com.kpro.dataobjects that return Case
 Case PolicyObject.getCase(int i)
          Returns a specific case for the policy
 

Methods in com.kpro.dataobjects that return types with arguments of type Case
 java.util.ArrayList<Case> PolicyObject.getCases()
          Returns all cases for the policy
 java.util.Iterator<Case> PolicyObject.iterator()
           
 

Methods in com.kpro.dataobjects with parameters of type Case
 void PolicyObject.addCase(Case c)
          Adds a case to the policy