
import fr.ocelet.runtime.*;
import fr.ocelet.runtime.affectoperators.*;
import fr.ocelet.runtime.relation.*;
import edu.uci.ics.jung.graph.util.Pair;
import java.util.Collection;

public class Ocean extends AbstractEntity {
    
    public Ocean() {
        super();
        defProperty("houle",new Hproperty<Double>());
        defProperty("sable",new Hproperty<Double>());
    }
}