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