Constructor and Description |
---|
HiveIoAttribute(Collection<? extends HiveInputInfo> inputs,
Collection<? extends HiveOutputInfo> outputs)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getId()
Returns the attribute ID (optional).
|
List<? extends HiveInputInfo> |
getInputs()
Returns the inputs.
|
List<? extends HiveOutputInfo> |
getOutputs()
Returns the outputs.
|
int |
hashCode() |
String |
toString() |
public static final String ID
public HiveIoAttribute(Collection<? extends HiveInputInfo> inputs, Collection<? extends HiveOutputInfo> outputs)
inputs
- the input portsoutputs
- the output portspublic String getId()
Attribute
public List<? extends HiveInputInfo> getInputs()
public List<? extends HiveOutputInfo> getOutputs()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.