public class ArffAttribute
extends java.lang.Object
Constructor and Description |
---|
ArffAttribute(java.lang.String name,
java.lang.String type,
int idx)
Initializes a newly created
ArffAttribute object
with the name type and index of a attribute. |
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
getColumnSet()
Return attribute column set.
|
int |
getIndex()
Return attribute index.
|
java.lang.String |
getName()
Return attribute name.
|
java.lang.String |
getType()
Return attribute type.
|
void |
setColumnSet(java.util.Set<java.lang.String> columnSet)
Set attribute column set.
|
public ArffAttribute(java.lang.String name, java.lang.String type, int idx)
ArffAttribute
object
with the name type and index of a attribute.name
- attribute nametype
- attribute typeidx
- attribute indexpublic java.lang.String getName()
public java.lang.String getType()
public int getIndex()
public java.util.Set<java.lang.String> getColumnSet()
public void setColumnSet(java.util.Set<java.lang.String> columnSet)
columnSet
- attribute column setCopyright © 2017. All Rights Reserved.