Uses of Class
xdevs.core.modeling.Coupling
-
Packages that use Coupling Package Description xdevs.core.modeling -
-
Uses of Coupling in xdevs.core.modeling
Fields in xdevs.core.modeling with type parameters of type Coupling Modifier and Type Field Description protected LinkedList<Coupling<?>>Coupled. eicThe external input couplings of the coupled model.protected LinkedList<Coupling<?>>Coupled. eocThe external output couplings of the coupled model.protected LinkedList<Coupling<?>>Coupled. icThe input couplings of the coupled model.Methods in xdevs.core.modeling that return types with arguments of type Coupling Modifier and Type Method Description LinkedList<Coupling<?>>Coupled. getEIC()Get the external input couplings of the coupled model.LinkedList<Coupling<?>>Coupled. getEOC()Get the external output couplings of the coupled model.LinkedList<Coupling<?>>Coupled. getIC()Get the input couplings of the coupled model.
-