Klasse CommunicationChannel

Alle implementierten Schnittstellen:
ICommunicationChannel, IALPSSIDComponent, IALPSModelElement, ICapsuleCallback, IGraphCallback, IParseablePASSProcessModelElement, IPASSProcessModelElement, IInteractionDescribingComponent, IContainableElement<IModelLayer>, IHasSimple2DVisualizationLine, IValueChangedObserver<IPASSProcessModelElement>, IValueChangedPublisher<IPASSProcessModelElement>

public class CommunicationChannel extends ALPSSIDComponent implements ICommunicationChannel
Method that represents an abstract communication channel. Instances of this class are by default BiDirectional channels, but can be changed to UniDirectional channels using setIsUniDirectional(boolean) From abstract pass ont: It defines a possible message exchange between two subjects. (a recommendation for a message). It states that there IS communication between the two but not what exactly. Usually, comunication channels are bi-directional, however the can be limited to one direction. Similar to the abstract message connector, if two abstract or interface subjects are connected via a channel they mey be joined on an implementation layer.