public class GeneralParameters
extends java.lang.Object
| Constructor and Description |
|---|
GeneralParameters() |
GeneralParameters(AlgorithmVersion algorithmVersion,
LogmoveStrategy logmoveStrategy,
OverlappingInteractionsStrategy overlapStrategy) |
GeneralParameters(GeneralParameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
AlgorithmVersion |
getAlgorithmVersion() |
LogmoveStrategy |
getLogmoveStrategy() |
OverlappingInteractionsStrategy |
getOverlappingInteractionStrategy() |
int |
hashCode() |
java.lang.String |
toString() |
public GeneralParameters()
public GeneralParameters(AlgorithmVersion algorithmVersion, LogmoveStrategy logmoveStrategy, OverlappingInteractionsStrategy overlapStrategy)
public GeneralParameters(GeneralParameters parameters)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic AlgorithmVersion getAlgorithmVersion()
public OverlappingInteractionsStrategy getOverlappingInteractionStrategy()
public java.lang.String toString()
toString in class java.lang.Objectpublic LogmoveStrategy getLogmoveStrategy()