|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.dsrg.sofa.repository.model.impl.congenstyles.StreamingStyle
public class StreamingStyle
Streaming communication style.
Constructor Summary | |
---|---|
StreamingStyle()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StreamingStyle()
Method Detail |
---|
public java.lang.String getName()
getName
in interface ConGenCommStyle
public java.lang.String getUnitName(boolean ifaceProvided, java.lang.String ifaceName)
getUnitName
in interface ConGenCommStyle
ifaceProvided
- whether the interface is provided or requiredifaceName
- name of interface
public java.lang.String getPortName(boolean ifaceProvided)
getPortName
in interface ConGenCommStyle
ifaceProvided
- whether the interface is provided or required
public java.lang.String getPortType(boolean ifaceProvided)
getPortType
in interface ConGenCommStyle
ifaceProvided
- whether the interface is provided or required
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |