public class FieldProxy<T> extends Object implements ProbabilityKnowledge<T>
| Constructor and Description |
|---|
FieldProxy(FieldGroup<T> group,
T field) |
| Modifier and Type | Method and Description |
|---|---|
T |
getField() |
FieldGroup<T> |
getFieldGroup() |
int |
getFound() |
double |
getMineProbability() |
GroupValues<T> |
getNeighbors() |
double[] |
getProbabilities() |
String |
toString() |
public FieldProxy(FieldGroup<T> group, T field)
public T getField()
getField in interface ProbabilityKnowledge<T>public FieldGroup<T> getFieldGroup()
getFieldGroup in interface ProbabilityKnowledge<T>FieldGroup for the field returned by ProbabilityKnowledge.getField()public int getFound()
getFound in interface ProbabilityKnowledge<T>public double getMineProbability()
getMineProbability in interface ProbabilityKnowledge<T>FieldGroup returned by ProbabilityKnowledge.getFieldGroup()public GroupValues<T> getNeighbors()
getNeighbors in interface ProbabilityKnowledge<T>GroupValues object for what neighbors the field returned by ProbabilityKnowledge.getField() haspublic double[] getProbabilities()
getProbabilities in interface ProbabilityKnowledge<T>ProbabilityKnowledge.getMineProbability() will be 1.Copyright © 2014. All rights reserved.