Package org.bilat.discoveryMat.moo.tools
Class NameGeneriques
java.lang.Object
org.bilat.discoveryMat.moo.tools.NameGeneriques
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlistName(T t, String nameBase, boolean isSolutionToInsert, boolean isTacheToInsert, boolean isSizeToInsert, boolean isTimeStampToInsert) static Stringstatic Stringname(String base, Solution_E solutionType, boolean isTache, int size, boolean isSolutionToInsert, boolean isTacheToInsert, boolean isSizeToInsert, boolean isTimeStampToInsert) static StringnameAtome(String name, Potentiels potentiel) static StringnameAtome(String name, Potentiels potentiel, boolean isSolutionToInsert, boolean isTacheToInsert, boolean isSizeToInsert, boolean isTimeStampToInsert) static StringnameGenerique(String root, AtomicInteger compteurName) static String
-
Constructor Details
-
NameGeneriques
public NameGeneriques()
-
-
Method Details
-
nameGenerique
-
timeStamp
-
name
public static String name(String base, Solution_E solutionType, boolean isTache, int size, boolean isSolutionToInsert, boolean isTacheToInsert, boolean isSizeToInsert, boolean isTimeStampToInsert) -
name
-
nameAtome
public static String nameAtome(String name, Potentiels potentiel, boolean isSolutionToInsert, boolean isTacheToInsert, boolean isSizeToInsert, boolean isTimeStampToInsert) -
nameAtome
-
listName
-