All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.moaxcp.graphs.events.EdgeIdAdded Maven / Gradle / Ivy

package com.github.moaxcp.graphs.events;

public final class EdgeIdAdded extends EdgeRequiredIdEvent {

    protected EdgeIdAdded(Builder builder) {
        super(builder);
    }

    @SuppressWarnings("squid:S2176")
    public final static class Builder extends EdgeRequiredIdEvent.Builder> {

        @Override
        public Builder self() {
            return this;
        }

        @Override
        public EdgeIdAdded build() {
            return new EdgeIdAdded<>(this);
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy