public class OutputAttribute extends Object implements Attribute, OutputInfo
Attribute
which represents details of operator outputs.Constructor and Description |
---|
OutputAttribute(String name,
ClassInfo dataType)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ClassInfo |
getDataType()
Returns the data type.
|
String |
getName()
Returns the port name.
|
int |
hashCode() |
String |
toString() |
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.