jp.digitalmuseum.mr.task
クラス StartCleaning

java.lang.Object
  上位を拡張 jp.digitalmuseum.mr.service.ServiceAbstractImpl
      上位を拡張 jp.digitalmuseum.mr.task.TaskAbstractImpl
          上位を拡張 jp.digitalmuseum.mr.task.StartCleaning
すべての実装されたインタフェース:
java.io.Serializable, java.lang.Runnable, EventProvider, Service, Task

public class StartCleaning
extends TaskAbstractImpl
関連項目:
直列化された形式

フィールドの概要
 
クラス jp.digitalmuseum.mr.service.ServiceAbstractImpl から継承されたフィールド
DEFAULT_INTERVAL
 
コンストラクタの概要
StartCleaning()
           
 
メソッドの概要
 java.util.List<java.lang.Class<? extends Resource>> getRequirements()
           
protected  void onStart()
          Called when this service starts.

This method is assured to be called before the first call of Runnable.run().
 void run()
           
 
クラス jp.digitalmuseum.mr.task.TaskAbstractImpl から継承されたメソッド
assign, finish, getAssignedRobot, getName, getResourceMap, getSubflow, hasSubflow, initialize, isAssignable, isAssigned, onAssigned, requirementsSuppliable, setSubflow, start, stop
 
クラス jp.digitalmuseum.mr.service.ServiceAbstractImpl から継承されたメソッド
addEventListener, dispose, distributeEvent, getAliveTime, getConfigurationComponent, getInterval, getServiceGroup, isDisposed, isPaused, isStarted, onPause, onResume, onStop, pause, removeEventListener, resume, setInterval, setServiceGroup, start, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
インタフェース jp.digitalmuseum.mr.service.Service から継承されたメソッド
dispose, getAliveTime, getConfigurationComponent, getInterval, getServiceGroup, isDisposed, isPaused, isStarted, pause, resume, setInterval, setServiceGroup, start
 
インタフェース jp.digitalmuseum.mr.message.EventProvider から継承されたメソッド
addEventListener, removeEventListener
 
コンストラクタの詳細

StartCleaning

public StartCleaning()
メソッドの詳細

getRequirements

public java.util.List<java.lang.Class<? extends Resource>> getRequirements()
定義:
インタフェース Task 内の getRequirements
オーバーライド:
クラス TaskAbstractImpl 内の getRequirements
戻り値:
Returns a set of required interfaces for this task.

onStart

protected void onStart()
クラス ServiceAbstractImpl の記述:
Called when this service starts.

This method is assured to be called before the first call of Runnable.run().
オーバーライド:
クラス ServiceAbstractImpl 内の onStart

run

public void run()


Copyright by Jun KATO (arc@dmz) at https://mr.digitalmuseum.jp/