Package | Description |
---|---|
com.sas.hls.drug.analysis |
Service and class definitions for manipulating and creating SAS Life Science Analytics Framework analyses.
|
com.sas.hls.drug.project |
Service and class definitions for manipulating and creating SAS Life Science Analytics Framework projects.
|
Modifier and Type | Method and Description |
---|---|
List<AttributeDefinition> |
AnalysisService.getAttributeDefinitionsForAnalysisType()
Deprecated.
As of Java API 1.7. Replaced with
AnalysisService.getAttributeDefinitionsForAnalysis() . |
List<Attribute> |
AnalysisService.getCreationAttributesForAnalysisType()
Deprecated.
As of Java API 1.7. Replaced with
AnalysisService.getCreationAttributesForAnalysis() . |
Modifier and Type | Method and Description |
---|---|
List<AttributeDefinition> |
ProjectService.getAttributeDefinitionsForProjectType()
Deprecated.
As of Java API 1.7. Replaced with
ProjectService.getAttributeDefinitionsForProject() . |
List<Attribute> |
ProjectService.getCreationAttributesForProjectType()
Deprecated.
As of Java API 1.7. Replaced with
ProjectService.getCreationAttributesForProject() . |
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA