public class ParameterExchangeIdentification extends Object
Modifier and Type | Field and Description |
---|---|
private List<CorrespondingAttributeGroup> |
_attributeGroups |
private boolean |
_delta |
private short |
_simLocal |
private short |
_simRemote |
private ParameterExchangeStrategy |
_strategy |
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() |
private final List<CorrespondingAttributeGroup> _attributeGroups
private final short _simLocal
private final short _simRemote
private final boolean _delta
private final ParameterExchangeStrategy _strategy
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()