To EarIdList, adds an attribute of type EarFeature for the current ear feature.

parent c4d21a5b
......@@ -8,6 +8,14 @@ public class EarIdList {
// Store EarFeatures
// Store Top-x
private EarFeature
private EarFeature currentFeature;
public EarFeature getCurrentFeature() {
return currentFeature;
}
public void setCurrentFeature(EarFeature currentFeature) {
this.currentFeature = currentFeature;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment