org.umlg.runtime.domain.UmlgApplicationNode Maven / Gradle / Ivy
package org.umlg.runtime.domain;
public interface UmlgApplicationNode {
Object getId();
String toJson();
// UmlgMetaNode getMetaClassForQualifiedName(String qualifiedName);
}
package org.umlg.runtime.domain;
public interface UmlgApplicationNode {
Object getId();
String toJson();
// UmlgMetaNode getMetaClassForQualifiedName(String qualifiedName);
}