def add_source(object)
            if object.class.to_s == "String"
                object = (@net.get_place object or @net.get_transition object)
            end
            if validate_source_destination(object)