|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Purpose | |
---|---|
com.kpro.algorithm | |
com.kpro.dataobjects | |
com.kpro.parser |
Uses of Purpose in com.kpro.algorithm |
---|
Method parameters in com.kpro.algorithm with type arguments of type Purpose | |
---|---|
private double[] |
Bitmapwithdata.MakePurposeMap(java.util.ArrayList<Purpose> list)
internal method that makes a bit map of 12 doubles each place in an array corresponds to a spesfic value of a Purpose Enum |
private double[] |
bitmapDistance.MakePurposeMap(java.util.ArrayList<Purpose> list)
internal method that makes a bit map of 12 doubles each place in an array corresponds to a spesfic value of a Purpose Enum |
private double[] |
bitmapDistanceWisOne.MakePurposeMap(java.util.ArrayList<Purpose> list)
internal method that makes a bit map of 12 doubles each place in an array corresponds to a spesfic value of a Purpose Enum |
Uses of Purpose in com.kpro.dataobjects |
---|
Fields in com.kpro.dataobjects with type parameters of type Purpose | |
---|---|
private java.util.ArrayList<Purpose> |
Case.purpose
|
Methods in com.kpro.dataobjects that return Purpose | |
---|---|
Purpose |
Case.getPurpose(int i)
Returns the ith purpose |
static Purpose |
Purpose.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Purpose[] |
Purpose.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.kpro.dataobjects that return types with arguments of type Purpose | |
---|---|
java.util.ArrayList<Purpose> |
Case.getPurposes()
Gets the purposes |
Methods in com.kpro.dataobjects with parameters of type Purpose | |
---|---|
void |
Case.addPurpose(Purpose p)
Adds a purpose to the case |
Constructor parameters in com.kpro.dataobjects with type arguments of type Purpose | |
---|---|
Case(java.util.ArrayList<Purpose> purpose,
java.util.ArrayList<Retention> retention,
java.util.ArrayList<Recipient> recipients,
java.util.ArrayList<Category> categories,
java.lang.String datatype)
|
Uses of Purpose in com.kpro.parser |
---|
Fields in com.kpro.parser with type parameters of type Purpose | |
---|---|
private java.util.ArrayList<Purpose> |
P3PParser.XMLParserHandler.purpose
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |