Uses of Class
wt.iba.definition.RatioDefinition

Packages that use RatioDefinition
wt.iba.definition   
wt.iba.value   
 

Uses of RatioDefinition in wt.iba.definition
 

Methods in wt.iba.definition that return RatioDefinition
static RatioDefinition RatioDefinition.newRatioDefinition(String name, String description, ObjectReference parentRef, String displayName)
          

Supported API: false
static RatioDefinition RatioDefinition.newRatioDefinition(String name, String description, ObjectReference parentRef, String displayName, String hierarchyDisplayName)
          

Supported API: false
 

Methods in wt.iba.definition with parameters of type RatioDefinition
static RatioDefinitionReference RatioDefinitionReference.newRatioDefinitionReference(RatioDefinition definition)
          

Supported API: false
protected  void RatioDefinitionReference.initialize(RatioDefinition definition)
          Supports initialization, following construction of an instance.
protected  boolean RatioDefinition.readVersion(RatioDefinition thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of RatioDefinition in wt.iba.value
 

Methods in wt.iba.value that return RatioDefinition
 RatioDefinition TheRatioValueDefinition.getDefinition()
          Gets the object for the association that plays role: DEFINITION_ROLE.
 

Methods in wt.iba.value with parameters of type RatioDefinition
 void TheRatioValueDefinition.setDefinition(RatioDefinition definition)
          Sets the object for the association that plays role: DEFINITION_ROLE.
static TheRatioValueDefinition TheRatioValueDefinition.newTheRatioValueDefinition(RatioValue theRatioValue, RatioDefinition definition)
          Default factory for the class.
static RatioValue RatioValue.newRatioValue(RatioDefinition attributeDefinition, IBAHolder holder, double value, double denominator)
          

Supported API: false
protected  void RatioValue.initialize(RatioDefinition attributeDefinition, IBAHolder holder, double value, double denominator)
          Supports initialization, following construction of an instance.
static RatioValue RatioValue.newRatioValue(RatioDefinition attributeDefinition, IBAHolder holder, ReferenceValue referenceValue, double value, double denominator)
          

Supported API: false
protected  void RatioValue.initialize(RatioDefinition attributeDefinition, IBAHolder holder, ReferenceValue referenceValue, double value, double denominator)
          Supports initialization, following construction of an instance.