Class SetNamespaceOperation

java.lang.Object
org.eclipse.rdf4j.http.protocol.transaction.operations.SetNamespaceOperation
All Implemented Interfaces:
Serializable, TransactionOperation

public class SetNamespaceOperation extends Object implements TransactionOperation, Serializable
Operation that sets the namespace for a specific prefix.
Author:
Arjohn Kampman, Leo Sauermann
See Also:
  • Constructor Details

    • SetNamespaceOperation

      public SetNamespaceOperation()
    • SetNamespaceOperation

      public SetNamespaceOperation(String prefix, String name)
  • Method Details