psdi.app.bim.parser.cobie

Class ItemSystemBase

    • Constructor Detail

      • ItemSystemBase

        public ItemSystemBase()
    • Method Detail

      • addMember

        public void addMember(ItemBase member)
      • addMemberRef

        protected void addMemberRef(java.lang.String ref)
      • isDuplicat

        public boolean isDuplicat(Parser parser,
                                  Item item)
        Description copied from interface: Item
        Called if an item with an identical name is found.
        Specified by:
        isDuplicat in interface Item
        Overrides:
        isDuplicat in class ItemBase
        Returns:
        false to prevent the item from being added, true to allow item to be added
      • memberRefs

        protected java.util.Iterator memberRefs()
      • members

        public java.util.Enumeration members()
      • getMemberCount

        public int getMemberCount()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class ItemBase
      • export

        public void export(Exporter exporter)
        Description copied from interface: Item
        Exported representation of Item
        Specified by:
        export in interface Item
        Overrides:
        export in class ItemBase
        Parameters:
        exporter - tool used to export item