Package hec.rss.model
Interface ZoneObjectParent
- All Known Implementing Classes:
RssConditional,StorageZone
public interface ZoneObjectParent
Interface for parents of operating rule related objects held by StorageZones.
Classes implmenting this interface include StorageZone and RssConditional.
-
Method Summary
Modifier and TypeMethodDescriptionGets the ReservoirOp that owns the parent.
-
Method Details
-
getElementOp
ElementOp getElementOp()Gets the ReservoirOp that owns the parent.- Returns:
- the ReservoirOp
-