📄 automatinterface.java
字号:
public interface AutomatInterface
{
public void gotApplication();
public void checkApplication();
public void rentApartment();
public State getWaitingState();
public State getGotApplicationState();
public State getApartmentRentedState();
public State getFullyRentedState();
public int getCount();
public void setCount(int n);
public void setState(State s);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -