Uses of Class
com.kpro.main.Gio

Packages that use Gio
com.kpro.algorithm   
com.kpro.main   
com.kpro.ui   
 

Uses of Gio in com.kpro.algorithm
 

Fields in com.kpro.algorithm declared as Gio
protected  Gio CBR.theIO
           
 

Methods in com.kpro.algorithm with parameters of type Gio
protected  java.util.Properties LearnAlgBasic.applyML(Gio theIO)
          For every case it checks if it contains any of the purposes, retentions or recipients, and if it does it checks whether the action of the PolicyObject it is in, was accepted.
protected  java.util.Properties Learn_Constant.applyML(Gio theIO)
          the code that reviews and alters the properties file.
protected abstract  java.util.Properties LearnAlgorithm.applyML(Gio theIO)
          The place to implement the actual algorithm for learning.
protected  java.util.Properties LearnAlgStand.applyML(Gio theIO)
          Goes through the whole weights Properties and sets new weights which it gets by calling correlation with every key in the property as its input.
 void LearnAlgorithm.learn(Gio theIO)
          runs the learning algorithm, and puts the results in the newWeight buffer in theIO(Gio)
 

Constructors in com.kpro.algorithm with parameters of type Gio
CBR(Gio theIO)
          constructor that so we can call cbr.parse(string)
CBR(Gio theIO, java.util.Properties weightsConfig, ReductionAlgorithm reduceAlg, ConclusionAlgorithm conclusAlg, LearnAlgorithm learnAlg)
          Our generic constructor.
 

Uses of Gio in com.kpro.main
 

Fields in com.kpro.main declared as Gio
(package private) static Gio PrivacyAdviser.theIO
           
 

Uses of Gio in com.kpro.ui
 

Fields in com.kpro.ui declared as Gio
private  Gio PrivacyAdvisorGUI.gio