|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.vutbr.fit.racedetector.RDVariableCollection
public class RDVariableCollection
This class provides access to set of RDVariable (information concerning variable).
Currently it's implemented using IdentityHashMap.
Field Summary | |
---|---|
protected static RDVarSet |
healVariables
Set of variables that should not be analysed. |
protected static RDVarSet |
noiseVariables
Set of variables that should be disturbed by a noise. |
protected static RDVarSet |
omitVariables
Set of variables that should not be analysed. |
Constructor Summary | |
---|---|
RDVariableCollection()
Constructor. |
Method Summary | |
---|---|
RDVariable |
getVariable(java.lang.Object instance,
java.lang.String properVarName)
Returns variable object pointed at the given variable. |
void |
printStatistics()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static RDVarSet omitVariables
protected static RDVarSet healVariables
protected static RDVarSet noiseVariables
Constructor Detail |
---|
public RDVariableCollection()
Method Detail |
---|
public RDVariable getVariable(java.lang.Object instance, java.lang.String properVarName)
public void printStatistics()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |