public class OutputView extends Object implements OutputInfo
Modifier and Type | Method and Description |
---|---|
ClassInfo |
getDataType()
Returns the data type.
|
Output |
getEntity()
Returns the entity element.
|
String |
getName()
Returns the port name.
|
List<InputView> |
getOpposites()
Returns the opposite ports.
|
OperatorView |
getOwner()
Returns the owner of this port.
|
String |
toString() |
public Output getEntity()
public OperatorView getOwner()
public List<InputView> getOpposites()
public String getName()
OutputInfo
getName
in interface OutputInfo
public ClassInfo getDataType()
OutputInfo
getDataType
in interface OutputInfo
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.