public final class Output extends Object implements Serializable
| Constructor and Description |
|---|
Output(int nodeId,
String parameterName,
boolean isDir) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addInput(Input input) |
boolean |
equals(Object obj) |
Collection<Input> |
getInputs() |
int |
getNodeId() |
String |
getParameterName() |
int |
hashCode() |
boolean |
isDir() |
boolean |
removeInput(int nodeId,
String parameterName) |
public Output(int nodeId,
String parameterName,
boolean isDir)
public boolean isDir()
public boolean addInput(Input input)
public Collection<Input> getInputs()
public int getNodeId()
public String getParameterName()
public boolean removeInput(int nodeId,
String parameterName)
Copyright © 2019. All rights reserved.