public class VersionRows extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Collection<RefsetRow> |
attributeDomainRows
The attribute domains reference set rows in this version.
|
protected Collection<ConceptRow> |
conceptRows
The concept rows in this version.
|
protected Collection<RefsetRow> |
concreteDomainRows
The concrete domains reference set rows in this version.
|
protected Collection<RefsetRow> |
owlRows
The OWL reference set rows in this version.
|
protected Collection<RelationshipRow> |
relationshipRows
The relationship rows in this version.
|
| Constructor and Description |
|---|
VersionRows()
Builds a new VersionRows.
|
VersionRows(Collection<ConceptRow> conceptRows,
Collection<RelationshipRow> relationshipRows,
Collection<RefsetRow> concreteDomainRows,
Collection<RefsetRow> attributeDomainRows,
Collection<RefsetRow> owlRows) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RefsetRow> |
getAttributeDomainRows() |
Collection<ConceptRow> |
getConceptRows() |
Collection<RefsetRow> |
getConcreteDomainRows() |
Collection<RefsetRow> |
getOwlRows() |
Collection<RelationshipRow> |
getRelationshipRows() |
void |
merge(VersionRows other)
Merges another
VersionRows into this. |
protected final Collection<ConceptRow> conceptRows
protected final Collection<RelationshipRow> relationshipRows
protected final Collection<RefsetRow> concreteDomainRows
protected final Collection<RefsetRow> attributeDomainRows
protected final Collection<RefsetRow> owlRows
public VersionRows()
public VersionRows(Collection<ConceptRow> conceptRows, Collection<RelationshipRow> relationshipRows, Collection<RefsetRow> concreteDomainRows, Collection<RefsetRow> attributeDomainRows, Collection<RefsetRow> owlRows)
public Collection<ConceptRow> getConceptRows()
public Collection<RelationshipRow> getRelationshipRows()
public Collection<RefsetRow> getConcreteDomainRows()
public Collection<RefsetRow> getAttributeDomainRows()
public Collection<RefsetRow> getOwlRows()
public void merge(VersionRows other)
VersionRows into this.other - Copyright © 2018 Australian e-Health Research Centre. All Rights Reserved.