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

org.umlg.runtime.domain.AssociationClassNode Maven / Gradle / Ivy

There is a newer version: 2.0.15
Show newest version
package org.umlg.runtime.domain;

import org.apache.tinkerpop.gremlin.structure.Edge;
import org.apache.tinkerpop.gremlin.structure.Vertex;
import org.umlg.runtime.collection.UmlgRuntimeProperty;

/**
 * Date: 2013/06/20
 * Time: 7:13 AM
 */
public interface AssociationClassNode extends PersistentObject {

    UmlgRuntimeProperty internalAdder(UmlgRuntimeProperty umlgRuntimeProperty, boolean inverse, UmlgNode umlgNode);
    void z_internalCopyOnePrimitivePropertiesToEdge(Edge edge);
    Vertex getVertex();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy