Class Problem
java.lang.Object
com.decs.application.data.problem.Problem
Problem Class
This class represents an evolutionary problem.
- Version:
- 1.0
- Author:
- Bruno Guiomar
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getType()voidvoidsetFullName(String fullName) voidsetIslandList(ArrayList<String> islandList) void
-
Field Details
-
paramsFile
-
rootFolder
-
code
-
fullName
-
type
-
origin
-
distribution
-
islandList
-
-
Constructor Details
-
Problem
public Problem()Problem Class default constructor -
Problem
Problem Class simple constructor- Parameters:
paramsFile- Main parameters file
-
Problem
public Problem(File paramsFile, String code, String fullName, String type, String origin, DistributionType distribution, File rootFolder) Problem Class extensive constructor- Parameters:
paramsFile- Main parameters filecode- Short textual identification codefullName- Full nametype- Evolutionary typeorigin- Creation origindistribution- Type of distributionrootFolder- Problem main folder
-
-
Method Details
-
getParamsFile
-
getCode
-
getFullName
-
getType
-
getOrigin
-
getDistribution
-
getRootFolder
-
getIslandList
-
setCode
-
setFullName
-
setType
-
setIslandList
-