Package moa.core
Interface Example<T>
-
- All Known Implementing Classes:
InstanceExample
public interface Example<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Example
copy()
T
getData()
void
setWeight(double weight)
double
weight()
-