public <T extends SessionClock> T getSessionClock() {
return (T) this.commandService.execute( new GetSessionClockCommand() );
}
public WorkingMemoryEntryPoint getWorkingMemoryEntryPoint(String name) {
return this.commandService.execute( new GetWorkingMemoryEntryPointCommand( name ) );
}