Interface IOutlet

All Superinterfaces:
ILocationAssociation, ILocationChild, ILocationChildAssociation, IPhysicalStructure, Modifiable, XmlString
All Known Implementing Classes:
JDomOutletImpl

public interface IOutlet extends IPhysicalStructure
  • Field Details

  • Method Details

    • setIsCompoundOutletMember

      void setIsCompoundOutletMember(boolean isGroupMember)
    • isCompoundOutletMember

      boolean isCompoundOutletMember()
    • setInflows

      void setInflows(List<IOutlet> inflow)
    • addInflow

      void addInflow(IOutlet inflow)
    • getInflows

      List<IOutlet> getInflows()
    • setOutflows

      void setOutflows(List<IOutlet> outflow)
    • addOutflow

      void addOutflow(IOutlet outflow)
    • getOutflows

      List<IOutlet> getOutflows()
    • setCompoundOutletName

      void setCompoundOutletName(String compoundOutletName)
    • getCompoundOutletName

      String getCompoundOutletName()
    • setCompoundOutletDescription

      void setCompoundOutletDescription(String compoundOutletDescription)
    • getCompoundOutletDescription

      String getCompoundOutletDescription()
    • isReservoirInflow

      boolean isReservoirInflow()
    • isDownstreamOutflow

      boolean isDownstreamOutflow()
    • getName

      String getName()