Package org.lemsml.export.vhdl.edlems
Class EDEventConnection
- java.lang.Object
-
- org.lemsml.export.vhdl.edlems.EDEventConnection
-
public class EDEventConnection extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
name
EDEventConnectionItem
source
EDEventConnectionItem
target
-
Constructor Summary
Constructors Constructor Description EDEventConnection()
-
-
-
Field Detail
-
name
public String name
-
source
public EDEventConnectionItem source
-
target
public EDEventConnectionItem target
-
-