jp.digitalmuseum.mr.entity
クラス ResourceAbstractImpl

java.lang.Object
  上位を拡張 jp.digitalmuseum.mr.entity.ResourceAbstractImpl
すべての実装されたインタフェース:
java.io.Serializable, Resource
直系の既知のサブクラス:
HakoniwaRobot.HakoniwaRobotWheels, HakoniwaRobotWithCleanerBrush.HakoniwaRobotCleanerBrush, HakoniwaRobotWithPen.HakoniwaRobotPen, PhysicalResourceAbstractImpl, ProxyResourceAbstractImpl, Roomba.RoombaCleanerBrush

public abstract class ResourceAbstractImpl
extends java.lang.Object
implements Resource
Abstract implementation of Resource.
Resource implementation classes must extend this abstract class.
作成者:
Jun KATO
関連項目:
直列化された形式

コンストラクタの概要
protected ResourceAbstractImpl()
           
protected ResourceAbstractImpl(RobotAbstractImpl robot)
           
 
メソッドの概要
 javax.swing.JComponent getConfigurationComponent()
           
 java.util.Set<java.lang.Object> getReaders()
           
 RobotAbstractImpl getRobot()
           
 java.lang.Object getWriter()
           
 boolean isWritable()
          Returns whether this resource is free or not.
protected  void onFree()
          Called when disposing this resource.
Caution: This method should not be called outside this class.
 java.lang.String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
コンストラクタの詳細

ResourceAbstractImpl

protected ResourceAbstractImpl()

ResourceAbstractImpl

protected ResourceAbstractImpl(RobotAbstractImpl robot)
メソッドの詳細

getRobot

public RobotAbstractImpl getRobot()
定義:
インタフェース Resource 内の getRobot
戻り値:
Returns a robot to which this resource belongs.

getReaders

public final java.util.Set<java.lang.Object> getReaders()
定義:
インタフェース Resource 内の getReaders

getWriter

public final java.lang.Object getWriter()
戻り値:

isWritable

public final boolean isWritable()
Returns whether this resource is free or not.
戻り値:

onFree

protected void onFree()
Called when disposing this resource.
Caution: This method should not be called outside this class.
関連項目:
free(Object)

toString

public java.lang.String toString()
オーバーライド:
クラス java.lang.Object 内の toString

getConfigurationComponent

public javax.swing.JComponent getConfigurationComponent()
定義:
インタフェース Resource 内の getConfigurationComponent


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