Uses of Class
net.bmahe.genetics4j.gpu.opencl.model.ImmutablePlatform
Packages that use ImmutablePlatform
-
Uses of ImmutablePlatform in net.bmahe.genetics4j.gpu.opencl.model
Methods in net.bmahe.genetics4j.gpu.opencl.model that return ImmutablePlatformModifier and TypeMethodDescriptionfinal ImmutablePlatformImmutablePlatform.withExtensions(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofextensions.final ImmutablePlatformImmutablePlatform.withExtensions(String... elements) Copy the current immutable object with elements that replace the content ofextensions.final ImmutablePlatformCopy the current immutable object by setting a value for thenameattribute.final ImmutablePlatformImmutablePlatform.withNumDevices(int value) Copy the current immutable object by setting a value for thenumDevicesattribute.final ImmutablePlatformImmutablePlatform.withPlatformId(org.jocl.cl_platform_id value) Copy the current immutable object by setting a value for theplatformIdattribute.final ImmutablePlatformImmutablePlatform.withProfile(PlatformProfile value) Copy the current immutable object by setting a value for theprofileattribute.final ImmutablePlatformImmutablePlatform.withVendor(String value) Copy the current immutable object by setting a value for thevendorattribute.final ImmutablePlatformImmutablePlatform.withVersion(String value) Copy the current immutable object by setting a value for theversionattribute.Methods in net.bmahe.genetics4j.gpu.opencl.model with parameters of type ImmutablePlatformModifier and TypeMethodDescriptionprivate booleanImmutablePlatform.equalsByValue(ImmutablePlatform another)