Class: RANN::LockedConnection

Inherits:
Connection show all
Defined in:
lib/rann/locked_connection.rb

Instance Method Summary collapse

Methods inherited from Connection

#enabled?, #locked?, #neurons, #process, #processable?, #processed?, #reset!

Constructor Details

#initializeLockedConnection

Returns a new instance of LockedConnection.



5
6
7
8
# File 'lib/rann/locked_connection.rb', line 5

def initialize(*)
  super
  @locked = true
end