V
- the class of the value carried by the content.public interface IContent<V>
Modifier and Type | Method and Description |
---|---|
boolean |
onPort(Port port)
Check if the instance is on the specified Port.
|
Port |
port()
Getter on the contained port.
|
String |
portName()
Getter on the contained port's name.
|
V |
value()
Getter on the contained value.
|
Port port()
String portName()
V value()
boolean onPort(Port port)
port
- the Port to check.Copyright © 2017–2019 UniversitĂ© CĂ´te d'Azur, CNRS, I3S. All rights reserved.