Package | Description |
---|---|
data |
Encompasses the basic data structures used throughout the project.
|
Modifier and Type | Method and Description |
---|---|
GAINEntities.Attributes |
GAINEntities.getAttributes()
Gets the attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
GAINEntities.setAttributes(GAINEntities.Attributes atts)
Sets the attributes.
|
Constructor and Description |
---|
GAINEntities(java.lang.String oid,
java.lang.String poid,
GAINEntities.Attributes atts,
java.lang.String aid,
java.lang.String id,
double v,
java.util.ArrayList<GAINEntities.Entities> ents,
java.lang.Double rt,
java.lang.Double gr,
java.lang.Double tp)
Instantiates a new GAIN entities structure.
|