|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bsvrz.kex.kexdav.parameterloader.DataExchangeIdentification
public class DataExchangeIdentification
Spezifikation zum Datenaustausch
Constructor Summary | |
---|---|
DataExchangeIdentification(CorrespondingAttributeGroup attributeGroup,
CorrespondingAspect aspect,
short simLocal,
short simRemote,
boolean delta,
boolean delayed,
DataExchangeStrategy direction)
Konstruktor |
Method Summary | |
---|---|
boolean |
equals(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 |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DataExchangeIdentification(CorrespondingAttributeGroup attributeGroup, CorrespondingAspect aspect, short simLocal, short simRemote, boolean delta, boolean delayed, DataExchangeStrategy direction)
attributeGroup
- Attributgruppeaspect
- AspektsimLocal
- Lokale SimulationsvariantesimRemote
- Remote Simulationsvariantedelta
- Deltadelayed
- Delayeddirection
- AustauschrichtungMethod Detail |
---|
public CorrespondingAttributeGroup getAttributeGroup()
public CorrespondingAspect getAspect()
public short getSimLocal()
public short getSimRemote()
public boolean isDelta()
public boolean isDelayed()
public DataExchangeStrategy getDirection()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |