visidia.misc.property.cell.handler
Class SensorMoverCellHandler

java.lang.Object
  extended by visidia.misc.property.cell.handler.ClassIdentifierCellHandler
      extended by visidia.misc.property.cell.handler.SensorMoverCellHandler

public class SensorMoverCellHandler
extends ClassIdentifierCellHandler

SensorMoverCellHandler is a concrete handler for ClassIdentifier objects related to a SensorMover.


Field Summary
 
Fields inherited from class visidia.misc.property.cell.handler.ClassIdentifierCellHandler
successor
 
Constructor Summary
SensorMoverCellHandler()
          Instantiates a new sensor mover cell handler.
 
Method Summary
 java.lang.Class<?> getLoaderType()
          Gets the loader type.
 java.lang.Class<?> getObjectType()
          Gets the object type.
 java.lang.String getPath()
          Gets the path.
 boolean matchType(java.lang.Class<?> instanceType)
          Match type.
 
Methods inherited from class visidia.misc.property.cell.handler.ClassIdentifierCellHandler
getSuccessor, setSuccessor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SensorMoverCellHandler

public SensorMoverCellHandler()
Instantiates a new sensor mover cell handler.

Method Detail

getPath

public java.lang.String getPath()
Description copied from class: ClassIdentifierCellHandler
Gets the path.

Specified by:
getPath in class ClassIdentifierCellHandler
Returns:
the path

getLoaderType

public java.lang.Class<?> getLoaderType()
Description copied from class: ClassIdentifierCellHandler
Gets the loader type.

Specified by:
getLoaderType in class ClassIdentifierCellHandler
Returns:
the loader type

getObjectType

public java.lang.Class<?> getObjectType()
Description copied from class: ClassIdentifierCellHandler
Gets the object type.

Specified by:
getObjectType in class ClassIdentifierCellHandler
Returns:
the object type

matchType

public boolean matchType(java.lang.Class<?> instanceType)
Description copied from class: ClassIdentifierCellHandler
Match type.

Specified by:
matchType in class ClassIdentifierCellHandler
Parameters:
instanceType - the instance type
Returns:
true, if successful