Package io.resys.hdes.client.api
Interface HdesComposer.ComposerEntity<A extends AstBody>
- All Known Implementing Classes:
ImmutableComposerEntity
- Enclosing interface:
- HdesComposer
-
Method Details
-
getId
String getId() -
getAst
-
getSource
AstBody.AstSource getSource() -
getWarnings
List<ProgramEnvir.ProgramMessage> getWarnings() -
getErrors
List<ProgramEnvir.ProgramMessage> getErrors() -
getAssociations
List<ProgramEnvir.ProgramAssociation> getAssociations() -
getStatus
ProgramEnvir.ProgramStatus getStatus()
-