public final class OdgConnection
extends java.lang.Object
implements org.vishia.util.ToStringBuilder
Modifier and Type | Class and Description |
---|---|
static class |
OdgConnection.ECdst |
static class |
OdgConnection.ECkind |
static class |
OdgConnection.ECsrc
This enum describes usage of the src pin with a given connection.
|
Modifier and Type | Field and Description |
---|---|
OdgConnection.ECkind |
eKind
The kind (style in LibreOffice) of this connection.
|
protected java.lang.String |
idConn
The id in the xml graphic, only for data debug.
|
protected java.lang.String |
idDst
The id in the xml graphic, only for data debug.
|
protected java.lang.String |
idSrc
The id in the xml graphic, only for data debug.
|
(package private) static java.util.Map<java.lang.String,OdgConnection.ECkind> |
idxEType |
OdgGPin |
piDst |
OdgGPin |
piSrc |
java.lang.String |
posXyDst |
java.lang.String |
posXySrc |
java.lang.String |
text |
boolean |
usedForDataflow
If true then this connection is recognized in the backward dataflow analyzes.
|
Constructor and Description |
---|
OdgConnection(OdgGPin piSrc,
OdgGPin piDst,
java.lang.String sTypeConn,
java.lang.String idSrc,
java.lang.String idDst,
java.lang.String idConn,
java.lang.String text,
java.lang.String posXySrc,
java.lang.String posXyDst) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
java.lang.StringBuilder |
toString(java.lang.StringBuilder app,
java.lang.String... cond) |
static java.util.Map<java.lang.String,OdgConnection.ECkind> idxEType
protected final java.lang.String idSrc
protected final java.lang.String idDst
protected final java.lang.String idConn
public final java.lang.String text
public final OdgGPin piSrc
public final OdgGPin piDst
public final java.lang.String posXySrc
public final java.lang.String posXyDst
public final OdgConnection.ECkind eKind
public boolean usedForDataflow