public WorkingMemoryEntryPoint getWorkingMemoryEntryPoint(String name) {
return this.commandService.execute( new GetWorkingMemoryEntryPointCommand( name ) );
}
public Collection< ? extends WorkingMemoryEntryPoint> getWorkingMemoryEntryPoints() {
return this.commandService.execute( new GetWorkingMemoryEntryPointsCommand() );
}