public class ListOfPoints implements MetaMorph, NavigableValuesSource
Created by darksnake on 18-Apr-17.
MetaMorph.Companion
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<hep.dataforge.values.Values> |
data |
Constructor and Description |
---|
ListOfPoints() |
ListOfPoints() |
ListOfPoints() |
ListOfPoints() |
Modifier and Type | Method and Description |
---|---|
void |
addRow()
Если formatter == null, то могут быть любые точки
|
void |
addRows() |
static java.util.List<hep.dataforge.values.Values> |
buildFromMeta() |
void |
clear()
Clear all data in the Table. Does not affect annotation.
|
boolean |
equals() |
Value |
get()
{@inheritDoc}
|
Values |
getRow()
{@inheritDoc}
|
java.util.Iterator<hep.dataforge.values.Values> |
iterator()
{@inheritDoc}
|
int |
size()
{@inheritDoc}
|
Meta |
toMeta() |
get, getDouble, getRow, size
getRows
public ListOfPoints()
public ListOfPoints()
public ListOfPoints()
public ListOfPoints()
public static java.util.List<hep.dataforge.values.Values> buildFromMeta()
public void addRow()
Если formatter == null, то могут быть любые точки
NamingException
- if any.public void addRows()
public Values getRow()
{@inheritDoc}
public Value get()
{@inheritDoc}
public java.util.Iterator<hep.dataforge.values.Values> iterator()
{@inheritDoc}
public int size()
{@inheritDoc}
public void clear()
Clear all data in the Table. Does not affect annotation.
public Meta toMeta()
public boolean equals()