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

ai.stapi.graphoperations.graphbuilder.specific.removal.GraphElementForRemovalBuilder Maven / Gradle / Ivy

There is a newer version: 0.3.2
Show newest version
package ai.stapi.graphoperations.graphbuilder.specific.removal;

import ai.stapi.graph.graphElementForRemoval.GraphElementForRemoval;
import ai.stapi.identity.UniqueIdentifier;

public interface GraphElementForRemovalBuilder {

  GraphElementForRemovalBuilder setId(UniqueIdentifier id);

  GraphElementForRemovalBuilder setType(String type);

  boolean isComplete();

  GraphElementForRemoval build();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy