Uses of Class
net.bmahe.genetics4j.gp.InputSpec
Packages that use InputSpec
-
Uses of InputSpec in net.bmahe.genetics4j.gp
Subclasses of InputSpec in net.bmahe.genetics4j.gpMethods in net.bmahe.genetics4j.gp that return InputSpecModifier and TypeMethodDescriptionImmutableInputSpec.Builder.build()Builds a newInputSpec.static InputSpecCreates an immutable copy of aInputSpecvalue.static InputSpecConstruct a new immutableInputSpecinstance.static InputSpecConstruct a new immutableInputSpecinstance.static InputSpecstatic InputSpecMethods in net.bmahe.genetics4j.gp with parameters of type InputSpecModifier and TypeMethodDescriptionCreates a new operation instance using the provided input specification.static InputSpecCreates an immutable copy of aInputSpecvalue.Fill a builder with attribute values from the providedInputSpecinstance.Method parameters in net.bmahe.genetics4j.gp with type arguments of type InputSpec -
Uses of InputSpec in net.bmahe.genetics4j.gp.program
Fields in net.bmahe.genetics4j.gp.program declared as InputSpecModifier and TypeFieldDescriptionprivate InputSpecImmutableProgram.Builder.inputSpecprivate final InputSpecImmutableProgram.inputSpecMethods in net.bmahe.genetics4j.gp.program that return InputSpecModifier and TypeMethodDescriptionImmutableProgram.inputSpec()abstract InputSpecProgram.inputSpec()Methods in net.bmahe.genetics4j.gp.program with parameters of type InputSpecModifier and TypeMethodDescriptionfinal ImmutableProgram.BuilderInitializes the value for theinputSpecattribute.static ProgramImmutableProgram.of(Iterable<? extends OperationFactory> functions, Iterable<? extends OperationFactory> terminal, InputSpec inputSpec, int maxDepth) Construct a new immutablePrograminstance.static ProgramImmutableProgram.of(Set<OperationFactory> functions, Set<OperationFactory> terminal, InputSpec inputSpec, int maxDepth) Construct a new immutablePrograminstance.final ImmutableProgramImmutableProgram.withInputSpec(InputSpec value) Copy the current immutable object by setting a value for theinputSpecattribute.Constructors in net.bmahe.genetics4j.gp.program with parameters of type InputSpecModifierConstructorDescriptionprivateImmutableProgram(Iterable<? extends OperationFactory> functions, Iterable<? extends OperationFactory> terminal, InputSpec inputSpec, int maxDepth) privateImmutableProgram(ImmutableProgram original, Set<OperationFactory> functions, Set<OperationFactory> terminal, InputSpec inputSpec, int maxDepth)