![JAR search and dependency download from the Maven repository](/logo.png)
it.uniroma2.art.sheet2rdf.pearl.GraphPearlElement Maven / Gradle / Ivy
package it.uniroma2.art.sheet2rdf.pearl;
public abstract class GraphPearlElement implements PearlElement {
protected boolean optional;
public GraphPearlElement(boolean optional) {
this.optional = optional;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy