public class PGEVector extends Object
A PGEVector is a dynamic set of information, coupled with a name. The information may include number, or string data.
Constructor and Description |
---|
PGEVector() |
PGEVector(String name,
List<Object> elements) |
Modifier and Type | Method and Description |
---|---|
List<Object> |
getElements() |
String |
getName() |
void |
setElements(List<Object> elements) |
void |
setName(String name) |
Copyright © 1999–2017 Apache OODT. All rights reserved.