class DataExchangeDescription extends Object
| Modifier and Type | Field and Description |
|---|---|
private CorrespondingAspect |
_aspect |
private CorrespondingAttributeGroup |
_attributeGroup |
private boolean |
_delayed |
private boolean |
_delta |
private DataExchangeStrategy |
_direction |
private String |
_objectPid |
private short |
_simLocal |
private short |
_simRemote |
| Constructor and Description |
|---|
DataExchangeDescription(String objectPid,
DataExchangeStrategy direction,
CorrespondingAttributeGroup attributeGroup,
CorrespondingAspect aspect,
short simLocal,
short simRemote,
boolean delayed,
boolean delta)
Erstellt ein Modul zum Austausch von Onlinedaten von einem Objekt
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CorrespondingAspect |
getAspect()
Gibt den Aspekt zurück
|
CorrespondingAttributeGroup |
getAttributeGroup()
Gibt die Attributgruppe zurück
|
DataExchangeStrategy |
getDirection()
Gibt die Austauschrichtung zurück
|
String |
getObjectPid()
Gibt das Systemobjekt 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 übertragen werden sollen
|
boolean |
isDelta()
Gibt zurück ob nur geänderte Daten übertragen werden sollen
|
String |
toString() |
private final String _objectPid
private final DataExchangeStrategy _direction
private final CorrespondingAttributeGroup _attributeGroup
private final CorrespondingAspect _aspect
private final short _simLocal
private final short _simRemote
private final boolean _delayed
private final boolean _delta
public DataExchangeDescription(String objectPid, DataExchangeStrategy direction, CorrespondingAttributeGroup attributeGroup, CorrespondingAspect aspect, short simLocal, short simRemote, boolean delayed, boolean delta)
objectPid - Korrespondierendes Objektdirection - Richtung des DatenaustauschesattributeGroup - Attributgruppeaspect - AspektsimLocal - Simulationsvariante LokalsimRemote - Simulationsvariante Remotedelayed - Auch nachgelieferte Daten übertragen?delta - Nur geänderte Daten übertragen?public String getObjectPid()
public DataExchangeStrategy getDirection()
public CorrespondingAttributeGroup getAttributeGroup()
public CorrespondingAspect getAspect()
public short getSimLocal()
public short getSimRemote()
public boolean isDelayed()
public boolean isDelta()