|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.mapping.AbstractMapperTable<T>
T - The mapping token type on which the table works.public abstract class AbstractMapperTable<T extends MappingToken<?>>
Provides mapping of types to mappers responsible for these types.
| Constructor Summary | |
|---|---|
protected |
AbstractMapperTable()
Creates a new empty mapper table. |
| Method Summary | |
|---|---|
AbstractMapper<T> |
findMapper(Object obj)
Finds a mapper for the object which should be mapped. |
abstract AbstractMapperConfiguration<T> |
getConfiguration()
Gets the configuration that is backed up by this table. |
void |
register(Class<?> clazz,
AbstractMapper<T> mapper)
Registers the given class and the given mapper in this table. |
void |
startMapping(T info)
Starts the mapping of a command in a SPR or more. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractMapperTable()
| Method Detail |
|---|
public abstract AbstractMapperConfiguration<T> getConfiguration()
public AbstractMapper<T> findMapper(Object obj)
obj - Object to be mapped.
public void startMapping(T info)
info - The mapping information for the current mapping process.
public void register(Class<?> clazz,
AbstractMapper<T> mapper)
clazz - The class.mapper - The mapper.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||