Class InterfaceMatchMaker.InputResources

  • All Implemented Interfaces:
    IClearResults
    Enclosing class:
    InterfaceMatchMaker

    public class InterfaceMatchMaker.InputResources
    extends Object
    implements IClearResults
    Class storing the input resource list as structure of RDs and RIDs
    Author:
    Niko Siltala
    • Constructor Detail

      • InputResources

        public InputResources()
        Default constructor
    • Method Detail

      • getResourceTypesList

        public Map<String,​ResourceType> getResourceTypesList()
        Returns:
        the resourceTypesList
      • getNbrOfRds

        public int getNbrOfRds()
        Returns:
        the nbrOfRds
      • getNbrOfRids

        public int getNbrOfRids()
        Returns:
        the nbrOfRids
      • clearAllResults

        public void clearAllResults()
        Description copied from interface: IClearResults
        Clear All results related markers and connections assigned for this instance
        Specified by:
        clearAllResults in interface IClearResults