Package hec.rss.model
Interface ReleaseAllocationObject
- All Known Implementing Classes:
ReleaseAllocationConditionalBlockRef,ReleaseAllocationSetRef
public interface ReleaseAllocationObject
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetParent(ReservoirOp aThis) voidvoidvalidate()Validates the object to make sure that all data is valid.
-
Method Details
-
getReference
Object getReference() -
getActiveReleaseAllocationSet
-
getAllReleaseAllocationSets
List<ReleaseAllocationSet> getAllReleaseAllocationSets() -
initializeCompute
-
validate
Validates the object to make sure that all data is valid. If there is an error a VerifyError Exception is thrown.- Throws:
VerifyError
-
updateParentData
void updateParentData() -
setParent
-