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.
|
com.sas.hls.type |
Provides the services and classes needed to describe the object type definitions within the system.
|
Modifier and Type | Method and Description |
---|---|
List<AttributeDefinition> |
AnalysisService.getAttributeDefinitionsForAnalysis()
Get the set of attribute definitions on the analysis type including system and extended attributes.
|
Modifier and Type | Method and Description |
---|---|
List<AttributeDefinition> |
ProjectService.getAttributeDefinitionsForProject()
Get the set of definitions for attributes defined for project type including system and extended attribute types.
|
Modifier and Type | Method and Description |
---|---|
List<AttributeDefinition> |
Type.getAttributeDefinitions()
Returns the attribute definitions related to this object type.
|
Constructor and Description |
---|
Type(String name,
String displayName,
boolean isFileType,
List<AttributeDefinition> attributeDefinitions)
Initializing constructor which allocates a new
Type and sets all attributes to the specified values. |
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA