|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.kernel.math.geom.comp.CdHarComputer.Results
public class CdHarComputer.Results
This class is used to represent the results of a random point computation.
Method Summary | |
---|---|
int |
changedVariables()
Returns the number of variables whose values are different than they were in the previous point. |
java.util.Set<V> |
getChangedVariables()
Returns the variables whose values are different than they were in the previous point. |
UnmodifiableMap<V,java.lang.Double> |
getPoint()
Returns the random interior point that was computed. |
UnmodifiableSet<V> |
getUnchangedVariables()
Returns the variables whose values are the same as they were in the previous point. |
int |
unchangedVariables()
Returns the number of variables whose values are the same as they were in the previous point. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public UnmodifiableMap<V,java.lang.Double> getPoint()
public java.util.Set<V> getChangedVariables()
public UnmodifiableSet<V> getUnchangedVariables()
public int changedVariables()
public int unchangedVariables()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |