public final class AArray extends PArray
| Constructor and Description |
|---|
AArray() |
AArray(PRow _row_,
List<PSemicolonRow> _additionalRows_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
Object |
clone() |
LinkedList<PSemicolonRow> |
getAdditionalRows() |
PRow |
getRow() |
void |
setAdditionalRows(List<PSemicolonRow> list) |
void |
setRow(PRow node) |
String |
toString() |
public AArray()
public AArray(PRow _row_, List<PSemicolonRow> _additionalRows_)
public void apply(Switch sw)
public PRow getRow()
public void setRow(PRow node)
public LinkedList<PSemicolonRow> getAdditionalRows()
public void setAdditionalRows(List<PSemicolonRow> list)
Copyright © 2015 Java Data Mining Package. All rights reserved.