public interface ComputationBean extends AnnotableBean
Modifier and Type | Method and Description |
---|---|
java.util.List<TextTypeWrapper> |
getDescription()
Description describe the computation in any form desired by the user
(these are informational rather than machine-actionable),
and so may be supplied in multiple, parallel-language versions,
|
java.lang.String |
getLocalId()
The localID attribute is an optional identification for the computation within the process.
|
java.lang.String |
getSoftwareLanguage()
The softwareLanguage attribute holds the coding language that the software package used to perform the computation is written in.
|
java.lang.String |
getSoftwarePackage()
The softwarePackage attribute holds the name of the software package that is used to perform the computation.
|
java.lang.String |
getSoftwareVersion()
The softwareVersion attribute hold the version of the software package that is used to perform that computation.
|
getAnnotations, getAnnotationsByTitle, getAnnotationsByType, hasAnnotationType
getIdentifiableComposites, getIdentifiableParent, getMaintainableParent, getParent
deepEquals, getComposites, getComposites, getCrossReferences, getParent, getStructureType
java.lang.String getLocalId()
java.lang.String getSoftwarePackage()
java.lang.String getSoftwareLanguage()
java.lang.String getSoftwareVersion()
java.util.List<TextTypeWrapper> getDescription()