Uses of Class
net.bmahe.genetics4j.gpu.opencl.model.ImmutablePlatform
-
Uses of ImmutablePlatform in net.bmahe.genetics4j.gpu.opencl.model
Modifier and TypeMethodDescriptionImmutablePlatform.Builder.build()
Builds a newImmutablePlatform
.static ImmutablePlatform
Creates an immutable copy of aPlatform
value.final ImmutablePlatform
ImmutablePlatform.withExtensions
(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofextensions
.final ImmutablePlatform
ImmutablePlatform.withExtensions
(String... elements) Copy the current immutable object with elements that replace the content ofextensions
.final ImmutablePlatform
Copy the current immutable object by setting a value for thename
attribute.final ImmutablePlatform
ImmutablePlatform.withNumDevices
(int value) Copy the current immutable object by setting a value for thenumDevices
attribute.final ImmutablePlatform
ImmutablePlatform.withPlatformId
(org.jocl.cl_platform_id value) Copy the current immutable object by setting a value for theplatformId
attribute.final ImmutablePlatform
ImmutablePlatform.withProfile
(PlatformProfile value) Copy the current immutable object by setting a value for theprofile
attribute.final ImmutablePlatform
ImmutablePlatform.withVendor
(String value) Copy the current immutable object by setting a value for thevendor
attribute.final ImmutablePlatform
ImmutablePlatform.withVersion
(String value) Copy the current immutable object by setting a value for theversion
attribute.Modifier and TypeMethodDescriptionprivate boolean
ImmutablePlatform.equalTo
(int synthetic, ImmutablePlatform another)