public class ParameterExchangeIdentification extends Object
Constructor and Description |
---|
ParameterExchangeIdentification(List<CorrespondingAttributeGroup> attributeGroups,
short simLocal,
short simRemote,
boolean delta,
ParameterExchangeStrategy strategy)
Konstruktor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<CorrespondingAttributeGroup> |
getAttributeGroups()
Gibt die Attributgruppen zurück
|
short |
getSimLocal()
Gibt die lokale Simulationsvariante zurück
|
short |
getSimRemote()
Gibt die remote Simulationsvariante zurück
|
ParameterExchangeStrategy |
getStrategy()
Gibt die Strategie zurück
|
int |
hashCode() |
boolean |
isDelta()
Gibt den Deltapararameter zurück
|
String |
toString() |
public ParameterExchangeIdentification(List<CorrespondingAttributeGroup> attributeGroups, short simLocal, short simRemote, boolean delta, ParameterExchangeStrategy strategy)
attributeGroups
- AttributgruppensimLocal
- Lokale SimulationsvariantesimRemote
- Remote Simulationsvariantedelta
- Nur geänderte Parameter übertragen?strategy
- Strategiepublic List<CorrespondingAttributeGroup> getAttributeGroups()
public short getSimLocal()
public short getSimRemote()
public boolean isDelta()
public ParameterExchangeStrategy getStrategy()