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

org.aksw.facete.v3.api.path.StepSpecFromRelement2Impl Maven / Gradle / Ivy

There is a newer version: 5.2.0-1
Show newest version
package org.aksw.facete.v3.api.path;

import org.aksw.jenax.sparql.relation.api.BinaryRelation;

public class StepSpecFromRelement2Impl
    implements StepSpecFromRelement2
{
    protected BinaryRelation br;

    public StepSpecFromRelement2Impl(BinaryRelation br) {
        super();
        this.br = br;
    }

    @Override
    public BinaryRelation getRelement() {
        return br;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy