Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
G
genProps
- Variable in class com.kpro.main.
Gio
creates filehandler for logging
genProps
- Variable in class com.kpro.ui.
ConfigEditor
getAccepted()
- Method in class com.kpro.dataobjects.
Action
Returns true if the action was accepted, and false otherwise.
getAcceptedStr()
- Method in class com.kpro.dataobjects.
Action
converts the internal accept/reject values to a String
getAccessTime()
- Method in class com.kpro.dataobjects.
Context
Gets the date of when the object was last accessed
getAction()
- Method in class com.kpro.dataobjects.
PolicyObject
getCase(int)
- Method in class com.kpro.dataobjects.
PolicyObject
Returns a specific case for the policy
getCases()
- Method in class com.kpro.dataobjects.
PolicyObject
Returns all cases for the policy
getCategories()
- Method in class com.kpro.dataobjects.
Case
Gets the categories
getCategory(int)
- Method in class com.kpro.dataobjects.
Case
Returns the ith category
getCBR()
- Method in class com.kpro.main.
Gio
returns the CBR to use
getConclusionAlgorihm(String, DistanceMetric)
- Method in class com.kpro.algorithm.
CBR
Parse the conclusion algorithm substring into a ConclusionAlgorithm obejct with the right attributes and values.
getConfidence()
- Method in class com.kpro.dataobjects.
Action
getConfLevel()
- Method in class com.kpro.main.
Gio
gets the confidence level threshold from the configuration
getContext()
- Method in class com.kpro.dataobjects.
PolicyObject
getContextDomain()
- Method in class com.kpro.dataobjects.
PolicyObject
returns domain of policy (URL) as string.
getCreationTime()
- Method in class com.kpro.dataobjects.
Context
Gets the date of when the object was created
getDataType()
- Method in class com.kpro.dataobjects.
Case
Returns the datatype
getDefaultExpiryDate()
- Method in class com.kpro.dataobjects.
Context
Gets the default expiration date for a policy, which is 24 hours
getDistance(PolicyObject, PolicyObject, int)
- Method in class com.kpro.algorithm.
bitmapDistance
the method for distance between PolicyObjects it runs twice in a recursive paten, 1st a/b then b/a
getDistance(PolicyObject, PolicyObject, int)
- Method in class com.kpro.algorithm.
Bitmapwithdata
Returns the distance between two PolicyObjects, summing the minimum distance from B to A and then the distance from A to B.
getDistanceMetricAlgorithm(String, Properties)
- Method in class com.kpro.algorithm.
CBR
Parse the distance metric substring into a DistanceMetric object with the right attributes and values.
getDistData(Case, Case)
- Method in class com.kpro.algorithm.
bitmapDistance
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
getDistData(Case, Case)
- Method in class com.kpro.algorithm.
Bitmapwithdata
getDistPurpose(Case, Case)
- Method in class com.kpro.algorithm.
bitmapDistance
Calculates distance in the Purpose field from case a to case b using bit map distance = a interseption b * weight
getDistPurpose(Case, Case)
- Method in class com.kpro.algorithm.
bitmapDistanceWisOne
Calculates distance in the Purpose field from case a to case b using bit map distance = a interseption b * weight
getDistPurpose(Case, Case)
- Method in class com.kpro.algorithm.
Bitmapwithdata
Calculates distance in the Purpose field from case a to case b using bit map distance = a interseption b * weight
getDistRecip(Case, Case)
- Method in class com.kpro.algorithm.
bitmapDistance
Calculates distance in the Recipien field from case a to case b using bit map distance = a interseption b * weight
getDistRecip(Case, Case)
- Method in class com.kpro.algorithm.
bitmapDistanceWisOne
Calculates distance in the Recipien field from case a to case b using bit map distance = a interseption b * weight
getDistRecip(Case, Case)
- Method in class com.kpro.algorithm.
Bitmapwithdata
Calculates distance in the Recipien field from case a to case b using bit map distance = a interseption b * weight
getDistReten(Case, Case)
- Method in class com.kpro.algorithm.
bitmapDistance
Calculates distance in the Retention field from case a to case b using bit map distance = a interseption b * weight
getDistReten(Case, Case)
- Method in class com.kpro.algorithm.
bitmapDistanceWisOne
Calculates distance in the Retention field from case a to case b using bit map distance = a interseption b * weight
getDistReten(Case, Case)
- Method in class com.kpro.algorithm.
Bitmapwithdata
Calculates distance in the Retention field from case a to case b using bit map distance = a interseption b * weight
getDomain()
- Method in class com.kpro.dataobjects.
Context
Gets the specific domain for this context
getDomain(String)
- Method in class com.kpro.datastorage.
PDatabase
returns a list of all policies from a given domain.
getDomain(String)
- Method in class com.kpro.datastorage.
PolicyDatabase
This class should return all policys for the given domain.
getEntities()
- Method in class com.kpro.dataobjects.
PolicyObject
Returns the entity for the policy
getEntity(String)
- Method in class com.kpro.dataobjects.
PolicyObject
Returns the entity data for a specific key
getExpiryDate()
- Method in class com.kpro.dataobjects.
Context
Gets the date of when the object is to expire
getGenProps()
- Method in class com.kpro.ui.
ConfigEditor
Returns the properties from the config editor
getInfo()
- Method in class com.kpro.datastorage.
NetworkR
returns the server type and location.
getInstance(String, String)
- Static method in class com.kpro.datastorage.
PDatabase
returns an instance of the database.
getKeyByValue(HashMap<String, JButton>, JButton)
- Static method in class com.kpro.ui.
ConfigEditor
Finds key corresponding to a value in an injective Map.
getLearnAlgorihm(String, Properties)
- Method in class com.kpro.algorithm.
CBR
Parse the learning algorithm substring into a LearningAlgorithm obejct with the right attributes and values.
getNR()
- Method in class com.kpro.main.
Gio
getPDB()
- Method in class com.kpro.main.
Gio
returns the only policy database
getPO()
- Method in class com.kpro.main.
Gio
getPurpose(int)
- Method in class com.kpro.dataobjects.
Case
Returns the ith purpose
getPurposes()
- Method in class com.kpro.dataobjects.
Case
Gets the purposes
getReason()
- Method in class com.kpro.dataobjects.
Action
getReasons()
- Method in class com.kpro.dataobjects.
Action
getRecipient(int)
- Method in class com.kpro.dataobjects.
Case
Returns the ith recipient
getRecipients()
- Method in class com.kpro.dataobjects.
Case
Gets the recipients
getReductionAlgorithm(String, DistanceMetric, PolicyDatabase)
- Method in class com.kpro.algorithm.
CBR
Parse the reduction algorithm substring into a ReductionAlgorithm object with the right attributes and values.
getRetention(int)
- Method in class com.kpro.dataobjects.
Case
Returns the ith retention
getRetentions()
- Method in class com.kpro.dataobjects.
Case
Gets the retentions
getSumDistance(Case, Case)
- Method in class com.kpro.algorithm.
bitmapDistance
Returns sum of distances of all fields between case a and b
getSumDistance(Case, Case)
- Method in class com.kpro.algorithm.
bitmapDistanceWisOne
Returns the distance between two cases a and b based on purpose, recipient, retention, and data.
getSumDistance(Case, Case)
- Method in class com.kpro.algorithm.
Bitmapwithdata
Returns the distance between two cases a and b based on purpose, recipient, retention, and data.
getTotalDistance(PolicyObject, PolicyObject)
- Method in class com.kpro.algorithm.
bitmapDistance
Initializes weights and returns the distance between two PolicyObjects.
getTotalDistance(PolicyObject, PolicyObject)
- Method in class com.kpro.algorithm.
bitmapDistanceWisOne
Initializes weights (to one) and returns the distance between two PolicyObjects.
getTotalDistance(PolicyObject, PolicyObject)
- Method in class com.kpro.algorithm.
Bitmapwithdata
Initializes weights and returns the distance between two PolicyObjects.
getTotalDistance(PolicyObject, PolicyObject)
- Method in class com.kpro.algorithm.
DistanceMetric
Calculates total distance between two policies
getWeights()
- Method in class com.kpro.main.
Gio
returns the originally imported set of weights
Gio
- Class in
com.kpro.main
Gio(String[])
- Constructor for class com.kpro.main.
Gio
Constructor fo gio class.
Gio(String[], UserIO)
- Constructor for class com.kpro.main.
Gio
A constructor permitting a user interface class to launch everything and be in control.
gio
- Variable in class com.kpro.ui.
PrivacyAdvisorGUI
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W