package org.cloudgraph.web.model.graph; public abstract class CommonNode { public abstract String getName(); public abstract String getLabel(); }