T
- the type of the elements which this port acceptspublic class AbstractPort<T> extends Object
Modifier and Type | Field and Description |
---|---|
protected IPipe<?> |
pipe |
protected static Object |
TERMINATE_ELEMENT |
Modifier | Constructor and Description |
---|---|
protected |
AbstractPort(Class<T> type,
AbstractStage owningStage,
String name) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
AbstractStage |
getOwningStage() |
IPipe<?> |
getPipe() |
Class<T> |
getType() |
String |
toString() |
Copyright © 2015–2020. All rights reserved.