public class PGEGroup extends Object
Constructor and Description |
---|
PGEGroup(String name)
Constructs a new PGEGroup with the given name
|
Modifier and Type | Method and Description |
---|---|
void |
addMatrix(PGEMatrix matrix) |
void |
addScalar(PGEScalar scalar) |
void |
addVector(PGEVector vector) |
PGEGroup |
getGroup(String name) |
Map<String,PGEGroup> |
getGroups() |
PGEMatrix |
getMatrix(String name) |
Map<String,PGEMatrix> |
getMatrixs() |
String |
getName() |
int |
getNumGroups() |
int |
getNumMatrixs() |
int |
getNumScalars() |
int |
getNumVectors() |
PGEScalar |
getScalar(String name) |
Map<String,PGEScalar> |
getScalars() |
PGEVector |
getVector(String name) |
Map<String,PGEVector> |
getVectors() |
void |
setGroups(Map<String,PGEGroup> groups) |
void |
setMatrixs(Map<String,PGEMatrix> matrixs) |
void |
setName(String name) |
void |
setScalars(Map<String,PGEScalar> scalars) |
void |
setVectors(Map<String,PGEVector> vectors) |
public PGEGroup(String name)
Constructs a new PGEGroup with the given name
public String getName()
public void setName(String name)
name
- the name to setpublic void setScalars(Map<String,PGEScalar> scalars)
scalars
- the scalars to setpublic void setVectors(Map<String,PGEVector> vectors)
vectors
- the vectors to setpublic void setMatrixs(Map<String,PGEMatrix> matrixs)
matrixs
- the matrixs to setpublic void addScalar(PGEScalar scalar)
public void addVector(PGEVector vector)
public void addMatrix(PGEMatrix matrix)
public int getNumScalars()
public int getNumVectors()
public int getNumMatrixs()
public int getNumGroups()
Copyright © 1999–2017 Apache OODT. All rights reserved.