/** * This method implements the {EDGE_VERTEX} '{LABEL}' */ public void {LABEL}() { log.info( "{EDGE_VERTEX}: {LABEL}" ); throw new RuntimeException( "The {EDGE_VERTEX}: {LABEL} is not implemented yet!" ); }