All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class guinea.logic.ABRefItem
java.lang.Object
   |
   +----guinea.logic.Item
           |
           +----guinea.logic.ABItem
                   |
                   +----guinea.logic.ABRefItem
  -  public class ABRefItem
  -  extends ABItem
  -  implements Cloneable
The ABRefItem is used for A/B/Ref tests.
    -  See Also:
    
-  ABTest
  Variable Index
  -   · 
	RefName
  
-  Sample ID of the test sample X.
  Constructor Index
  -   · 
	ABRefItem()
  
-  Create a new Item.
  Method Index
  -   · 
	getParameter(String)
  
-  Get a parameter by name.
  
-   · 
	getParameterNames()
  
-  
  
-   · 
	propertyLoad(Properties, String)
  
-  Load information from properties to this item.
  
-   · 
	propertySave(ExtProperties)
  
-  Saves item's information to properties.
  
-   · 
	toString()
  
-  Get the string representation of the object.
  Variables
 · 
RefName
 public String RefName
  -  Sample ID of the test sample X.
 
  Constructors
 · 
ABRefItem
 public ABRefItem()
  -  Create a new Item.
 
  Methods
 · 
getParameter
 public Object getParameter(String pname)
  -  Get a parameter by name.  Parameter name can be "A", "B" or "Ref" to get
the A, B and Ref samples respectively.
   
- 
    -  Parameters:
    
-  pname - name of parameter
    
-  Returns:
    
-  returns value of parameter or null if not found
    
-  Overrides:
    
-  getParameter in class ABItem
  
 
· 
getParameterNames
 public String[] getParameterNames()
  - 
    -  Overrides:
    
-  getParameterNames in class ABItem
  
 
· 
toString
 public String toString()
  -  Get the string representation of the object.
   
- 
    -  Overrides:
    
-  toString in class ABItem
  
 
· 
propertyLoad
 public void propertyLoad(Properties p,
                          String name) throws IllegalArgumentException
  -  Load information from properties to this item.
   
- 
    -  Overrides:
    
-  propertyLoad in class ABItem
  
 
· 
propertySave
 public void propertySave(ExtProperties p)
  -  Saves item's information to properties.
   
- 
    -  Parameters:
    
-  p - where to save information.
    
-  Overrides:
    
-  propertySave in class ABItem
  
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index