|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Recipient | |
---|---|
com.kpro.algorithm | |
com.kpro.dataobjects | |
com.kpro.parser |
Uses of Recipient in com.kpro.algorithm |
---|
Method parameters in com.kpro.algorithm with type arguments of type Recipient | |
---|---|
private double[] |
Bitmapwithdata.MakeRecipMap(java.util.ArrayList<Recipient> list)
internal method that makes a bit map of 6 ints each place in an array corresponds to a spesfic value of a Recipient field |
private double[] |
bitmapDistance.MakeRecipMap(java.util.ArrayList<Recipient> list)
internal method that makes a bit map of 6 ints each place in an array corresponds to a spesfic value of a Recipient field |
private double[] |
bitmapDistanceWisOne.MakeRecipMap(java.util.ArrayList<Recipient> list)
internal method that makes a bit map of 6 ints each place in an array corresponds to a spesfic value of a Recipient field |
Uses of Recipient in com.kpro.dataobjects |
---|
Fields in com.kpro.dataobjects with type parameters of type Recipient | |
---|---|
private java.util.ArrayList<Recipient> |
Case.recipient
|
Methods in com.kpro.dataobjects that return Recipient | |
---|---|
Recipient |
Case.getRecipient(int i)
Returns the ith recipient |
static Recipient |
Recipient.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Recipient[] |
Recipient.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 Recipient | |
---|---|
java.util.ArrayList<Recipient> |
Case.getRecipients()
Gets the recipients |
Methods in com.kpro.dataobjects with parameters of type Recipient | |
---|---|
void |
Case.addRecipient(Recipient r)
Adds a recipient to the case |
Constructor parameters in com.kpro.dataobjects with type arguments of type Recipient | |
---|---|
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 Recipient in com.kpro.parser |
---|
Fields in com.kpro.parser with type parameters of type Recipient | |
---|---|
private java.util.ArrayList<Recipient> |
P3PParser.XMLParserHandler.recipients
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |