| Package | Description |
|---|---|
| org.molgenis.model.elements |
Currently known model elements like 'entity' and 'field'.
|
| Modifier and Type | Method and Description |
|---|---|
Index |
Entity.getIndex(String name)
Returns the index with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
Vector<Index> |
Entity.getAllIndices() |
Vector<Index> |
Entity.getIndices()
Returns a vector with all the indices associated with this entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Entity.addIndex(Index index)
Adds the given index to the list of indices associated with this entity.
|
Copyright © 2015. All Rights Reserved.