public class DataExchangeIdentification
extends java.lang.Object
Spezifikation zum Datenaustausch
Modifier and Type | Field and Description |
---|---|
private CorrespondingAspect |
_aspect |
private CorrespondingAttributeGroup |
_attributeGroup |
private boolean |
_delayed |
private boolean |
_delta |
private DataExchangeStrategy |
_direction |
private short |
_simLocal |
private short |
_simRemote |
Constructor and Description |
---|
DataExchangeIdentification(CorrespondingAttributeGroup attributeGroup,
CorrespondingAspect aspect,
short simLocal,
short simRemote,
boolean delta,
boolean delayed,
DataExchangeStrategy direction)
Konstruktor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
CorrespondingAspect |
getAspect()
Gibt den Aspekt zurück
|
CorrespondingAttributeGroup |
getAttributeGroup()
Gibt die Attributgruppe zurück
|
DataExchangeStrategy |
getDirection()
Gibt die Richtung des Datenaustausches zurück
|
short |
getSimLocal()
Gibt die lokale Simulationsvariante zurück
|
short |
getSimRemote()
Gibt die remote-Simulationsvariante zurück
|
int |
hashCode() |
boolean |
isDelayed()
Gibt zurück ob auch nachgelieferte Daten ausgetauscht werden sollen
|
boolean |
isDelta()
Gibt zurück, ob nur geänderte Daten ausgetauscht werden sollen
|
java.lang.String |
toString() |
private final CorrespondingAttributeGroup _attributeGroup
private final CorrespondingAspect _aspect
private final short _simLocal
private final short _simRemote
private final boolean _delta
private final boolean _delayed
private final DataExchangeStrategy _direction
public DataExchangeIdentification(CorrespondingAttributeGroup attributeGroup, CorrespondingAspect aspect, short simLocal, short simRemote, boolean delta, boolean delayed, DataExchangeStrategy direction)
Konstruktor
attributeGroup
- Attributgruppeaspect
- AspektsimLocal
- Lokale SimulationsvariantesimRemote
- Remote Simulationsvariantedelta
- Deltadelayed
- Delayeddirection
- Austauschrichtungpublic CorrespondingAttributeGroup getAttributeGroup()
Gibt die Attributgruppe zurück
public CorrespondingAspect getAspect()
Gibt den Aspekt zurück
public short getSimLocal()
Gibt die lokale Simulationsvariante zurück
public short getSimRemote()
Gibt die remote-Simulationsvariante zurück
public boolean isDelta()
Gibt zurück, ob nur geänderte Daten ausgetauscht werden sollen
public boolean isDelayed()
Gibt zurück ob auch nachgelieferte Daten ausgetauscht werden sollen
public DataExchangeStrategy getDirection()
Gibt die Richtung des Datenaustausches zurück
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object