org.vertexium.DefaultVertexElementLocation Maven / Gradle / Ivy
package org.vertexium;
class DefaultVertexElementLocation extends DefaultElementLocation implements VertexElementLocation {
protected DefaultVertexElementLocation(String id, Visibility visibility) {
super(ElementType.VERTEX, id, visibility);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy