Blame view

src/mior/model/IMiorOM.java 70 Bytes
1b1e928cc   glaville   initial import of...
1
2
3
4
5
  package mior.model;
  
  public interface IMiorOM extends IMiorAgent {
  
  }