Package interfaces

Interface Doable


public interface Doable
Models something that can be performed.
  • Method Summary

    Modifier and Type Method Description
    void eval()  
  • Method Details