Uses of Class
net.bmahe.genetics4j.gpu.opencl.model.ImmutablePlatform.Builder
Packages that use ImmutablePlatform.Builder
-
Uses of ImmutablePlatform.Builder in net.bmahe.genetics4j.gpu.opencl.model
Methods in net.bmahe.genetics4j.gpu.opencl.model that return ImmutablePlatform.BuilderModifier and TypeMethodDescriptionImmutablePlatform.Builder.addAllExtensions(Iterable<String> elements) Adds elements toextensionsset.ImmutablePlatform.Builder.addExtensions(String element) Adds one element toextensionsset.ImmutablePlatform.Builder.addExtensions(String... elements) Adds elements toextensionsset.static ImmutablePlatform.BuilderImmutablePlatform.builder()Creates a builder forPlatform.static ImmutablePlatform.BuilderPlatform.builder()Creates a new builder for constructing Platform instances.ImmutablePlatform.Builder.extensions(Iterable<String> elements) Sets or replaces all elements forextensionsset.Fill a builder with attribute values from the providedPlatforminstance.Initializes the value for thenameattribute.ImmutablePlatform.Builder.numDevices(int numDevices) Initializes the value for thenumDevicesattribute.ImmutablePlatform.Builder.platformId(org.jocl.cl_platform_id platformId) Initializes the value for theplatformIdattribute.ImmutablePlatform.Builder.profile(PlatformProfile profile) Initializes the value for theprofileattribute.Initializes the value for thevendorattribute.Initializes the value for theversionattribute.