States
2016-09-22 20:39:11 0 举报
States,通常指的是一个独立的政治实体,拥有自己的政府、法律和领土。它们在地理上被划分为不同的区域,每个区域都有自己的特点和资源。States的居民被称为公民,他们享有一定的政治权利和自由,如选举权、言论自由等。States的政府通常由行政、立法和司法三个部门组成,分别负责国家的行政管理、立法制定和法律执行。States之间的关系可以是友好的,也可以是敌对的,这取决于它们之间的政治、经济和文化差异。在国际事务中,States通常以国家代表团的形式参与各种国际组织和活动,共同维护世界和平与发展。
作者其他创作
大纲/内容
drawSafeties()
NO
measurement.isOverDriven()
- check whether there was an OVER DRIVEN issue during measurement
SafetyRunning
measurement.unload()
measurement.init(Communicator)
measurement.stop()
- tell srm to stop the measure
currentState.drawGraph()
measurement.load(Communicator)
- do basic setup- set measure on primary mode- return true if current measure is done
stateContext.changeState(new SafetyRunning())
wait until thread stops completely
YES
measurement.isDone()
- return true if current measure is done
stateContext.saveMeasurement()
stateContext.changeState(new SafetyStopped())
currentState.notifyMeasuringStopped()
measurement.acquire()
stateContext.startMeasuring()
STOP requested?
SafetyReady
AnfrEvent.START_CLICK
stateContext.getIPresenter.findNextService()
AnfrEvent.STOP_CLICK
measurement.saveToCsv()
if true
measurement.handleOverdrive()
SafetyStopped
wait
stateContext.stopMeasuring()
measurement.markAsDone()
AnfrEvent.VALIDATE_CLICK
0 条评论
下一页