|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConGenCommStyle
Interface of the classes, which returns how to generate connector units for a specific communication style.
Method Summary | |
---|---|
java.lang.String |
getName()
Returns name of the communication style. |
java.lang.String |
getPortName(boolean ifaceProvided)
Returns name of the connector unit port. |
java.lang.String |
getPortType(boolean ifaceProvided)
Returns type of the connector unit port. |
java.lang.String |
getUnitName(boolean ifaceProvided,
java.lang.String ifaceName)
Returns name of the connector unit. |
Method Detail |
---|
java.lang.String getName()
java.lang.String getUnitName(boolean ifaceProvided, java.lang.String ifaceName)
ifaceProvided
- whether the interface is provided or requiredifaceName
- name of interface
java.lang.String getPortName(boolean ifaceProvided)
ifaceProvided
- whether the interface is provided or required
java.lang.String getPortType(boolean ifaceProvided)
ifaceProvided
- whether the interface is provided or required
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |