Package elki.parallel.variables
Class SharedDouble
- java.lang.Object
-
- elki.parallel.variables.SharedDouble
-
- All Implemented Interfaces:
SharedVariable<SharedDouble.Instance>
public class SharedDouble extends java.lang.Object implements SharedVariable<SharedDouble.Instance>
Direct channel connecting two processors.- Since:
- 0.7.0
- Author:
- Erich Schubert
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SharedDouble.Instance
Instance for a sub-channel.
-
Constructor Summary
Constructors Constructor Description SharedDouble()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SharedDouble.Instance
instantiate()
Instantiate for an execution thread.
-
-
-
Method Detail
-
instantiate
public SharedDouble.Instance instantiate()
Description copied from interface:SharedVariable
Instantiate for an execution thread.- Specified by:
instantiate
in interfaceSharedVariable<SharedDouble.Instance>
- Returns:
- new Instance
-
-