| Package | Description |
|---|---|
| gov.nih.nlm.umls.dto.content | |
| gov.nih.nlm.umls.dto.content.rest | |
| gov.nih.nlm.umls.uts.webservice |
| Modifier and Type | Class and Description |
|---|---|
class |
AtomClusterRelationDTO
The Class AtomClusterRelationDTO.
|
class |
AtomRelationDTO
The Class AtomRelationDTO.
|
class |
ConceptRelationDTO
The Class ConceptRelationDTO.
|
| Modifier and Type | Method and Description |
|---|---|
RelationDTO |
RelationSubsetMemberDTO.getRelation()
Gets the relation.
|
RelationDTO |
RelationContentViewMemberDTO.getRelation()
Gets the relation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelationSubsetMemberDTO.setRelation(RelationDTO relation)
Sets the relation.
|
void |
RelationContentViewMemberDTO.setRelation(RelationDTO relation)
Sets the relation.
|
| Constructor and Description |
|---|
RelationContentViewMemberDTO(RelationDTO relation)
Instantiates a new relation content view member dto.
|
RelationSubsetMemberDTO(RelationDTO relation)
Instantiates a new relation subset member dto.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RestRelationDTO |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<RelationDTO> |
UtsWsContentController.getRelationRelations(java.lang.String ticket,
java.lang.String version,
java.lang.String relationId,
PSF psf)
Gets the relation relations.
|